fix: correct gemini flash model id

This commit is contained in:
Peter Steinberger
2026-03-08 02:32:49 +00:00
parent 46008178d1
commit 100da9f45c
10 changed files with 26 additions and 14 deletions

View File

@@ -2241,7 +2241,7 @@ Yes. OpenClaw ships a few default shorthands (only applied when the model exists
- `sonnet` → `anthropic/claude-sonnet-4-5`
- `gpt` → `openai/gpt-5.2`
- `gpt-mini` → `openai/gpt-5-mini`
- `gemini` → `google/gemini-3-pro-preview`
- `gemini` → `google/gemini-3.1-pro-preview`
- `gemini-flash` → `google/gemini-3-flash-preview`
If you set your own alias with the same name, your value wins.