paid_model_price
LLM price oracle with official sources: input/output USD per 1M tokens for a provider:model plus the estimated cost of a call. Sourced from a verified price table; if there is no official source the values are null (never invented). Paid per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model id, e.g. gpt-oss-120b, deepseek-chat | |
| provider | Yes | Provider id, e.g. groq, deepseek, anthropic | |
| tokens_in | No | Optional input tokens to price a call | |
| tokens_out | No | Optional output tokens to price a call |