Skip to content

Commit 4be80ac

Browse files
author
secooond
committed
fix(anthropic): add Claude Haiku 4.5 model and rolling alias to static catalog
Add claude-haiku-4-5-20251001 to both claude-cli and anthropic provider model catalogs, and add the rolling haiku-4.5 alias so both the rolling and dated model refs resolve correctly. Closes #90088 Signed-off-by: whiteyzy <whiteyzy@users.noreply.github.com> Signed-off-by: secooond <7839040+secooond@user.noreply.gitee.com>
1 parent 8dae7bb commit 4be80ac

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

extensions/anthropic/openclaw.plugin.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@
4444
"contextWindow": 200000,
4545
"maxTokens": 64000
4646
},
47+
{
48+
"id": "claude-haiku-4-5-20251001",
49+
"name": "Claude Haiku 4.5 (Claude CLI)",
50+
"reasoning": true,
51+
"input": ["text", "image"],
52+
"mediaInput": {
53+
"image": { "maxSidePx": 1568, "preferredSidePx": 1568, "tokenMode": "provider" }
54+
},
55+
"contextWindow": 200000,
56+
"maxTokens": 64000
57+
},
4758
{
4859
"id": "claude-opus-4-6",
4960
"name": "Claude Opus 4.6 (Claude CLI)",
@@ -93,6 +104,17 @@
93104
},
94105
"contextWindow": 200000,
95106
"maxTokens": 64000
107+
{
108+
"id": "claude-haiku-4-5-20251001",
109+
"name": "Claude Haiku 4.5",
110+
"reasoning": true,
111+
"input": ["text", "image"],
112+
"mediaInput": {
113+
"image": { "maxSidePx": 1568, "preferredSidePx": 1568, "tokenMode": "provider" }
114+
},
115+
"contextWindow": 200000,
116+
"maxTokens": 64000
117+
},
96118
},
97119
{
98120
"id": "claude-opus-4-6",
@@ -124,6 +146,7 @@
124146
"opus": "claude-opus-4-8",
125147
"opus-4.6": "claude-opus-4-6",
126148
"sonnet-4.6": "claude-sonnet-4-6"
149+
"haiku-4.5": "claude-haiku-4-5-20251001",
127150
}
128151
}
129152
}

0 commit comments

Comments
 (0)