get_model
Retrieve detailed specifications for any AI model by its ID, including pricing, context window, capabilities, and request limits to inform model selection decisions.
Instructions
Get complete specs for a model by ID. Returns pricing, context window, capabilities, architecture, and per-request limits.
Call after find_models to get full details, or when the user provides a model ID (format: 'provider/model-name').
Returns 404 if model not found. Use find_models to discover valid IDs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | Exact model identifier in format 'provider/model-name' (e.g., 'openai/gpt-5.2', 'anthropic/claude-opus-4.5', 'google/gemini-2.5-flash-preview-09-2025'). Case-sensitive. Use find_models first to discover valid model IDs. Returns 404 if model not found. |