Cohere · Schema
Cohere Model
Represents a Cohere model with its capabilities, supported endpoints, context length, and configuration details.
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The unique name of the model for use in API requests. |
| endpoints | array | The API endpoints the model is compatible with. |
| context_length | integer | The maximum number of tokens the model can process in a single request. |
| tokenizer_url | string | The URL for the model's tokenizer configuration file. |
| default_endpoints | array | The API endpoints for which this model is the default selection. |
| finetuned | boolean | Indicates whether the model is a fine-tuned variant of a base model. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.cohere.com/schemas/cohere/model.json",
"title": "Cohere Model",
"description": "Represents a Cohere model with its capabilities, supported endpoints, context length, and configuration details.",
"type": "object",
"required": ["name"],
"properties": {
"name": {
"type": "string",
"description": "The unique name of the model for use in API requests."
},
"endpoints": {
"type": "array",
"description": "The API endpoints the model is compatible with.",
"items": {
"type": "string",
"enum": ["chat", "embed", "rerank", "classify"]
}
},
"context_length": {
"type": "integer",
"description": "The maximum number of tokens the model can process in a single request.",
"minimum": 1
},
"tokenizer_url": {
"type": "string",
"format": "uri",
"description": "The URL for the model's tokenizer configuration file."
},
"default_endpoints": {
"type": "array",
"description": "The API endpoints for which this model is the default selection.",
"items": {
"type": "string",
"enum": ["chat", "embed", "rerank", "classify"]
}
},
"finetuned": {
"type": "boolean",
"description": "Indicates whether the model is a fine-tuned variant of a base model."
}
},
"$defs": {
"ModelFamily": {
"type": "string",
"description": "The family of Cohere models that a specific model belongs to.",
"enum": [
"command",
"command-r",
"command-r-plus",
"embed-english",
"embed-multilingual",
"rerank-english",
"rerank-multilingual"
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cohere-model"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.