|
845 | 845 | "cost": { "input": 30, "output": 180, "context_over_200k": { "input": 60, "output": 270 } }, |
846 | 846 | "limit": { "context": 1050000, "input": 922000, "output": 128000 } |
847 | 847 | }, |
848 | | - "gpt-5.5-pro": { |
849 | | - "id": "gpt-5.5-pro", |
850 | | - "name": "GPT-5.5 Pro", |
851 | | - "family": "gpt-pro", |
852 | | - "attachment": true, |
853 | | - "reasoning": true, |
854 | | - "tool_call": true, |
855 | | - "structured_output": false, |
856 | | - "temperature": false, |
857 | | - "knowledge": "2025-08-31", |
858 | | - "release_date": "2026-04-23", |
859 | | - "last_updated": "2026-04-23", |
860 | | - "modalities": { "input": ["text", "image"], "output": ["text"] }, |
861 | | - "open_weights": false, |
862 | | - "cost": { "input": 30, "output": 180, "context_over_200k": { "input": 60, "output": 270 } }, |
863 | | - "limit": { "context": 1050000, "input": 922000, "output": 128000 } |
864 | | - }, |
865 | 848 | "o3-mini": { |
866 | 849 | "id": "o3-mini", |
867 | 850 | "name": "o3-mini", |
|
1139 | 1122 | }, |
1140 | 1123 | "limit": { "context": 1050000, "input": 922000, "output": 128000 } |
1141 | 1124 | }, |
1142 | | - "gpt-5.5": { |
1143 | | - "id": "gpt-5.5", |
1144 | | - "name": "GPT-5.5", |
1145 | | - "family": "gpt", |
1146 | | - "attachment": true, |
1147 | | - "reasoning": true, |
1148 | | - "tool_call": true, |
1149 | | - "structured_output": true, |
1150 | | - "temperature": false, |
1151 | | - "knowledge": "2025-08-31", |
1152 | | - "release_date": "2026-04-23", |
1153 | | - "last_updated": "2026-04-23", |
1154 | | - "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, |
1155 | | - "open_weights": false, |
1156 | | - "cost": { |
1157 | | - "input": 2.5, |
1158 | | - "output": 15, |
1159 | | - "cache_read": 0.25, |
1160 | | - "context_over_200k": { "input": 5, "output": 22.5, "cache_read": 0.5 } |
1161 | | - }, |
1162 | | - "limit": { "context": 1050000, "input": 922000, "output": 128000 } |
1163 | | - }, |
1164 | 1125 | "o1": { |
1165 | 1126 | "id": "o1", |
1166 | 1127 | "name": "o1", |
|
0 commit comments