v51

latestOpenAPI 3.1.0proprietaryraw.githubusercontent.com2026-07-21411711.1 MB
/finetuning

Lists fine-tuned models.

Returns a list of fine-tuned models that the user has access to.

get/v1/finetuning/finetuned-models

Query parameters

page_sizeinteger

Maximum number of results to be returned by the server. If 0, defaults to 50.

page_tokenstring

Request a specific page of the list results.

order_bystring

Comma separated list of fields. For example: "created_at,name". The default sorting order is ascending. To specify descending order for a field, append " desc" to the field name. For example: "created_at desc,name".

Supported sorting fields:

  • created_at (default)

Headers

X-Client-Namestring

The name of the project that is making the request.

Response

A successful response.

next_page_tokenstring

Pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.

total_sizeinteger

Total count of results.