Model Pricing
Scalar rates plus optional token-count tiers for what-if cost comparisons.
| Provider | Model | Display name | Input / 1M | Cached input / 1M | Output / 1M | Aliases | Tiers | Active | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ price.provider_name }} | {{ price.model }} |
{{ price.display_name | default("-", true) }} | {{ price.input_usd_per_million | usd }} | {{ price.cached_input_usd_per_million | usd }} | {{ price.output_usd_per_million | usd }} | {{ price.aliases | default("-", true) }} |
{{ price.tiers | length }} tier{{ "" if price.tiers | length == 1 else "s" }}{% if price.tiers %}
{% for tier in price.tiers %}
{% else %}
{{ tier.label | default(tier.range, true) }}
{{ tier.range }}
In {{ tier.input_usd_per_million | usd }} / Cached {{ tier.cached_input_usd_per_million | usd }} / Out {{ tier.output_usd_per_million | usd }}
{% if tier.checked_at or tier.release_date %}
{{ tier.checked_at | default("", true) }} {{ tier.release_date | default("", true) }}
{% endif %}
Scalar only {% endif %} |
{{ badges.status_badge("Active" if price.active else "Inactive") }} | |
| No model pricing entries are configured. | |||||||||