/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.