Get a Model
Returns the details of a model, provided its name.
Path parameters
model
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Client-Name
The name of the project that is making the request.
Response
OK
name
Specify this name in the model
parameter of API requests to use your chosen model.
endpoints
The API endpoints that the model is compatible with.
finetuned
Whether the model has been fine-tuned or not.
context_length
The maximum number of tokens that the model can process in a single request. Note that not all of these tokens are always available due to special tokens and preambles that Cohere has added by default.
tokenizer_url
Public URL to the tokenizer's configuration file.
supports_vision
Whether the model supports image inputs or not.
default_endpoints
The API endpoints that the model is default to.
features
The features that the model supports.