- Models
- Get Model
Models
Get Model
curl --request GET \
--url https://app.backboard.io/api/models/{model_name} \
--header 'X-API-Key: <api-key>' \
--header 'authorization: <authorization>' \
--header 'x_session_token: <x_session_token>'Authorizations
Query Parameters
Response
200
422
Successful Response
Name of the model
Provider of the model (e.g., openai, anthropic)
Type of model: llm, embedding, image, video, stt, tts, realtime, or system_one
Maximum context window size in tokens
Description
Display Name
Architecture
Supported Parameters
Video Capabilities
Billing
Maximum number of output tokens
Whether the model supports tool/function calling
Whether the model accepts image input
Whether the model accepts audio input
Whether the model accepts video input
Whether the model can generate images
Whether the model can generate audio/speech
Whether the model can generate video
Whether the model is marked as reasoning/thinking capable
ThinkingControlsRead
Whether the catalog marks this model as supporting JSON object / structured text responses (null if unknown)
API mode/routing hint (e.g., chat_completions, responses, completions)
Embedding dimensions (for embedding models)
Text input cost per 1M tokens (USD)
Cached text input cost per 1M tokens (USD)
Cache-write text input cost per 1M tokens (USD)
Image input cost per 1M tokens (USD)
Text output cost per 1M tokens (USD)
Image output cost per 1M tokens (USD)
Flat cost per generated image (USD), for dall-e style models
Token threshold after which tier-2 pricing applies
Tier-2 input cost per 1 million tokens
Tier-2 cached input cost per 1 million tokens
Tier-2 cache-write input cost per 1 million tokens
Tier-2 output cost per 1 million tokens
Last time the model was updated
System One Capabilities
curl --request GET \
--url https://app.backboard.io/api/models/{model_name} \
--header 'X-API-Key: <api-key>' \
--header 'authorization: <authorization>' \
--header 'x_session_token: <x_session_token>'