Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.guardway.ai/llms.txt

Use this file to discover all available pages before exploring further.

What this is for

Settings → Pricing holds the per-token cost for every model that flows through your gateways. The numbers here are what Spend multiplies against token counts to estimate USD spend, and what budget enforcement compares against on API Keys and Configuration → Members. If a model is missing here, Spend renders the cost as blank for that model and budget enforcement skips it.

Options

Stat blocks

BlockMetric
Models PricedTotal rows in the pricing table.
Custom PricingHow many rows have been overridden from the default.
Last SyncWhen the pricing table was last refreshed (relative time).

Search and filters

  • Search models — substring match against the model name.
  • Provider — dropdown filtering to one provider.

Pricing table

Columns:
ColumnNotes
ModelModel name (provider-prefixed).
ProviderDisplay name with the provider icon.
Input/1MUSD per 1 million prompt tokens. Click to edit.
Output/1MUSD per 1 million completion tokens. Click to edit.
Customdefault or a yellow custom badge if you’ve overridden the price.
UpdatedLast time this row was modified.
Click a price cell to edit; blur saves the value via the platform pricing API.

Import / Export

ActionNotes
Export JSONDownloads the current table as guardway-pricing-<date>.json. The export uses the LiteLLM-style key format (provider_id/model_name) so you can edit it in any text editor and re-import.
Import PricingOpens a dialog with Upload File and Paste JSON tabs. Accepts the Guardway export, the LiteLLM map, and a flat array of {model, provider, …} rows. Returns counts of imported / skipped / failed entries and lists any unknown providers.

How to configure

Model pricing table
1

Open Settings → Pricing

Open Settings → Pricing from the dashboard sidebar.
2

Edit one model inline

Click the Input/1M or Output/1M cell on the row, type the new value, and click outside the field. The row’s badge flips to custom.
3

Bulk-update via JSON

Click Export JSON to download the current table, edit prices in your editor, then click Import Pricing → Upload File. Confirm the imported / skipped counts in the toast.
4

Verify in Spend

Open Dashboard → Spend and confirm the affected models now report cost. Pricing updates take effect immediately for new requests.

Permissions

Owner and Admin can edit prices and import. Read Only users see the table but cannot modify it.
  • Models — which models are exposed on each gateway.
  • Spend — where these prices show up as USD.
  • API Keys — per-key budget enforcement uses this table.