|
3 | 3 | {
|
4 | 4 | "name": "awsChatBedrock",
|
5 | 5 | "models": [
|
| 6 | + { |
| 7 | + "label": "anthropic.claude-opus-4-1-20250805-v1:0", |
| 8 | + "name": "anthropic.claude-opus-4-1-20250805-v1:0", |
| 9 | + "description": "Claude 4.1 Opus", |
| 10 | + "input_cost": 0.000015, |
| 11 | + "output_cost": 0.000075 |
| 12 | + }, |
6 | 13 | {
|
7 | 14 | "label": "anthropic.claude-sonnet-4-20250514-v1:0",
|
8 | 15 | "name": "anthropic.claude-sonnet-4-20250514-v1:0",
|
|
280 | 287 | {
|
281 | 288 | "name": "azureChatOpenAI",
|
282 | 289 | "models": [
|
| 290 | + { |
| 291 | + "label": "gpt-5", |
| 292 | + "name": "gpt-5", |
| 293 | + "input_cost": 0.00000125, |
| 294 | + "output_cost": 0.00001 |
| 295 | + }, |
| 296 | + { |
| 297 | + "label": "gpt-5-mini", |
| 298 | + "name": "gpt-5-mini", |
| 299 | + "input_cost": 0.00000025, |
| 300 | + "output_cost": 0.000002 |
| 301 | + }, |
| 302 | + { |
| 303 | + "label": "gpt-5-nano", |
| 304 | + "name": "gpt-5-nano", |
| 305 | + "input_cost": 0.00000005, |
| 306 | + "output_cost": 0.0000004 |
| 307 | + }, |
283 | 308 | {
|
284 | 309 | "label": "gpt-4.1",
|
285 | 310 | "name": "gpt-4.1",
|
|
422 | 447 | {
|
423 | 448 | "name": "chatAnthropic",
|
424 | 449 | "models": [
|
| 450 | + { |
| 451 | + "label": "claude-opus-4-1", |
| 452 | + "name": "claude-opus-4-1", |
| 453 | + "description": "Claude 4.1 Opus", |
| 454 | + "input_cost": 0.000015, |
| 455 | + "output_cost": 0.000075 |
| 456 | + }, |
425 | 457 | {
|
426 | 458 | "label": "claude-sonnet-4-0",
|
427 | 459 | "name": "claude-sonnet-4-0",
|
|
641 | 673 | "input_cost": 1.25e-7,
|
642 | 674 | "output_cost": 3.75e-7
|
643 | 675 | },
|
| 676 | + { |
| 677 | + "label": "claude-opus-4-1@20250805", |
| 678 | + "name": "claude-opus-4-1@20250805", |
| 679 | + "description": "Claude 4.1 Opus", |
| 680 | + "input_cost": 0.000015, |
| 681 | + "output_cost": 0.000075 |
| 682 | + }, |
644 | 683 | {
|
645 | 684 | "label": "claude-sonnet-4@20250514",
|
646 | 685 | "name": "claude-sonnet-4@20250514",
|
|
0 commit comments