Skip to main content

Overview

Use this endpoint to list the current public pricing surface for active models. For one model’s full pricing detail, including structured pricing and provenance, prefer Get Model Pricing.

Query Parameters

string
Optional provider filter such as openai, anthropic, or google.
string
Optional model tag filter such as chat, image, video, embedding, or translation.

Response

string
Always pricing.
string
ISO timestamp for the newest pricing entry included in the response.
string
Always USD.
array
Array of pricing entries. Each item includes model, provider, is_lock_price, capabilities, aliases, and the public scalar or structured pricing summary fields returned by the interactive schema above.
Use the interactive OpenAPI panel above for the exact response schema. Public pricing entries may also expose lock_price_per_request, has_complex_pricing, supported_operations, pricing_summary, and pricing_provenance.