quote_price
Estimate USDC cost for a single model call. Uses GET /v1/pricing with model and token params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model alias to quote (e.g. llama-3-70b). | |
| api_key | No | Optional LMX API key (lmx_...). Prefer MCP client Authorization header or env; use this to override per call. | |
| max_tokens | No | Optional max completion tokens for the quote. | |
| prompt_tokens | No | Optional estimated prompt tokens (default: 1). |