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

Axemere Console — Provider Pricing

Required role: Admin or Owner to create/edit overrides; all roles can view

Table of Contents


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:


Viewing Current Overrides

The Provider Pricing page shows a table of all active price overrides, grouped by connector (provider hostname). For each override:

ColumnDescription
ConnectorThe provider hostname the override applies to
Model (optional)Specific model, or applies to all models for that connector
Input priceCost per input token (in USD)
Output priceCost per output token (in USD)
Last updatedWhen the override was last modified

If no override exists for a connector, the built-in manifest price is used.


Adding a Price Override

  1. Click Add Override.
  2. Select the connector from the dropdown (includes both built-in providers and custom connectors).
  3. Optionally specify a model name (leave blank to apply to all models for that connector).
  4. Enter the input price per token and output price per token in USD.
  5. 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