List currently-effective per-model pricing
FlexAI extension. Returns the currently-effective pricing rows for every
active model. Requires a Bearer API key — the same key you use for
inference. Pricing is identical for every caller, but the endpoint is
authenticated so the live model catalogue isn’t exposed to anonymous
probes. Cache-Control is private, max-age=60, stale-while-revalidate=120,
so a client may cache its own copy while shared/CDN caches will not.
Pricing lives on its own endpoint (not as a custom field on
/v1/models) so packaging changes — credits, volume tiers, enterprise
contracts — can extend the response without breaking SDK clients reading
from /v1/models. Every entry carries pricing_type and effective_at
for forward compatibility.
Authorizations
Virtual API key. Create one from the
FlexAI dashboard. Pass as
Authorization: Bearer sk-xxxx.