mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 20:35:39 -06:00
docs(config-agents): correct built-in alias table for opus and gpt (#96375)
The built-in alias shorthands table listed stale model ids that no longer match src/config/defaults.ts (DEFAULT_MODEL_ALIASES): opus: anthropic/claude-opus-4-6 -> anthropic/claude-opus-4-8 gpt: openai/gpt-5.5 -> openai/gpt-5.4 These now match defaults.ts and the help/faq-models alias table, and resolve an internal contradiction on this same page (its runtime-policy example already uses anthropic/claude-opus-4-8).
This commit is contained in:
@@ -509,9 +509,9 @@ Time format in system prompt. Default: `auto` (OS preference).
|
||||
|
||||
| Alias | Model |
|
||||
| ------------------- | ------------------------------- |
|
||||
| `opus` | `anthropic/claude-opus-4-6` |
|
||||
| `opus` | `anthropic/claude-opus-4-8` |
|
||||
| `sonnet` | `anthropic/claude-sonnet-4-6` |
|
||||
| `gpt` | `openai/gpt-5.5` |
|
||||
| `gpt` | `openai/gpt-5.4` |
|
||||
| `gpt-mini` | `openai/gpt-5.4-mini` |
|
||||
| `gpt-nano` | `openai/gpt-5.4-nano` |
|
||||
| `gemini` | `google/gemini-3.1-pro-preview` |
|
||||
|
||||
Reference in New Issue
Block a user