Usage > V2 > Cohere-compatible

List models

Cohere compatible models list, see the Cohere documentation. <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 to check what model are in beta and see our General Terms and Conditions.

get/2/ai/{product_id}/cohere/v1/models

Path parameters

product_idinteger required

AI Tools product identifier: use GET /1/ai to retrieve your product identifier.

Response

OK

next_page_tokenstring nullable required

A token to retrieve the next page of results.

Example response

{
  "models": [
    {
      "name": "BAAI/bge-reranker-v2-m3",
      "context_length": 8192,
      "tokenizer_url": "null"
    }
  ],
  "next_page_token": "null"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.