From cf1d8e07fbaa0bf67e65e7044062d14923991e78 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Thu, 5 Feb 2026 09:57:18 -0700 Subject: [PATCH] Switch default model to haiku-4-5 for cost efficiency --- openclaw.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openclaw.json b/openclaw.json index ad8f0d1..b205d64 100644 --- a/openclaw.json +++ b/openclaw.json @@ -23,7 +23,7 @@ "agents": { "defaults": { "model": { - "primary": "anthropic/claude-sonnet-4-5" + "primary": "anthropic/claude-haiku-4-5" }, "models": { "anthropic/claude-opus-4-5": { @@ -31,6 +31,9 @@ }, "anthropic/claude-sonnet-4-5": { "alias": "sonnet" + }, + "anthropic/claude-haiku-4-5": { + "alias": "haiku" } }, "workspace": "/home/jramos/.openclaw/workspace",