Skip to content

Commit c0a1804

Browse files
Jasmine ZhangJasmine Zhang
authored andcommitted
fix(anthropic): add haiku 4.5 static catalog entries
1 parent 51e2791 commit c0a1804

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

extensions/anthropic/openclaw.plugin.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,28 @@
8383
"contextWindow": 200000,
8484
"maxTokens": 64000
8585
},
86+
{
87+
"id": "claude-haiku-4-5",
88+
"name": "Claude Haiku 4.5",
89+
"reasoning": true,
90+
"input": ["text", "image"],
91+
"mediaInput": {
92+
"image": { "maxSidePx": 1568, "preferredSidePx": 1568, "tokenMode": "provider" }
93+
},
94+
"contextWindow": 200000,
95+
"maxTokens": 64000
96+
},
97+
{
98+
"id": "claude-haiku-4-5-20251001",
99+
"name": "Claude Haiku 4.5",
100+
"reasoning": true,
101+
"input": ["text", "image"],
102+
"mediaInput": {
103+
"image": { "maxSidePx": 1568, "preferredSidePx": 1568, "tokenMode": "provider" }
104+
},
105+
"contextWindow": 200000,
106+
"maxTokens": 64000
107+
},
86108
{
87109
"id": "claude-sonnet-4-6",
88110
"name": "Claude Sonnet 4.6",

0 commit comments

Comments
 (0)