GET /v1/finetuning/finetuned-models
Servers
- https://api.cohere.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
X-Client-Name |
String | No |
The name of the project that is making the request. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page_size |
Integer | No |
Maximum number of results to be returned by the server. If 0, defaults to 50. |
page_token |
String | No |
Request a specific page of the list results. |
order_by |
String | No |
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:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.