This repository was archived by the owner on Jul 8, 2026. It is now read-only.
Trim official model lists; add grok build/multi-agent - #66
Merged
Conversation
Curate the routable catalog per the requested official-provider lineups. Removed models are dropped from every provider that served them and from canonical.yaml, so the canonical vocabulary stays clean (no orphaned zero-provider entries). Removed (providers + canonical): - openai: gpt-5.4-nano, gpt-5.2, gpt-5.1, and the codex tier (gpt-5.3-codex, gpt-5.2-codex, gpt-5.1-codex, gpt-5.1-codex-mini) - anthropic: claude-opus-4.5 - google: gemini-3-pro-preview, gemini-3-flash-preview (exact 3.0) - xai: grok-4.1-fast (only worldrouter served it) openai keeps gpt-5.5 / gpt-5.4 / gpt-5.4-mini. openai-codex is repurposed to serve those same three (subscription style, no per-token pricing) since its codex models were removed. Added (xai): grok-build-0.1 ($1/$2), grok-4.20-multi-agent ($1.25/$2.50, provider_model_id grok-4.20-multi-agent-0309). Pricing from the xAI console catalog; no cached-input rate published, so cache_read is omitted. Canonical entries added for both. Regenerated dist/: 42 canonical models, 31 providers. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…model-lists # Conflicts: # providers/claude-code.yaml # providers/github-copilot.yaml # providers/opencode-zen.yaml # providers/openrouter.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Curate the routable catalog to the requested official-provider lineups. Each removed model is dropped from every provider that served it and from
canonical.yaml, so the canonical vocabulary stays clean (no orphaned zero-provider entries). Regenerateddist/: 42 canonical models, 31 providers.Removed (providers + canonical)
gpt-5.4-nano,gpt-5.2,gpt-5.1gpt-5.3-codex,gpt-5.2-codex,gpt-5.1-codex,gpt-5.1-codex-mini(codex tier)claude-opus-4.5gemini-3-pro-preview,gemini-3-flash-preview(exact 3.0)grok-4.1-fastKept / repurposed
gpt-5.5/gpt-5.4/gpt-5.4-mini.Added (xai)
grok-build-0.1— $1 in / $2 outgrok-4.20-multi-agent— $1.25 in / $2.50 out (provider_model_id: grok-4.20-multi-agent-0309)Pricing taken from the xAI console catalog; no cached-input rate is published there, so
cache_readis omitted. Canonical entries added for both.Notes
bun run validate✓ andbun run buildregenerateddist/.curate.tsauto-syncs canonical from models.dev — if these removed models still exist upstream, a future automated sync could re-add their canonical entries. Alisted:-flag guard would make removals durable; this PR is a manual purge.🤖 Generated with Claude Code