Update default utility model
Use OpenRouter's google/gemini-3.1-flash-lite model without the preview suffix for the global default, Balance preset, and onboarding defaults.
Alessandro committed
Jul 10, 2026 at 19:41 UTC
fddcc3deea3dea47e2d7a0bc21f10d7c7d4abd3d
3 files changed
+3
-3
plugins/_model_config/default_config.yaml
+1
-1
@@ -15,7 +15,7 @@ chat_model:
15
16
utility_model:
17
provider: "openrouter"
18
- name: "google/gemini-3.1-flash-lite-preview"
18
+ name: "google/gemini-3.1-flash-lite"
19
api_base: ""
20
ctx_length: 128000
21
ctx_input: 0.7
plugins/_model_config/default_presets.yaml
+1
-1
@@ -21,7 +21,7 @@
21
vision: true
22
utility:
23
provider: "openrouter"
24
- name: "google/gemini-3.1-flash-lite-preview"
24
+ name: "google/gemini-3.1-flash-lite"
25
- name: "Cost Efficient"
26
chat:
27
provider: "openrouter"
plugins/_onboarding/webui/onboarding-providers.js
+1
-1
@@ -224,7 +224,7 @@ export const ONBOARDING_PROVIDER_OVERRIDES = {
224
api_key_url: "https://openrouter.ai/workspaces/default/keys",
225
docs_url: "https://openrouter.ai/workspaces/default/keys",
226
default_chat_model: "anthropic/claude-sonnet-5",
227
- default_utility_model: "google/gemini-3.1-flash-lite-preview",
227
+ default_utility_model: "google/gemini-3.1-flash-lite",
228
api_key_mode: "required",
229
model_list_autoload: true,
230
short_description: "One key for many model families.",