Skip to content
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
FrozenArcher404 merged 2 commits into
mainfrom
curate/trim-official-model-lists
Jul 5, 2026
Merged

Trim official model lists; add grok build/multi-agent#66
FrozenArcher404 merged 2 commits into
mainfrom
curate/trim-official-model-lists

Conversation

@SPIKESPIGEL404

Copy link
Copy Markdown
Contributor

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). Regenerated dist/: 42 canonical models, 31 providers.

Removed (providers + canonical)

Model(s) Removed from
gpt-5.4-nano, gpt-5.2, gpt-5.1 openai, opencode-zen, github-copilot, openrouter
gpt-5.3-codex, gpt-5.2-codex, gpt-5.1-codex, gpt-5.1-codex-mini (codex tier) openai, openai-codex, opencode-zen, github-copilot, openrouter
claude-opus-4.5 anthropic, opencode-zen, github-copilot, openrouter, claude-code
gemini-3-pro-preview, gemini-3-flash-preview (exact 3.0) google, github-copilot, openrouter
grok-4.1-fast worldrouter

Kept / repurposed

  • openai keeps exactly gpt-5.5 / gpt-5.4 / gpt-5.4-mini.
  • openai-codex repurposed to serve those same three (subscription style, no per-token pricing) since its codex models were removed — avoids leaving the provider with zero models.

Added (xai)

  • grok-build-0.1 — $1 in / $2 out
  • grok-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_read is omitted. Canonical entries added for both.

Notes

  • bun run validate ✓ and bun run build regenerated dist/.
  • ⚠️ curate.ts auto-syncs canonical from models.dev — if these removed models still exist upstream, a future automated sync could re-add their canonical entries. A listed:-flag guard would make removals durable; this PR is a manual purge.

🤖 Generated with Claude Code

SPIKESPIGEL404 and others added 2 commits July 5, 2026 00:30
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
@FrozenArcher404
FrozenArcher404 merged commit 4bd2b23 into main Jul 5, 2026
1 check passed
@FrozenArcher404
FrozenArcher404 deleted the curate/trim-official-model-lists branch July 5, 2026 08:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants