Get Model Details
get_model_detailRetrieve complete technical specifications and cross-vendor pricing for specific AI models.
Instructions
Deep dive on a single AI model: technical specs + pricing across all vendors.
Returns model_registry data (context window, parameters, open-source status, training cutoff, model family) plus all SKU pricing across every vendor that offers this model.
Examples:
"Tell me everything about GPT-4o" → model_name="GPT-4o"
"Claude Sonnet 4.5 specs and pricing" → model_name="Claude Sonnet 4.5"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | Model name to look up, e.g. 'GPT-4o', 'Claude Sonnet 4.5', 'Llama 3.1 70B' | |
| _atom_api_key | No | Your ATOM API key for full access. Omit for free tier (redacted data). |