estimate_llm_cost
Per-model token rate card ($/1M input, output, cached input, context window) for a token-priced AI product, plus a cost estimate when a token volume is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Product slug, e.g. "openai", "claude", "gemini". | |
| model | No | Model id to select, e.g. "gpt-5.4". Optional. | |
| inputTokens | No | Input token count for the estimate. | |
| outputTokens | No | Output token count for the estimate. |