|
16 | 16 | from typing import Any |
17 | 17 |
|
18 | 18 | _PROFILES: dict[str, dict[str, Any]] = { |
19 | | - "claude-opus-4-5-20251101": { |
| 19 | + "claude-3-5-haiku-20241022": { |
20 | 20 | "max_input_tokens": 200000, |
21 | | - "max_output_tokens": 64000, |
| 21 | + "max_output_tokens": 8192, |
22 | 22 | "text_inputs": True, |
23 | 23 | "image_inputs": True, |
24 | 24 | "audio_inputs": False, |
|
28 | 28 | "image_outputs": False, |
29 | 29 | "audio_outputs": False, |
30 | 30 | "video_outputs": False, |
31 | | - "reasoning_output": True, |
| 31 | + "reasoning_output": False, |
32 | 32 | "tool_calling": True, |
33 | 33 | "image_url_inputs": True, |
34 | 34 | "pdf_tool_message": True, |
|
54 | 54 | "image_tool_message": True, |
55 | 55 | "structured_output": False, |
56 | 56 | }, |
57 | | - "claude-opus-4-1": { |
| 57 | + "claude-3-5-sonnet-20240620": { |
58 | 58 | "max_input_tokens": 200000, |
59 | | - "max_output_tokens": 32000, |
| 59 | + "max_output_tokens": 8192, |
60 | 60 | "text_inputs": True, |
61 | 61 | "image_inputs": True, |
62 | 62 | "audio_inputs": False, |
|
66 | 66 | "image_outputs": False, |
67 | 67 | "audio_outputs": False, |
68 | 68 | "video_outputs": False, |
69 | | - "reasoning_output": True, |
| 69 | + "reasoning_output": False, |
70 | 70 | "tool_calling": True, |
71 | 71 | "image_url_inputs": True, |
72 | 72 | "pdf_tool_message": True, |
73 | 73 | "image_tool_message": True, |
74 | | - "structured_output": True, |
| 74 | + "structured_output": False, |
75 | 75 | }, |
76 | 76 | "claude-3-5-sonnet-20241022": { |
77 | 77 | "max_input_tokens": 200000, |
|
92 | 92 | "image_tool_message": True, |
93 | 93 | "structured_output": False, |
94 | 94 | }, |
95 | | - "claude-3-sonnet-20240229": { |
| 95 | + "claude-3-7-sonnet-20250219": { |
96 | 96 | "max_input_tokens": 200000, |
97 | | - "max_output_tokens": 4096, |
| 97 | + "max_output_tokens": 64000, |
98 | 98 | "text_inputs": True, |
99 | 99 | "image_inputs": True, |
100 | 100 | "audio_inputs": False, |
|
104 | 104 | "image_outputs": False, |
105 | 105 | "audio_outputs": False, |
106 | 106 | "video_outputs": False, |
107 | | - "reasoning_output": False, |
| 107 | + "reasoning_output": True, |
108 | 108 | "tool_calling": True, |
109 | 109 | "image_url_inputs": True, |
110 | 110 | "pdf_tool_message": True, |
111 | 111 | "image_tool_message": True, |
112 | 112 | "structured_output": False, |
113 | 113 | }, |
114 | | - "claude-opus-4-6": { |
| 114 | + "claude-3-7-sonnet-latest": { |
115 | 115 | "max_input_tokens": 200000, |
116 | | - "max_output_tokens": 128000, |
| 116 | + "max_output_tokens": 64000, |
117 | 117 | "text_inputs": True, |
118 | 118 | "image_inputs": True, |
119 | 119 | "audio_inputs": False, |
|
130 | 130 | "image_tool_message": True, |
131 | 131 | "structured_output": False, |
132 | 132 | }, |
133 | | - "claude-sonnet-4-6": { |
| 133 | + "claude-3-haiku-20240307": { |
134 | 134 | "max_input_tokens": 200000, |
135 | | - "max_output_tokens": 64000, |
| 135 | + "max_output_tokens": 4096, |
136 | 136 | "text_inputs": True, |
137 | 137 | "image_inputs": True, |
138 | 138 | "audio_inputs": False, |
|
142 | 142 | "image_outputs": False, |
143 | 143 | "audio_outputs": False, |
144 | 144 | "video_outputs": False, |
145 | | - "reasoning_output": True, |
| 145 | + "reasoning_output": False, |
146 | 146 | "tool_calling": True, |
147 | 147 | "image_url_inputs": True, |
148 | 148 | "pdf_tool_message": True, |
149 | 149 | "image_tool_message": True, |
150 | 150 | "structured_output": False, |
151 | 151 | }, |
152 | | - "claude-sonnet-4-0": { |
| 152 | + "claude-3-opus-20240229": { |
153 | 153 | "max_input_tokens": 200000, |
154 | | - "max_output_tokens": 64000, |
| 154 | + "max_output_tokens": 4096, |
155 | 155 | "text_inputs": True, |
156 | 156 | "image_inputs": True, |
157 | 157 | "audio_inputs": False, |
|
161 | 161 | "image_outputs": False, |
162 | 162 | "audio_outputs": False, |
163 | 163 | "video_outputs": False, |
164 | | - "reasoning_output": True, |
| 164 | + "reasoning_output": False, |
165 | 165 | "tool_calling": True, |
166 | 166 | "image_url_inputs": True, |
167 | 167 | "pdf_tool_message": True, |
168 | 168 | "image_tool_message": True, |
169 | 169 | "structured_output": False, |
170 | 170 | }, |
171 | | - "claude-opus-4-20250514": { |
| 171 | + "claude-3-sonnet-20240229": { |
172 | 172 | "max_input_tokens": 200000, |
173 | | - "max_output_tokens": 32000, |
| 173 | + "max_output_tokens": 4096, |
174 | 174 | "text_inputs": True, |
175 | 175 | "image_inputs": True, |
176 | 176 | "audio_inputs": False, |
|
180 | 180 | "image_outputs": False, |
181 | 181 | "audio_outputs": False, |
182 | 182 | "video_outputs": False, |
183 | | - "reasoning_output": True, |
| 183 | + "reasoning_output": False, |
184 | 184 | "tool_calling": True, |
185 | 185 | "image_url_inputs": True, |
186 | 186 | "pdf_tool_message": True, |
187 | 187 | "image_tool_message": True, |
188 | 188 | "structured_output": False, |
189 | 189 | }, |
190 | | - "claude-sonnet-4-5-20250929": { |
| 190 | + "claude-haiku-4-5": { |
191 | 191 | "max_input_tokens": 200000, |
192 | 192 | "max_output_tokens": 64000, |
193 | 193 | "text_inputs": True, |
|
206 | 206 | "image_tool_message": True, |
207 | 207 | "structured_output": False, |
208 | 208 | }, |
209 | | - "claude-opus-4-0": { |
| 209 | + "claude-haiku-4-5-20251001": { |
210 | 210 | "max_input_tokens": 200000, |
211 | | - "max_output_tokens": 32000, |
| 211 | + "max_output_tokens": 64000, |
212 | 212 | "text_inputs": True, |
213 | 213 | "image_inputs": True, |
214 | 214 | "audio_inputs": False, |
|
225 | 225 | "image_tool_message": True, |
226 | 226 | "structured_output": False, |
227 | 227 | }, |
228 | | - "claude-3-5-haiku-20241022": { |
| 228 | + "claude-opus-4-0": { |
229 | 229 | "max_input_tokens": 200000, |
230 | | - "max_output_tokens": 8192, |
| 230 | + "max_output_tokens": 32000, |
231 | 231 | "text_inputs": True, |
232 | 232 | "image_inputs": True, |
233 | 233 | "audio_inputs": False, |
|
237 | 237 | "image_outputs": False, |
238 | 238 | "audio_outputs": False, |
239 | 239 | "video_outputs": False, |
240 | | - "reasoning_output": False, |
| 240 | + "reasoning_output": True, |
241 | 241 | "tool_calling": True, |
242 | 242 | "image_url_inputs": True, |
243 | 243 | "pdf_tool_message": True, |
244 | 244 | "image_tool_message": True, |
245 | 245 | "structured_output": False, |
246 | 246 | }, |
247 | | - "claude-3-5-sonnet-20240620": { |
| 247 | + "claude-opus-4-1": { |
248 | 248 | "max_input_tokens": 200000, |
249 | | - "max_output_tokens": 8192, |
| 249 | + "max_output_tokens": 32000, |
250 | 250 | "text_inputs": True, |
251 | 251 | "image_inputs": True, |
252 | 252 | "audio_inputs": False, |
|
256 | 256 | "image_outputs": False, |
257 | 257 | "audio_outputs": False, |
258 | 258 | "video_outputs": False, |
259 | | - "reasoning_output": False, |
| 259 | + "reasoning_output": True, |
260 | 260 | "tool_calling": True, |
261 | 261 | "image_url_inputs": True, |
262 | 262 | "pdf_tool_message": True, |
263 | 263 | "image_tool_message": True, |
264 | | - "structured_output": False, |
| 264 | + "structured_output": True, |
265 | 265 | }, |
266 | | - "claude-3-7-sonnet-latest": { |
| 266 | + "claude-opus-4-1-20250805": { |
267 | 267 | "max_input_tokens": 200000, |
268 | | - "max_output_tokens": 64000, |
| 268 | + "max_output_tokens": 32000, |
269 | 269 | "text_inputs": True, |
270 | 270 | "image_inputs": True, |
271 | 271 | "audio_inputs": False, |
|
282 | 282 | "image_tool_message": True, |
283 | 283 | "structured_output": False, |
284 | 284 | }, |
285 | | - "claude-3-7-sonnet-20250219": { |
| 285 | + "claude-opus-4-20250514": { |
286 | 286 | "max_input_tokens": 200000, |
287 | | - "max_output_tokens": 64000, |
| 287 | + "max_output_tokens": 32000, |
288 | 288 | "text_inputs": True, |
289 | 289 | "image_inputs": True, |
290 | 290 | "audio_inputs": False, |
|
301 | 301 | "image_tool_message": True, |
302 | 302 | "structured_output": False, |
303 | 303 | }, |
304 | | - "claude-3-haiku-20240307": { |
| 304 | + "claude-opus-4-5": { |
305 | 305 | "max_input_tokens": 200000, |
306 | | - "max_output_tokens": 4096, |
| 306 | + "max_output_tokens": 64000, |
307 | 307 | "text_inputs": True, |
308 | 308 | "image_inputs": True, |
309 | 309 | "audio_inputs": False, |
|
313 | 313 | "image_outputs": False, |
314 | 314 | "audio_outputs": False, |
315 | 315 | "video_outputs": False, |
316 | | - "reasoning_output": False, |
| 316 | + "reasoning_output": True, |
317 | 317 | "tool_calling": True, |
318 | 318 | "image_url_inputs": True, |
319 | 319 | "pdf_tool_message": True, |
320 | 320 | "image_tool_message": True, |
321 | 321 | "structured_output": False, |
322 | 322 | }, |
323 | | - "claude-haiku-4-5-20251001": { |
| 323 | + "claude-opus-4-5-20251101": { |
324 | 324 | "max_input_tokens": 200000, |
325 | 325 | "max_output_tokens": 64000, |
326 | 326 | "text_inputs": True, |
|
339 | 339 | "image_tool_message": True, |
340 | 340 | "structured_output": False, |
341 | 341 | }, |
342 | | - "claude-haiku-4-5": { |
| 342 | + "claude-opus-4-6": { |
343 | 343 | "max_input_tokens": 200000, |
344 | | - "max_output_tokens": 64000, |
| 344 | + "max_output_tokens": 128000, |
345 | 345 | "text_inputs": True, |
346 | 346 | "image_inputs": True, |
347 | 347 | "audio_inputs": False, |
|
358 | 358 | "image_tool_message": True, |
359 | 359 | "structured_output": False, |
360 | 360 | }, |
361 | | - "claude-opus-4-5": { |
| 361 | + "claude-sonnet-4-0": { |
362 | 362 | "max_input_tokens": 200000, |
363 | 363 | "max_output_tokens": 64000, |
364 | 364 | "text_inputs": True, |
|
377 | 377 | "image_tool_message": True, |
378 | 378 | "structured_output": False, |
379 | 379 | }, |
380 | | - "claude-3-opus-20240229": { |
| 380 | + "claude-sonnet-4-20250514": { |
381 | 381 | "max_input_tokens": 200000, |
382 | | - "max_output_tokens": 4096, |
| 382 | + "max_output_tokens": 64000, |
383 | 383 | "text_inputs": True, |
384 | 384 | "image_inputs": True, |
385 | 385 | "audio_inputs": False, |
|
389 | 389 | "image_outputs": False, |
390 | 390 | "audio_outputs": False, |
391 | 391 | "video_outputs": False, |
392 | | - "reasoning_output": False, |
| 392 | + "reasoning_output": True, |
393 | 393 | "tool_calling": True, |
394 | 394 | "image_url_inputs": True, |
395 | 395 | "pdf_tool_message": True, |
|
415 | 415 | "image_tool_message": True, |
416 | 416 | "structured_output": True, |
417 | 417 | }, |
418 | | - "claude-sonnet-4-20250514": { |
| 418 | + "claude-sonnet-4-5-20250929": { |
419 | 419 | "max_input_tokens": 200000, |
420 | 420 | "max_output_tokens": 64000, |
421 | 421 | "text_inputs": True, |
|
434 | 434 | "image_tool_message": True, |
435 | 435 | "structured_output": False, |
436 | 436 | }, |
437 | | - "claude-opus-4-1-20250805": { |
| 437 | + "claude-sonnet-4-6": { |
438 | 438 | "max_input_tokens": 200000, |
439 | | - "max_output_tokens": 32000, |
| 439 | + "max_output_tokens": 64000, |
440 | 440 | "text_inputs": True, |
441 | 441 | "image_inputs": True, |
442 | 442 | "audio_inputs": False, |
|
0 commit comments