---
title: "List models"
method: GET
path: "/2/ai/{product_id}/cohere/v1/models"
tags: ["Usage > V2 > Cohere-compatible"]
---

# List models

`GET /2/ai/{product_id}/cohere/v1/models`

Cohere compatible models list, see the [Cohere documentation](https://docs.cohere.com/reference/list-models).
<br><br>
Lists the currently available models, and provides basic information about each one such as the owner and availability.
<br><br>
Some models are in **beta** and may being subject to changes,
use [GET `/1/ai/models`](/docs/api/get/1/ai/models) to check what model are in **beta**
and see our [General Terms and Conditions](https://www.infomaniak.com/gtl/rgpd.documents).

## Path parameters

- `product_id` integer, required

## Response `200`

OK

- 4cee7ea0CohereV1Models — Cohere model collection format of /v1/models
  - `models` 4cee7ea0CohereV1ModelsModel[], required — A list of model objects.
    - `name` string, required — Specify this name in the `model` parameter of API requests to use your chosen model.
    - `is_deprecated` boolean, required — Whether the model is deprecated or not.
    - `endpoints` string[], required — The API endpoints that the model is compatible with.<br>There is 7 possible values: `chat`, `embed`, `classify`, `summarize`, `rerank`, `rate` and `generate`.<br>Currently, only [`v2/rerank`](/docs/api/post/2/ai/{product_id}/cohere/v2/rerank) is available, so it will always be `["rerank"]`.
    - `finetuned` boolean, nullable, required — Whether the model has been fine-tuned or not.
    - `context_length` integer, nullable, required — The maximum number of tokens that the model can process in a single request.
    - `tokenizer_url` string, nullable, required — Public URL to the tokenizer's configuration file.<br>Currently not supported.
    - `default_endpoints` string[], required — The API endpoints that the model is default to.<br>See `endpoints`.
    - `features` string[], required — The features that the model supports.
    - `sampling_defaults` object, nullable, required — Default sampling parameters for this model when omitted from API requests.
  - `next_page_token` string, nullable, required — A token to retrieve the next page of results.

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
