File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ mux supports multiple AI providers through its flexible provider architecture.
1313Best supported provider with full feature support:
1414
1515- ` anthropic:claude-sonnet-4-5 `
16- - ` anthropic:claude-opus-4-1 `
16+ - ` anthropic:claude-opus-4-5 `
17+ - ` anthropic:claude-haiku-4-5 `
1718
1819** Setup:**
1920
@@ -40,8 +41,10 @@ Or set environment variables:
4041
4142GPT-5 family of models:
4243
43- - ` openai:gpt-5 `
44+ - ` openai:gpt-5.1 `
4445- ` openai:gpt-5-pro `
46+ - ` openai:gpt-5.1-codex `
47+ - ` openai:gpt-5.1-codex-mini `
4548
4649#### Google (Cloud)
4750
@@ -64,8 +67,6 @@ Access Gemini models directly via Google's generative AI API:
6467}
6568```
6669
67- - ` openai:gpt-5-codex `
68-
6970** Note:** Anthropic models are better supported than GPT-5 class models due to an outstanding issue in the Vercel AI SDK.
7071
7172TODO: add issue link here.
@@ -74,8 +75,8 @@ TODO: add issue link here.
7475
7576Frontier reasoning models from xAI with built-in search orchestration:
7677
77- - ` xai:grok-4-1 ` β Fast unified model (switches between reasoning/non-reasoning based on thinking toggle)
78- - ` xai:grok-code ` β Optimized for coding tasks
78+ - ` xai:grok-4-1-fast ` β Fast unified model (switches between reasoning/non-reasoning based on thinking toggle)
79+ - ` xai:grok-code-fast-1 ` β Optimized for coding tasks
7980
8081** Setup:**
8182
You canβt perform that action at this time.
0 commit comments