Skip to content

Commit d06a4a2

Browse files
authored
πŸ€– docs: update model versions (#856)
Update models.md to match the actual model identifiers in knownModels.ts: - **Anthropic**: `claude-opus-4-1` β†’ `claude-opus-4-5`, added `claude-haiku-4-5` - **OpenAI**: `gpt-5` β†’ `gpt-5.1`, added `gpt-5.1-codex` and `gpt-5.1-codex-mini` - **xAI**: `grok-4-1` β†’ `grok-4-1-fast`, `grok-code` β†’ `grok-code-fast-1` - Removed misplaced `gpt-5-codex` line from Google section _Generated with `mux`_
1 parent 478ee1f commit d06a4a2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

β€Ždocs/models.mdβ€Ž

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ mux supports multiple AI providers through its flexible provider architecture.
1313
Best 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

4142
GPT-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

7172
TODO: add issue link here.
@@ -74,8 +75,8 @@ TODO: add issue link here.
7475

7576
Frontier 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

0 commit comments

Comments
Β (0)