Get model pricing
get_model_pricingRetrieve detailed pricing and capabilities for a specific LLM model using its ID. Includes token costs per 1M tokens, context window, and release date.
Instructions
Get full pricing and capability details for one model by its id (from search_models). Returns input/output/cached price per 1M tokens, blended cost, context window, modality, release date, and the modelpricewatch.com page URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | The model id, e.g. 'anthropic-claude-opus-48' or 'openai-gpt-5-5'. Get ids from search_models. |