Lists fine-tuned models.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Client-Name
The name of the project that is making the request.
Query parameters
page_size
Maximum number of results to be returned by the server. If 0, defaults to
50.
page_token
Request a specific page of the list results.
order_by
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_models
List of fine-tuned models matching the request.
next_page_token
Pagination token to retrieve the next page of results. If the value is "",
it means no further results for the request.
total_size
Total count of results.