From 119ae51dfd9a9a5ae811dcaad2cee943c8f544ea Mon Sep 17 00:00:00 2001 From: Ammar Date: Tue, 2 Dec 2025 13:10:51 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20docs:=20update=20model=20version?= =?UTF-8?q?s=20to=20match=20knownModels.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Anthropic: claude-opus-4-1 → claude-opus-4-5, add claude-haiku-4-5 - OpenAI: gpt-5 → gpt-5.1, add gpt-5.1-codex, gpt-5.1-codex-mini - xAI: grok-4-1 → grok-4-1-fast, grok-code → grok-code-fast-1 - Remove misplaced gpt-5-codex from Google section _Generated with mux_ --- docs/models.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/models.md b/docs/models.md index 38cc9733ab..e356b755dd 100644 --- a/docs/models.md +++ b/docs/models.md @@ -13,7 +13,8 @@ mux supports multiple AI providers through its flexible provider architecture. Best supported provider with full feature support: - `anthropic:claude-sonnet-4-5` -- `anthropic:claude-opus-4-1` +- `anthropic:claude-opus-4-5` +- `anthropic:claude-haiku-4-5` **Setup:** @@ -40,8 +41,10 @@ Or set environment variables: GPT-5 family of models: -- `openai:gpt-5` +- `openai:gpt-5.1` - `openai:gpt-5-pro` +- `openai:gpt-5.1-codex` +- `openai:gpt-5.1-codex-mini` #### Google (Cloud) @@ -64,8 +67,6 @@ Access Gemini models directly via Google's generative AI API: } ``` -- `openai:gpt-5-codex` - **Note:** Anthropic models are better supported than GPT-5 class models due to an outstanding issue in the Vercel AI SDK. TODO: add issue link here. @@ -74,8 +75,8 @@ TODO: add issue link here. Frontier reasoning models from xAI with built-in search orchestration: -- `xai:grok-4-1` — Fast unified model (switches between reasoning/non-reasoning based on thinking toggle) -- `xai:grok-code` — Optimized for coding tasks +- `xai:grok-4-1-fast` — Fast unified model (switches between reasoning/non-reasoning based on thinking toggle) +- `xai:grok-code-fast-1` — Optimized for coding tasks **Setup:**