Files
opencode-agent[bot] 3d4681962c chore(sync): update Vercel AI Gateway model catalog (#5284)
* chore(sync): update Vercel AI Gateway model catalog

* fix(vercel): add Nemotron reasoning budgets

---------

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-08-22 13:45:20 -05:00
..
2025-12-21 22:08:18 +01:00
2026-02-11 12:13:38 -08:00

Vercel AI Gateway Models

Generate model TOMLs from Vercel AI Gateway API.

Prerequisites

Commands

  • Generate files: bun run vercel:generate
  • Dry run: bun run vercel:generate --dry-run
  • New only: bun run vercel:generate --new-only
  • Validate: bun validate

Details

  • Source endpoint: https://ai-gateway.vercel.sh/v1/models
  • Output path: providers/vercel/models/<model-id>.toml (nested folders for IDs with /)

Notes

  • The generator merges with existing files rather than replacing them
  • Orphaned files (not in API) are warned about but not deleted
  • Use --dry-run to preview changes before writing
  • Use --new-only to skip updating existing model files