Files
coder/coderd/aibridge/prices/data
Cian JohnstonandSusana Ferreira 60161fd375 chore: update model prices to include more providers (#27837)
Adds the full set of supported provider types to
`scripts/aibridgepricesgen` and updates stored model prices.

Notes:
* We need to rename a few keys from models.dev JSON to match our
internal provider types.
* `prices.json` is now marked as generated.

---------

Co-authored-by: Susana Ferreira <susana@coder.com>
2026-08-04 14:17:50 +01:00
..

AI Bridge price seed

prices.json in this directory is generated by make gen/aibridge-prices and embedded into the Coder binary at build time. Do not edit it manually; the next regeneration will overwrite any changes.

The Make target fetches models.dev once into _gen/models-dev.json, applying the upstream corrections in scripts/aibridgepricesgen/overrides.jq. Both prices.json and the frontend known-models catalog at site/src/pages/AgentsPage/components/ChatModelAdminPanel/knownModels/knownModelsGenerated.json are generated from that single patched snapshot; the catalog is additionally joined with the editorial curation in scripts/aibridgepricesgen/curation.json.