3d4681962c
* 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>
Vercel AI Gateway Models
Generate model TOMLs from Vercel AI Gateway API.
Prerequisites
- Install Bun: https://bun.sh
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-runto preview changes before writing - Use
--new-onlyto skip updating existing model files