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
| Block | Metric |
|---|---|
| Models Priced | Total rows in the pricing table. |
| Custom Pricing | How many rows have been overridden from the default. |
| Last Sync | When 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:| Column | Notes |
|---|---|
| Model | Model name (provider-prefixed). |
| Provider | Display name with the provider icon. |
| Input/1M | USD per 1 million prompt tokens. Click to edit. |
| Output/1M | USD per 1 million completion tokens. Click to edit. |
| Custom | default or a yellow custom badge if you’ve overridden the price. |
| Updated | Last time this row was modified. |
Import / Export
| Action | Notes |
|---|---|
| Export JSON | Downloads 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 Pricing | Opens 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

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.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.
Verify in Spend
Open Dashboard → Spend and confirm the affected models now report cost. Pricing updates take effect immediately for new requests.