From d6d7b048ff43cb9535d266e2c57548b1b882d9c6 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 12 May 2026 11:02:56 +0800 Subject: [PATCH] docs(help): correct built-in opus/gpt aliases to match DEFAULT_MODEL_ALIASES --- docs/help/faq-models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/help/faq-models.md b/docs/help/faq-models.md index 9cb532a530d..9c9b65ca4ba 100644 --- a/docs/help/faq-models.md +++ b/docs/help/faq-models.md @@ -282,9 +282,9 @@ troubleshooting, see the main [FAQ](/help/faq). Yes. OpenClaw ships a few default shorthands (only applied when the model exists in `agents.defaults.models`): - - `opus` → `anthropic/claude-opus-4-6` + - `opus` → `anthropic/claude-opus-4-7` - `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`