You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google's preview Gemini image IDs and legacy Imagen 4 IDs are being
retired, but OpenClaw still advertised preview/retired IDs across the
Google/OpenRouter image-generation defaults and compatibility
migration paths. This keeps stable Flash as the default while
preserving explicit Pro selections by mapping Pro preview configs and
provider catalogs to the stable Pro image IDs.
- switch Google and OpenRouter image-generation provider defaults to
gemini-3.1-flash-image
- preserve stable Pro image models in Google/OpenRouter provider
catalogs and lightweight metadata
- migrate Flash preview/Imagen refs to stable Flash, while migrating
Pro preview refs to stable Pro
- update image-generation docs, provider/tool tests, and doctor
migration coverage
Rebased onto latest main to resolve merge conflicts.
@@ -408,7 +408,7 @@ Time format in system prompt. Default: `auto` (OS preference).
408
408
- Prefer explicit `provider/model` refs. Bare IDs are accepted for compatibility; if a bare ID uniquely matches a configured image-capable entry in `models.providers.*.models`, OpenClaw qualifies it to that provider. Ambiguous configured matches require an explicit provider prefix.
409
409
-`imageGenerationModel`: accepts either a string (`"provider/model"`) or an object (`{ primary, fallbacks }`).
410
410
- Used by the shared image-generation capability and any future tool/plugin surface that generates images.
411
-
- Typical values: `google/gemini-3.1-flash-image-preview` for native Gemini image generation, `fal/fal-ai/flux/dev` for fal, `openai/gpt-image-2` for OpenAI Images, or `openai/gpt-image-1.5` for transparent-background OpenAI PNG/WebP output.
411
+
- Typical values: `google/gemini-3.1-flash-image` for native Gemini image generation, `fal/fal-ai/flux/dev` for fal, `openai/gpt-image-2` for OpenAI Images, or `openai/gpt-image-1.5` for transparent-background OpenAI PNG/WebP output.
412
412
- If you select a provider/model directly, configure matching provider auth too (for example `GEMINI_API_KEY` or `GOOGLE_API_KEY` for `google/*`, `OPENAI_API_KEY` or OpenAI Codex OAuth for `openai/gpt-image-2` / `openai/gpt-image-1.5`, `FAL_KEY` for `fal/*`).
413
413
- If omitted, `image_generate` can still infer an auth-backed provider default. It tries the current default provider first, then the remaining registered image-generation providers in provider-id order.
414
414
-`musicGenerationModel`: accepts either a string (`"provider/model"`) or an object (`{ primary, fallbacks }`).
0 commit comments