Get model pricing
get_model_pricingRetrieve detailed pricing and capability data for a specific LLM model by its ID, including token rates, context window, modality, 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. |