GET /v1/models
Returns a list of models available for use. The list contains models from Cohere as well as your fine-tuned models.
Servers
- https://api.cohere.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
default_only |
Boolean | No |
When provided, filters the list of models to only the default model to the endpoint. This parameter is only valid when |
page_size |
Number | No |
Maximum number of models to include in a page
Defaults to |
endpoint |
String | No |
When provided, filters the list of models to only those that are compatible with the specified endpoint. Possible values:
|
page_token |
String | No |
Page token provided in the |
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.