Get a specific model
Your API key.
The id of the model.
The type of the model.
text_generation, image_generation, speech_to_text, text_to_speech, moderation Successful Response
Text generation model response
The model identifier, which can be referenced in the API endpoints.
Information about the author or creator of the model.
openai, google, anthropic, meta, qwen, moonshot, mistral, black-forest-labs, x-ai, stability-ai, deepseek, z-ai A URL-friendly identifier for the model.
The display name of the model.
A detailed description of the model's capabilities and use cases.
The Unix timestamp (in seconds) when the model was created.
The organization that owns the model.
The current status of the model (active, inactive, pending, or deleted).
pending, active, inactive, deleted Whether the model is publicly visible or private.
private, public The pricing information for different usage metrics.
The maximum number of tokens that can be processed in a single request (input + output).
x >= 1"text_generation"The capabilities supported by the model.
Features a model supports
streaming, vision, function_calling, structured_output, reasoning, image_editing