Problem
Chutes model TOML files are currently maintained manually. When models are added, removed, or repriced on the Chutes platform, someone has to open a PR for each change. This leads to:
Solution
A generator script (generate-chutes.ts) that fetches all models from https://llm.chutes.ai/v1/models and auto-generates/updates the TOML files — same pattern as the existing generate-vercel.ts, generate-venice.ts, etc.
One command syncs everything:
Implementation
PR #1598
Resolves #1565, #1566, #1543
Supersedes #1568, #1570
Problem
Chutes model TOML files are currently maintained manually. When models are added, removed, or repriced on the Chutes platform, someone has to open a PR for each change. This leads to:
Solution
A generator script (
generate-chutes.ts) that fetches all models fromhttps://llm.chutes.ai/v1/modelsand auto-generates/updates the TOML files — same pattern as the existinggenerate-vercel.ts,generate-venice.ts, etc.One command syncs everything:
Implementation
PR #1598
Resolves #1565, #1566, #1543
Supersedes #1568, #1570