|
99 | 99 | }, |
100 | 100 | "display_name": "GPT-4 32K" |
101 | 101 | }, |
| 102 | + { |
| 103 | + "id": "gpt-5.1-codex", |
| 104 | + "name": "GPT-5.1 Codex", |
| 105 | + "attachment": false, |
| 106 | + "reasoning": { |
| 107 | + "supported": true, |
| 108 | + "default": true |
| 109 | + }, |
| 110 | + "tool_call": true, |
| 111 | + "temperature": false, |
| 112 | + "knowledge": "2024-09-30", |
| 113 | + "release_date": "2025-11-14", |
| 114 | + "last_updated": "2025-11-14", |
| 115 | + "modalities": { |
| 116 | + "input": [ |
| 117 | + "text", |
| 118 | + "image", |
| 119 | + "audio" |
| 120 | + ], |
| 121 | + "output": [ |
| 122 | + "text", |
| 123 | + "image", |
| 124 | + "audio" |
| 125 | + ] |
| 126 | + }, |
| 127 | + "open_weights": false, |
| 128 | + "cost": { |
| 129 | + "input": 1.25, |
| 130 | + "output": 10, |
| 131 | + "cache_read": 0.125 |
| 132 | + }, |
| 133 | + "limit": { |
| 134 | + "context": 400000, |
| 135 | + "output": 128000 |
| 136 | + }, |
| 137 | + "display_name": "GPT-5.1 Codex" |
| 138 | + }, |
102 | 139 | { |
103 | 140 | "id": "gpt-4.1-mini", |
104 | 141 | "name": "GPT-4.1 mini", |
|
293 | 330 | }, |
294 | 331 | "display_name": "o1-preview" |
295 | 332 | }, |
| 333 | + { |
| 334 | + "id": "gpt-5.1-codex-mini", |
| 335 | + "name": "GPT-5.1 Codex Mini", |
| 336 | + "attachment": false, |
| 337 | + "reasoning": { |
| 338 | + "supported": true, |
| 339 | + "default": true |
| 340 | + }, |
| 341 | + "tool_call": true, |
| 342 | + "temperature": false, |
| 343 | + "knowledge": "2024-09-30", |
| 344 | + "release_date": "2025-11-14", |
| 345 | + "last_updated": "2025-11-14", |
| 346 | + "modalities": { |
| 347 | + "input": [ |
| 348 | + "text", |
| 349 | + "image", |
| 350 | + "audio" |
| 351 | + ], |
| 352 | + "output": [ |
| 353 | + "text", |
| 354 | + "image", |
| 355 | + "audio" |
| 356 | + ] |
| 357 | + }, |
| 358 | + "open_weights": false, |
| 359 | + "cost": { |
| 360 | + "input": 0.25, |
| 361 | + "output": 2, |
| 362 | + "cache_read": 0.025 |
| 363 | + }, |
| 364 | + "limit": { |
| 365 | + "context": 400000, |
| 366 | + "output": 128000 |
| 367 | + }, |
| 368 | + "display_name": "GPT-5.1 Codex Mini" |
| 369 | + }, |
296 | 370 | { |
297 | 371 | "id": "o3-mini", |
298 | 372 | "name": "o3-mini", |
|
326 | 400 | }, |
327 | 401 | "display_name": "o3-mini" |
328 | 402 | }, |
| 403 | + { |
| 404 | + "id": "gpt-5.1", |
| 405 | + "name": "GPT-5.1", |
| 406 | + "attachment": true, |
| 407 | + "reasoning": { |
| 408 | + "supported": true, |
| 409 | + "default": true |
| 410 | + }, |
| 411 | + "tool_call": true, |
| 412 | + "temperature": false, |
| 413 | + "knowledge": "2024-09-30", |
| 414 | + "release_date": "2025-11-14", |
| 415 | + "last_updated": "2025-11-14", |
| 416 | + "modalities": { |
| 417 | + "input": [ |
| 418 | + "text", |
| 419 | + "image", |
| 420 | + "audio" |
| 421 | + ], |
| 422 | + "output": [ |
| 423 | + "text", |
| 424 | + "image", |
| 425 | + "audio" |
| 426 | + ] |
| 427 | + }, |
| 428 | + "open_weights": false, |
| 429 | + "cost": { |
| 430 | + "input": 1.25, |
| 431 | + "output": 10, |
| 432 | + "cache_read": 0.125 |
| 433 | + }, |
| 434 | + "limit": { |
| 435 | + "context": 272000, |
| 436 | + "output": 128000 |
| 437 | + }, |
| 438 | + "display_name": "GPT-5.1" |
| 439 | + }, |
329 | 440 | { |
330 | 441 | "id": "gpt-5-nano", |
331 | 442 | "name": "GPT-5 Nano", |
|
559 | 670 | }, |
560 | 671 | "display_name": "o1" |
561 | 672 | }, |
| 673 | + { |
| 674 | + "id": "gpt-5.1-chat", |
| 675 | + "name": "GPT-5.1 Chat", |
| 676 | + "attachment": true, |
| 677 | + "reasoning": { |
| 678 | + "supported": true, |
| 679 | + "default": true |
| 680 | + }, |
| 681 | + "tool_call": true, |
| 682 | + "temperature": false, |
| 683 | + "knowledge": "2024-09-30", |
| 684 | + "release_date": "2025-11-14", |
| 685 | + "last_updated": "2025-11-14", |
| 686 | + "modalities": { |
| 687 | + "input": [ |
| 688 | + "text", |
| 689 | + "image", |
| 690 | + "audio" |
| 691 | + ], |
| 692 | + "output": [ |
| 693 | + "text", |
| 694 | + "image", |
| 695 | + "audio" |
| 696 | + ] |
| 697 | + }, |
| 698 | + "open_weights": false, |
| 699 | + "cost": { |
| 700 | + "input": 1.25, |
| 701 | + "output": 10, |
| 702 | + "cache_read": 0.125 |
| 703 | + }, |
| 704 | + "limit": { |
| 705 | + "context": 128000, |
| 706 | + "output": 16384 |
| 707 | + }, |
| 708 | + "display_name": "GPT-5.1 Chat" |
| 709 | + }, |
562 | 710 | { |
563 | 711 | "id": "gpt-5-mini", |
564 | 712 | "name": "GPT-5 Mini", |
|
0 commit comments