Skip to content

Commit a38b705

Browse files
committed
fix(google): align flash lite GA guidance
1 parent 80df368 commit a38b705

4 files changed

Lines changed: 18 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Docs: https://docs.openclaw.ai
1616
### Fixes
1717

1818
- OpenShell/SSH: reject malformed generated exec commands before sandbox/session setup so unresolved workflow placeholders fail fast instead of reaching the remote shell. Fixes #72373. Thanks @brokemac79.
19+
- Google: stop normalizing `gemini-3.1-flash-lite` to the retired preview endpoint and update Flash Lite alias guidance to the GA model id. Fixes #86151. (#86240) Thanks @SebTardif.
1920
- Installer: make Alpine apk installs cover Git, verify the Node runtime floor, try `nodejs-current`, and report Alpine version guidance when repositories only provide older Node packages.
2021
- Agents/media: send direct fallback for generated media still missing after an active requester wake fails. (#85489) Thanks @fuller-stack-dev.
2122
- Agents: derive overflow compaction budgets from provider-reported and synthetic over-budget token counts so confirmed context overflows compact before retrying. (#70473) Thanks @fuller-stack-dev.

docs/gateway/config-agents.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -503,16 +503,16 @@ Time format in system prompt. Default: `auto` (OS preference).
503503

504504
**Built-in alias shorthands** (only apply when the model is in `agents.defaults.models`):
505505

506-
| Alias | Model |
507-
| ------------------- | -------------------------------------- |
508-
| `opus` | `anthropic/claude-opus-4-6` |
509-
| `sonnet` | `anthropic/claude-sonnet-4-6` |
510-
| `gpt` | `openai/gpt-5.5` |
511-
| `gpt-mini` | `openai/gpt-5.4-mini` |
512-
| `gpt-nano` | `openai/gpt-5.4-nano` |
513-
| `gemini` | `google/gemini-3.1-pro-preview` |
514-
| `gemini-flash` | `google/gemini-3-flash-preview` |
515-
| `gemini-flash-lite` | `google/gemini-3.1-flash-lite-preview` |
506+
| Alias | Model |
507+
| ------------------- | ------------------------------- |
508+
| `opus` | `anthropic/claude-opus-4-6` |
509+
| `sonnet` | `anthropic/claude-sonnet-4-6` |
510+
| `gpt` | `openai/gpt-5.5` |
511+
| `gpt-mini` | `openai/gpt-5.4-mini` |
512+
| `gpt-nano` | `openai/gpt-5.4-nano` |
513+
| `gemini` | `google/gemini-3.1-pro-preview` |
514+
| `gemini-flash` | `google/gemini-3-flash-preview` |
515+
| `gemini-flash-lite` | `google/gemini-3.1-flash-lite` |
516516

517517
Your configured aliases always win over defaults.
518518

docs/help/faq-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ troubleshooting, see the main [FAQ](/help/faq).
289289
- `gpt-nano` → `openai/gpt-5.4-nano`
290290
- `gemini` → `google/gemini-3.1-pro-preview`
291291
- `gemini-flash` → `google/gemini-3-flash-preview`
292-
- `gemini-flash-lite` → `google/gemini-3.1-flash-lite-preview`
292+
- `gemini-flash-lite` → `google/gemini-3.1-flash-lite`
293293

294294
If you set your own alias with the same name, your value wins.
295295

extensions/google/openclaw.plugin.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@
133133
{
134134
"provider": "google",
135135
"model": "gemini-2.5-flash-lite-preview-09-25",
136-
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google/gemini-3.1-flash-lite-preview."
136+
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google/gemini-3.1-flash-lite."
137137
},
138138
{
139139
"provider": "google",
140140
"model": "gemini-2.5-flash-lite-preview-09-2025",
141-
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google/gemini-3.1-flash-lite-preview."
141+
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google/gemini-3.1-flash-lite."
142142
},
143143
{
144144
"provider": "google",
@@ -298,12 +298,12 @@
298298
{
299299
"provider": "google-gemini-cli",
300300
"model": "gemini-2.5-flash-lite-preview-09-25",
301-
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google-gemini-cli/gemini-3.1-flash-lite-preview."
301+
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google-gemini-cli/gemini-3.1-flash-lite."
302302
},
303303
{
304304
"provider": "google-gemini-cli",
305305
"model": "gemini-2.5-flash-lite-preview-09-2025",
306-
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google-gemini-cli/gemini-3.1-flash-lite-preview."
306+
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google-gemini-cli/gemini-3.1-flash-lite."
307307
},
308308
{
309309
"provider": "google-gemini-cli",
@@ -463,12 +463,12 @@
463463
{
464464
"provider": "google-vertex",
465465
"model": "gemini-2.5-flash-lite-preview-09-25",
466-
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google-vertex/gemini-3.1-flash-lite-preview."
466+
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google-vertex/gemini-3.1-flash-lite."
467467
},
468468
{
469469
"provider": "google-vertex",
470470
"model": "gemini-2.5-flash-lite-preview-09-2025",
471-
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google-vertex/gemini-3.1-flash-lite-preview."
471+
"reason": "Google shut down this Gemini 2.5 Flash-Lite preview on 2026-03-31. Use google-vertex/gemini-3.1-flash-lite."
472472
},
473473
{
474474
"provider": "google-vertex",

0 commit comments

Comments
 (0)