Provider Pricing
For: Platform operators configuring accurate cost tracking for AI provider requests.
Providers | Provider Pricing | Credentials | Workloads | Projects
The Provider Pricing page lets you override the per-token costs that Axemere uses to compute cost_usd on each execution record. This is useful when your actual provider costs differ from the built-in pricing model: for example, when routing through Azure OpenAI with negotiated rates, or when using a custom provider for a private model.
Navigation: console.axemere.ai/pricing

Required role: Admin or Owner to create/edit overrides; all roles can view
Table of Contents
- How Pricing Works
- Viewing Current Overrides
- Adding a Price Override
- Editing an Override
- Deleting an Override
- Pricing History
How Pricing Works
When the gateway processes a request, it computes cost_usd from the token counts in the response:
cost_usd = (tokens_in × price_per_input_token) + (tokens_out × price_per_output_token)
By default, the gateway uses its built-in pricing manifest, which reflects public list prices for each model. If you set a custom price override for a connector, that override takes precedence.
Cost data flows through to:
- Analytics Overview — total spend
- Analytics Spend — spend broken down by provider/workload/project
- Govern → Budgets — spend vs. project budget limits
- Records —
cost_usdon individual execution records
Viewing Current Overrides
The Provider Pricing page shows a table of all active price overrides, grouped by connector (provider hostname). For each override:
| Column | Description |
|---|---|
| Connector | The provider hostname the override applies to |
| Model (optional) | Specific model, or applies to all models for that connector |
| Input price | Cost per input token (in USD) |
| Output price | Cost per output token (in USD) |
| Last updated | When the override was last modified |
If no override exists for a connector, the built-in manifest price is used.
Adding a Price Override
- Click Add Override.
- Select the connector from the dropdown (includes both built-in providers and custom connectors).
- Optionally specify a model name (leave blank to apply to all models for that connector).
- Enter the input price per token and output price per token in USD.
- Click Save.
Prices apply immediately to all new requests. Historical cost data is not retroactively recalculated.
Editing an Override
Click the Edit (pencil) icon next to any override to open the edit form. Update the prices and save. The previous prices are preserved in the pricing history.
Deleting an Override
Click the Delete (trash) icon next to an override and confirm. The connector reverts to the built-in manifest price immediately.
Pricing History
Expand any connector row to view its pricing history: a log of all price changes with timestamps. This is useful for reconciling cost data when prices changed mid-period.
Related: Providers | Custom Connectors | NVIDIA NIM — Self-Hosted Containers | Analytics Spend | Govern → Budgets | Pricing Reference