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.
View JSON Schema on GitHub