Lists fine-tuned models.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Client-NamestringOptional
The name of the project that is making the request.

Query parameters

page_sizeintegerOptional
Maximum number of results to be returned by the server. If 0, defaults to 50.
page_tokenstringOptional
Request a specific page of the list results.
order_bystringOptional

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)

Response

A successful response.
finetuned_modelslist of objects or null

List of fine-tuned models matching the request.

next_page_tokenstring or null
Pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.
total_sizeinteger or null
Total count of results.

Errors