Get Model Details
Retrieve detailed information about a specific LLM model by its ID or name.
This endpoint accepts either a UUID or the model name (e.g., "gpt-4-turbo" or "claude-3-opus").
Returns complete model information including:
- Provider and vendor details
- Model capabilities (vision support, context window)
- Retirement status and replacement information
- Disabled parameters
Use this endpoint to:
- Verify model capabilities before using in a task
- Check if a model has been retired
- Look up model details by name for easier integration
- Get detailed model specifications
- Find replacement models for retired ones
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path Parameters
model_id_or_name
The UUID or name of the LLM model to retrieve (e.g., ‘ec217e75-72ea-4281-a1b8-cb7bd0ef9f41’ or ‘gpt-4-turbo’).
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Response
Successfully retrieved model details
provider
The company that produces the LLM (e.g., OpenAI, Anthropic, Meta).
vendor
The service provider or platform hosting the model (e.g., OpenAI, Azure, Groq).
name
The model's reference name used for API calls.
alias
Human-readable name for the model.
description
Detailed description of the model's capabilities, context window, and knowledge cutoff.
supports_vision
Whether the model can process and analyze images.
max_context_window
Maximum number of tokens the model can process in a single request.
id
supports_image_output
Whether the model can generate images as output.
model_params
JSON Schema defining allowed model parameters for this model. Each parameter name maps to a JSON Schema specification defining its type, constraints, and validation rules.
created
modified
replaced_by
retired
llm_model_comments
