v1
latestOpenAPI 3.0.32026-07-22112930.0 KBBilling
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
}