Billing
Get model pricing
Return pricing for one model. The model path may contain slashes.
get/billing/pricing/{model}
Path parameters
modelstring required
Model identifier (may contain /).
Response
Pricing for the requested model.
Example response
{
"model": "google/gemma-4-26B-A4B-it",
"provider": "google",
"version": "2026-06-01",
"input_microcents_per_token": 10,
"output_microcents_per_token": 40,
"cached_input_microcents_per_token": 2,
"public": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.