Models

Get Model by Name

Get detailed information about a specific model by its name, including pricing.

get/models/{model_name}

Path parameters

model_namestring required

Headers

authorizationstring nullable
x_session_tokenstring nullable

Response

Successful Response

namestring required

Name of the model

providerstring required

Provider of the model (e.g., openai, anthropic)

model_typestring required

Type of model: 'llm', 'embedding', or 'image'

context_limitinteger required

Maximum context window size in tokens

max_output_tokensinteger nullable

Maximum number of output tokens

supports_toolsboolean nullable

Whether the model supports tool/function calling

supports_visionboolean nullable

Whether the model accepts image input

supports_audio_inputboolean nullable

Whether the model accepts audio input

supports_video_inputboolean nullable

Whether the model accepts video input

supports_image_outputboolean nullable

Whether the model can generate images

supports_audio_outputboolean nullable

Whether the model can generate audio/speech

supports_video_outputboolean nullable

Whether the model can generate video

supports_thinkingboolean nullable

Whether the model is marked as reasoning/thinking capable

supports_json_outputboolean nullable

Whether the catalog marks this model as supporting JSON object / structured text responses (null if unknown)

api_modestring nullable

API mode/routing hint (e.g., chat_completions, responses, completions)

embedding_dimensionsinteger nullable

Embedding dimensions (for embedding models)

input_cost_per_1m_tokensnumber nullable

Text input cost per 1M tokens (USD)

cached_input_cost_per_1m_tokensnumber nullable

Cached text input cost per 1M tokens (USD)

cache_write_input_cost_per_1m_tokensnumber nullable

Cache-write text input cost per 1M tokens (USD)

image_input_cost_per_1m_tokensnumber nullable

Image input cost per 1M tokens (USD)

output_cost_per_1m_tokensnumber nullable

Text output cost per 1M tokens (USD)

image_output_cost_per_1m_tokensnumber nullable

Image output cost per 1M tokens (USD)

cost_per_imagenumber nullable

Flat cost per generated image (USD), for dall-e style models

tier_change_token_thresholdinteger nullable

Token threshold after which tier-2 pricing applies

input_cost_per_1m_tokens_tier2number nullable

Tier-2 input cost per 1 million tokens

cached_input_cost_per_1m_tokens_tier2number nullable

Tier-2 cached input cost per 1 million tokens

cache_write_input_cost_per_1m_tokens_tier2number nullable

Tier-2 cache-write input cost per 1 million tokens

output_cost_per_1m_tokens_tier2number nullable

Tier-2 output cost per 1 million tokens

last_updatedstring date-time nullable

Last time the model was updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.