Get Model
Description
Gets the details of a model
Details
This API can be used to get information about a single model by ID. To use this API, pass in the id
that was returned from your Create Model API call as a path parameter.
Review the response schema to see the fields that will be returned.
Authorizations
Path Parameters
Query Parameters
Deployments
, ModelGroup
Response
An enum representing the different types of models supported.
Attributes: COMPLETION: Denotes that the model type is completion. CHAT_COMPLETION: Denotes that the model type is chat completion. AGENT: Denotes that the model type is agent. EMBEDDING: Denotes that the model type is embedding. RERANKING: Denotes that the model type is reranking. GENERIC: Denotes that the model type is generic.
COMPLETION
, CHAT_COMPLETION
, AGENT
, EMBEDDING
, RERANKING
, GENERIC
The unique identifier of the entity.
The date and time when the entity was created in ISO format.
The ID of the account that owns the given entity.
The user who originally created the entity.
JSON schema for the requests to the model instance
JSON schema for the response to the model
Number of deployments of this model instance
True if a model supports multi-turn conversations natively
An enum representing the different types of model vendors supported.
Attributes: OPENAI: Denotes that the model vendor is OpenAI. COHERE: Denotes that the model vendor is Cohere. GOOGLE: Denotes that the model vendor is Google. ANTHROPIC: Denotes that the model vendor is Anthropic. LLMENGINE: Denotes that the model vendor is LLM Engine. OTHER: Denotes that the model vendor is Other.
OPENAI
, COHERE
, GOOGLE
, VERTEX_AI
, ANTHROPIC
, LAUNCH
, LLMENGINE
, BEDROCK
, OTHER