llm.rb 4.15.0 → 4.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/README.md +34 -12
- data/data/anthropic.json +218 -198
- data/data/deepseek.json +1 -1
- data/data/google.json +481 -429
- data/data/openai.json +742 -704
- data/data/xai.json +277 -277
- data/data/zai.json +160 -126
- data/lib/llm/active_record/acts_as_llm.rb +238 -0
- data/lib/llm/active_record.rb +3 -0
- data/lib/llm/provider.rb +16 -1
- data/lib/llm/providers/openai/audio.rb +4 -4
- data/lib/llm/providers/openai/files.rb +6 -6
- data/lib/llm/providers/openai/images.rb +4 -4
- data/lib/llm/providers/openai/models.rb +2 -2
- data/lib/llm/providers/openai/moderations.rb +2 -2
- data/lib/llm/providers/openai/responses.rb +4 -4
- data/lib/llm/providers/openai/vector_stores.rb +12 -12
- data/lib/llm/providers/openai.rb +4 -4
- data/lib/llm/version.rb +1 -1
- metadata +3 -1
data/data/openai.json
CHANGED
|
@@ -7,23 +7,22 @@
|
|
|
7
7
|
"name": "OpenAI",
|
|
8
8
|
"doc": "https://platform.openai.com/docs/models",
|
|
9
9
|
"models": {
|
|
10
|
-
"gpt-5.
|
|
11
|
-
"id": "gpt-5.
|
|
12
|
-
"name": "GPT-5.
|
|
10
|
+
"gpt-5.1-codex-max": {
|
|
11
|
+
"id": "gpt-5.1-codex-max",
|
|
12
|
+
"name": "GPT-5.1 Codex Max",
|
|
13
13
|
"family": "gpt-codex",
|
|
14
14
|
"attachment": true,
|
|
15
15
|
"reasoning": true,
|
|
16
16
|
"tool_call": true,
|
|
17
17
|
"structured_output": true,
|
|
18
18
|
"temperature": false,
|
|
19
|
-
"knowledge": "
|
|
20
|
-
"release_date": "2025-
|
|
21
|
-
"last_updated": "2025-
|
|
19
|
+
"knowledge": "2024-09-30",
|
|
20
|
+
"release_date": "2025-11-13",
|
|
21
|
+
"last_updated": "2025-11-13",
|
|
22
22
|
"modalities": {
|
|
23
23
|
"input": [
|
|
24
24
|
"text",
|
|
25
|
-
"image"
|
|
26
|
-
"pdf"
|
|
25
|
+
"image"
|
|
27
26
|
],
|
|
28
27
|
"output": [
|
|
29
28
|
"text"
|
|
@@ -31,9 +30,9 @@
|
|
|
31
30
|
},
|
|
32
31
|
"open_weights": false,
|
|
33
32
|
"cost": {
|
|
34
|
-
"input": 1.
|
|
35
|
-
"output":
|
|
36
|
-
"cache_read": 0.
|
|
33
|
+
"input": 1.25,
|
|
34
|
+
"output": 10,
|
|
35
|
+
"cache_read": 0.125
|
|
37
36
|
},
|
|
38
37
|
"limit": {
|
|
39
38
|
"context": 400000,
|
|
@@ -41,18 +40,18 @@
|
|
|
41
40
|
"output": 128000
|
|
42
41
|
}
|
|
43
42
|
},
|
|
44
|
-
"
|
|
45
|
-
"id": "
|
|
46
|
-
"name": "
|
|
47
|
-
"family": "
|
|
43
|
+
"gpt-4o-2024-05-13": {
|
|
44
|
+
"id": "gpt-4o-2024-05-13",
|
|
45
|
+
"name": "GPT-4o (2024-05-13)",
|
|
46
|
+
"family": "gpt",
|
|
48
47
|
"attachment": true,
|
|
49
|
-
"reasoning":
|
|
48
|
+
"reasoning": false,
|
|
50
49
|
"tool_call": true,
|
|
51
50
|
"structured_output": true,
|
|
52
|
-
"temperature":
|
|
51
|
+
"temperature": true,
|
|
53
52
|
"knowledge": "2023-09",
|
|
54
|
-
"release_date": "
|
|
55
|
-
"last_updated": "
|
|
53
|
+
"release_date": "2024-05-13",
|
|
54
|
+
"last_updated": "2024-05-13",
|
|
56
55
|
"modalities": {
|
|
57
56
|
"input": [
|
|
58
57
|
"text",
|
|
@@ -64,25 +63,26 @@
|
|
|
64
63
|
},
|
|
65
64
|
"open_weights": false,
|
|
66
65
|
"cost": {
|
|
67
|
-
"input":
|
|
68
|
-
"output":
|
|
66
|
+
"input": 5,
|
|
67
|
+
"output": 15
|
|
69
68
|
},
|
|
70
69
|
"limit": {
|
|
71
|
-
"context":
|
|
72
|
-
"output":
|
|
70
|
+
"context": 128000,
|
|
71
|
+
"output": 4096
|
|
73
72
|
}
|
|
74
73
|
},
|
|
75
|
-
"
|
|
76
|
-
"id": "
|
|
77
|
-
"name": "
|
|
78
|
-
"family": "
|
|
74
|
+
"o1-mini": {
|
|
75
|
+
"id": "o1-mini",
|
|
76
|
+
"name": "o1-mini",
|
|
77
|
+
"family": "o-mini",
|
|
79
78
|
"attachment": false,
|
|
80
|
-
"reasoning":
|
|
79
|
+
"reasoning": true,
|
|
81
80
|
"tool_call": false,
|
|
81
|
+
"structured_output": true,
|
|
82
82
|
"temperature": false,
|
|
83
|
-
"knowledge": "
|
|
84
|
-
"release_date": "2024-
|
|
85
|
-
"last_updated": "2024-
|
|
83
|
+
"knowledge": "2023-09",
|
|
84
|
+
"release_date": "2024-09-12",
|
|
85
|
+
"last_updated": "2024-09-12",
|
|
86
86
|
"modalities": {
|
|
87
87
|
"input": [
|
|
88
88
|
"text"
|
|
@@ -93,26 +93,27 @@
|
|
|
93
93
|
},
|
|
94
94
|
"open_weights": false,
|
|
95
95
|
"cost": {
|
|
96
|
-
"input":
|
|
97
|
-
"output":
|
|
96
|
+
"input": 1.1,
|
|
97
|
+
"output": 4.4,
|
|
98
|
+
"cache_read": 0.55
|
|
98
99
|
},
|
|
99
100
|
"limit": {
|
|
100
|
-
"context":
|
|
101
|
-
"output":
|
|
101
|
+
"context": 128000,
|
|
102
|
+
"output": 65536
|
|
102
103
|
}
|
|
103
104
|
},
|
|
104
|
-
"gpt-5.
|
|
105
|
-
"id": "gpt-5.
|
|
106
|
-
"name": "GPT-5.
|
|
107
|
-
"family": "gpt-
|
|
105
|
+
"gpt-5.2-pro": {
|
|
106
|
+
"id": "gpt-5.2-pro",
|
|
107
|
+
"name": "GPT-5.2 Pro",
|
|
108
|
+
"family": "gpt-pro",
|
|
108
109
|
"attachment": true,
|
|
109
110
|
"reasoning": true,
|
|
110
111
|
"tool_call": true,
|
|
111
|
-
"structured_output":
|
|
112
|
+
"structured_output": false,
|
|
112
113
|
"temperature": false,
|
|
113
|
-
"knowledge": "
|
|
114
|
-
"release_date": "2025-11
|
|
115
|
-
"last_updated": "2025-11
|
|
114
|
+
"knowledge": "2025-08-31",
|
|
115
|
+
"release_date": "2025-12-11",
|
|
116
|
+
"last_updated": "2025-12-11",
|
|
116
117
|
"modalities": {
|
|
117
118
|
"input": [
|
|
118
119
|
"text",
|
|
@@ -124,9 +125,8 @@
|
|
|
124
125
|
},
|
|
125
126
|
"open_weights": false,
|
|
126
127
|
"cost": {
|
|
127
|
-
"input":
|
|
128
|
-
"output":
|
|
129
|
-
"cache_read": 0.025
|
|
128
|
+
"input": 21,
|
|
129
|
+
"output": 168
|
|
130
130
|
},
|
|
131
131
|
"limit": {
|
|
132
132
|
"context": 400000,
|
|
@@ -134,22 +134,20 @@
|
|
|
134
134
|
"output": 128000
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
-
"
|
|
138
|
-
"id": "
|
|
139
|
-
"name": "
|
|
140
|
-
"family": "
|
|
141
|
-
"attachment":
|
|
142
|
-
"reasoning":
|
|
143
|
-
"tool_call":
|
|
144
|
-
"structured_output": false,
|
|
137
|
+
"text-embedding-3-large": {
|
|
138
|
+
"id": "text-embedding-3-large",
|
|
139
|
+
"name": "text-embedding-3-large",
|
|
140
|
+
"family": "text-embedding",
|
|
141
|
+
"attachment": false,
|
|
142
|
+
"reasoning": false,
|
|
143
|
+
"tool_call": false,
|
|
145
144
|
"temperature": false,
|
|
146
|
-
"knowledge": "
|
|
147
|
-
"release_date": "
|
|
148
|
-
"last_updated": "
|
|
145
|
+
"knowledge": "2024-01",
|
|
146
|
+
"release_date": "2024-01-25",
|
|
147
|
+
"last_updated": "2024-01-25",
|
|
149
148
|
"modalities": {
|
|
150
149
|
"input": [
|
|
151
|
-
"text"
|
|
152
|
-
"image"
|
|
150
|
+
"text"
|
|
153
151
|
],
|
|
154
152
|
"output": [
|
|
155
153
|
"text"
|
|
@@ -157,34 +155,30 @@
|
|
|
157
155
|
},
|
|
158
156
|
"open_weights": false,
|
|
159
157
|
"cost": {
|
|
160
|
-
"input":
|
|
161
|
-
"output":
|
|
162
|
-
"context_over_200k": {
|
|
163
|
-
"input": 60,
|
|
164
|
-
"output": 270
|
|
165
|
-
}
|
|
158
|
+
"input": 0.13,
|
|
159
|
+
"output": 0
|
|
166
160
|
},
|
|
167
161
|
"limit": {
|
|
168
|
-
"context":
|
|
169
|
-
"
|
|
170
|
-
"output": 128000
|
|
162
|
+
"context": 8191,
|
|
163
|
+
"output": 3072
|
|
171
164
|
}
|
|
172
165
|
},
|
|
173
|
-
"
|
|
174
|
-
"id": "
|
|
175
|
-
"name": "
|
|
176
|
-
"family": "
|
|
177
|
-
"attachment":
|
|
178
|
-
"reasoning":
|
|
166
|
+
"gpt-5.3-chat-latest": {
|
|
167
|
+
"id": "gpt-5.3-chat-latest",
|
|
168
|
+
"name": "GPT-5.3 Chat (latest)",
|
|
169
|
+
"family": "gpt",
|
|
170
|
+
"attachment": true,
|
|
171
|
+
"reasoning": false,
|
|
179
172
|
"tool_call": true,
|
|
180
173
|
"structured_output": true,
|
|
181
|
-
"temperature":
|
|
182
|
-
"knowledge": "
|
|
183
|
-
"release_date": "
|
|
184
|
-
"last_updated": "
|
|
174
|
+
"temperature": true,
|
|
175
|
+
"knowledge": "2025-08-31",
|
|
176
|
+
"release_date": "2026-03-03",
|
|
177
|
+
"last_updated": "2026-03-03",
|
|
185
178
|
"modalities": {
|
|
186
179
|
"input": [
|
|
187
|
-
"text"
|
|
180
|
+
"text",
|
|
181
|
+
"image"
|
|
188
182
|
],
|
|
189
183
|
"output": [
|
|
190
184
|
"text"
|
|
@@ -192,27 +186,27 @@
|
|
|
192
186
|
},
|
|
193
187
|
"open_weights": false,
|
|
194
188
|
"cost": {
|
|
195
|
-
"input": 1.
|
|
196
|
-
"output":
|
|
197
|
-
"cache_read": 0.
|
|
189
|
+
"input": 1.75,
|
|
190
|
+
"output": 14,
|
|
191
|
+
"cache_read": 0.175
|
|
198
192
|
},
|
|
199
193
|
"limit": {
|
|
200
|
-
"context":
|
|
201
|
-
"output":
|
|
194
|
+
"context": 128000,
|
|
195
|
+
"output": 16384
|
|
202
196
|
}
|
|
203
197
|
},
|
|
204
|
-
"gpt-5
|
|
205
|
-
"id": "gpt-5
|
|
206
|
-
"name": "GPT-5
|
|
198
|
+
"gpt-5-mini": {
|
|
199
|
+
"id": "gpt-5-mini",
|
|
200
|
+
"name": "GPT-5 Mini",
|
|
207
201
|
"family": "gpt-mini",
|
|
208
202
|
"attachment": true,
|
|
209
203
|
"reasoning": true,
|
|
210
204
|
"tool_call": true,
|
|
211
205
|
"structured_output": true,
|
|
212
206
|
"temperature": false,
|
|
213
|
-
"knowledge": "
|
|
214
|
-
"release_date": "
|
|
215
|
-
"last_updated": "
|
|
207
|
+
"knowledge": "2024-05-30",
|
|
208
|
+
"release_date": "2025-08-07",
|
|
209
|
+
"last_updated": "2025-08-07",
|
|
216
210
|
"modalities": {
|
|
217
211
|
"input": [
|
|
218
212
|
"text",
|
|
@@ -224,9 +218,9 @@
|
|
|
224
218
|
},
|
|
225
219
|
"open_weights": false,
|
|
226
220
|
"cost": {
|
|
227
|
-
"input": 0.
|
|
228
|
-
"output":
|
|
229
|
-
"cache_read": 0.
|
|
221
|
+
"input": 0.25,
|
|
222
|
+
"output": 2,
|
|
223
|
+
"cache_read": 0.025
|
|
230
224
|
},
|
|
231
225
|
"limit": {
|
|
232
226
|
"context": 400000,
|
|
@@ -234,18 +228,18 @@
|
|
|
234
228
|
"output": 128000
|
|
235
229
|
}
|
|
236
230
|
},
|
|
237
|
-
"gpt-5-
|
|
238
|
-
"id": "gpt-5-
|
|
239
|
-
"name": "GPT-5
|
|
240
|
-
"family": "gpt-
|
|
231
|
+
"gpt-5-nano": {
|
|
232
|
+
"id": "gpt-5-nano",
|
|
233
|
+
"name": "GPT-5 Nano",
|
|
234
|
+
"family": "gpt-nano",
|
|
241
235
|
"attachment": true,
|
|
242
236
|
"reasoning": true,
|
|
243
237
|
"tool_call": true,
|
|
244
238
|
"structured_output": true,
|
|
245
239
|
"temperature": false,
|
|
246
|
-
"knowledge": "2024-
|
|
247
|
-
"release_date": "2025-
|
|
248
|
-
"last_updated": "2025-
|
|
240
|
+
"knowledge": "2024-05-30",
|
|
241
|
+
"release_date": "2025-08-07",
|
|
242
|
+
"last_updated": "2025-08-07",
|
|
249
243
|
"modalities": {
|
|
250
244
|
"input": [
|
|
251
245
|
"text",
|
|
@@ -257,18 +251,19 @@
|
|
|
257
251
|
},
|
|
258
252
|
"open_weights": false,
|
|
259
253
|
"cost": {
|
|
260
|
-
"input":
|
|
261
|
-
"output":
|
|
254
|
+
"input": 0.05,
|
|
255
|
+
"output": 0.4,
|
|
256
|
+
"cache_read": 0.005
|
|
262
257
|
},
|
|
263
258
|
"limit": {
|
|
264
259
|
"context": 400000,
|
|
265
260
|
"input": 272000,
|
|
266
|
-
"output":
|
|
261
|
+
"output": 128000
|
|
267
262
|
}
|
|
268
263
|
},
|
|
269
|
-
"gpt-5.
|
|
270
|
-
"id": "gpt-5.
|
|
271
|
-
"name": "GPT-5.
|
|
264
|
+
"gpt-5.3-codex": {
|
|
265
|
+
"id": "gpt-5.3-codex",
|
|
266
|
+
"name": "GPT-5.3 Codex",
|
|
272
267
|
"family": "gpt-codex",
|
|
273
268
|
"attachment": true,
|
|
274
269
|
"reasoning": true,
|
|
@@ -276,12 +271,13 @@
|
|
|
276
271
|
"structured_output": true,
|
|
277
272
|
"temperature": false,
|
|
278
273
|
"knowledge": "2025-08-31",
|
|
279
|
-
"release_date": "
|
|
280
|
-
"last_updated": "
|
|
274
|
+
"release_date": "2026-02-05",
|
|
275
|
+
"last_updated": "2026-02-05",
|
|
281
276
|
"modalities": {
|
|
282
277
|
"input": [
|
|
283
278
|
"text",
|
|
284
|
-
"image"
|
|
279
|
+
"image",
|
|
280
|
+
"pdf"
|
|
285
281
|
],
|
|
286
282
|
"output": [
|
|
287
283
|
"text"
|
|
@@ -293,38 +289,6 @@
|
|
|
293
289
|
"output": 14,
|
|
294
290
|
"cache_read": 0.175
|
|
295
291
|
},
|
|
296
|
-
"limit": {
|
|
297
|
-
"context": 128000,
|
|
298
|
-
"output": 16384
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
"gpt-5": {
|
|
302
|
-
"id": "gpt-5",
|
|
303
|
-
"name": "GPT-5",
|
|
304
|
-
"family": "gpt",
|
|
305
|
-
"attachment": true,
|
|
306
|
-
"reasoning": true,
|
|
307
|
-
"tool_call": true,
|
|
308
|
-
"structured_output": true,
|
|
309
|
-
"temperature": false,
|
|
310
|
-
"knowledge": "2024-09-30",
|
|
311
|
-
"release_date": "2025-08-07",
|
|
312
|
-
"last_updated": "2025-08-07",
|
|
313
|
-
"modalities": {
|
|
314
|
-
"input": [
|
|
315
|
-
"text",
|
|
316
|
-
"image"
|
|
317
|
-
],
|
|
318
|
-
"output": [
|
|
319
|
-
"text"
|
|
320
|
-
]
|
|
321
|
-
},
|
|
322
|
-
"open_weights": false,
|
|
323
|
-
"cost": {
|
|
324
|
-
"input": 1.25,
|
|
325
|
-
"output": 10,
|
|
326
|
-
"cache_read": 0.125
|
|
327
|
-
},
|
|
328
292
|
"limit": {
|
|
329
293
|
"context": 400000,
|
|
330
294
|
"input": 272000,
|
|
@@ -362,22 +326,20 @@
|
|
|
362
326
|
"output": 4096
|
|
363
327
|
}
|
|
364
328
|
},
|
|
365
|
-
"
|
|
366
|
-
"id": "
|
|
367
|
-
"name": "
|
|
368
|
-
"family": "
|
|
369
|
-
"attachment":
|
|
329
|
+
"text-embedding-ada-002": {
|
|
330
|
+
"id": "text-embedding-ada-002",
|
|
331
|
+
"name": "text-embedding-ada-002",
|
|
332
|
+
"family": "text-embedding",
|
|
333
|
+
"attachment": false,
|
|
370
334
|
"reasoning": false,
|
|
371
|
-
"tool_call":
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"
|
|
376
|
-
"last_updated": "2024-08-06",
|
|
335
|
+
"tool_call": false,
|
|
336
|
+
"temperature": false,
|
|
337
|
+
"knowledge": "2022-12",
|
|
338
|
+
"release_date": "2022-12-15",
|
|
339
|
+
"last_updated": "2022-12-15",
|
|
377
340
|
"modalities": {
|
|
378
341
|
"input": [
|
|
379
|
-
"text"
|
|
380
|
-
"image"
|
|
342
|
+
"text"
|
|
381
343
|
],
|
|
382
344
|
"output": [
|
|
383
345
|
"text"
|
|
@@ -385,32 +347,30 @@
|
|
|
385
347
|
},
|
|
386
348
|
"open_weights": false,
|
|
387
349
|
"cost": {
|
|
388
|
-
"input":
|
|
389
|
-
"output":
|
|
390
|
-
"cache_read": 1.25
|
|
350
|
+
"input": 0.1,
|
|
351
|
+
"output": 0
|
|
391
352
|
},
|
|
392
353
|
"limit": {
|
|
393
|
-
"context":
|
|
394
|
-
"output":
|
|
354
|
+
"context": 8192,
|
|
355
|
+
"output": 1536
|
|
395
356
|
}
|
|
396
357
|
},
|
|
397
|
-
"gpt-5.
|
|
398
|
-
"id": "gpt-5.
|
|
399
|
-
"name": "GPT-5.
|
|
400
|
-
"family": "gpt
|
|
358
|
+
"gpt-5.2": {
|
|
359
|
+
"id": "gpt-5.2",
|
|
360
|
+
"name": "GPT-5.2",
|
|
361
|
+
"family": "gpt",
|
|
401
362
|
"attachment": true,
|
|
402
363
|
"reasoning": true,
|
|
403
364
|
"tool_call": true,
|
|
404
365
|
"structured_output": true,
|
|
405
366
|
"temperature": false,
|
|
406
367
|
"knowledge": "2025-08-31",
|
|
407
|
-
"release_date": "
|
|
408
|
-
"last_updated": "
|
|
368
|
+
"release_date": "2025-12-11",
|
|
369
|
+
"last_updated": "2025-12-11",
|
|
409
370
|
"modalities": {
|
|
410
371
|
"input": [
|
|
411
372
|
"text",
|
|
412
|
-
"image"
|
|
413
|
-
"pdf"
|
|
373
|
+
"image"
|
|
414
374
|
],
|
|
415
375
|
"output": [
|
|
416
376
|
"text"
|
|
@@ -428,18 +388,18 @@
|
|
|
428
388
|
"output": 128000
|
|
429
389
|
}
|
|
430
390
|
},
|
|
431
|
-
"
|
|
432
|
-
"id": "
|
|
433
|
-
"name": "
|
|
434
|
-
"family": "
|
|
391
|
+
"o3-pro": {
|
|
392
|
+
"id": "o3-pro",
|
|
393
|
+
"name": "o3-pro",
|
|
394
|
+
"family": "o-pro",
|
|
435
395
|
"attachment": true,
|
|
436
396
|
"reasoning": true,
|
|
437
397
|
"tool_call": true,
|
|
438
398
|
"structured_output": true,
|
|
439
399
|
"temperature": false,
|
|
440
|
-
"knowledge": "2024-05
|
|
441
|
-
"release_date": "2025-
|
|
442
|
-
"last_updated": "2025-
|
|
400
|
+
"knowledge": "2024-05",
|
|
401
|
+
"release_date": "2025-06-10",
|
|
402
|
+
"last_updated": "2025-06-10",
|
|
443
403
|
"modalities": {
|
|
444
404
|
"input": [
|
|
445
405
|
"text",
|
|
@@ -451,28 +411,26 @@
|
|
|
451
411
|
},
|
|
452
412
|
"open_weights": false,
|
|
453
413
|
"cost": {
|
|
454
|
-
"input":
|
|
455
|
-
"output":
|
|
456
|
-
"cache_read": 0.025
|
|
414
|
+
"input": 20,
|
|
415
|
+
"output": 80
|
|
457
416
|
},
|
|
458
417
|
"limit": {
|
|
459
|
-
"context":
|
|
460
|
-
"
|
|
461
|
-
"output": 128000
|
|
418
|
+
"context": 200000,
|
|
419
|
+
"output": 100000
|
|
462
420
|
}
|
|
463
421
|
},
|
|
464
|
-
"gpt-
|
|
465
|
-
"id": "gpt-
|
|
466
|
-
"name": "GPT-
|
|
467
|
-
"family": "gpt-
|
|
422
|
+
"gpt-4o-mini": {
|
|
423
|
+
"id": "gpt-4o-mini",
|
|
424
|
+
"name": "GPT-4o mini",
|
|
425
|
+
"family": "gpt-mini",
|
|
468
426
|
"attachment": true,
|
|
469
|
-
"reasoning":
|
|
427
|
+
"reasoning": false,
|
|
470
428
|
"tool_call": true,
|
|
471
429
|
"structured_output": true,
|
|
472
|
-
"temperature":
|
|
473
|
-
"knowledge": "
|
|
474
|
-
"release_date": "
|
|
475
|
-
"last_updated": "
|
|
430
|
+
"temperature": true,
|
|
431
|
+
"knowledge": "2023-09",
|
|
432
|
+
"release_date": "2024-07-18",
|
|
433
|
+
"last_updated": "2024-07-18",
|
|
476
434
|
"modalities": {
|
|
477
435
|
"input": [
|
|
478
436
|
"text",
|
|
@@ -485,55 +443,58 @@
|
|
|
485
443
|
},
|
|
486
444
|
"open_weights": false,
|
|
487
445
|
"cost": {
|
|
488
|
-
"input":
|
|
489
|
-
"output":
|
|
490
|
-
"cache_read": 0.
|
|
446
|
+
"input": 0.15,
|
|
447
|
+
"output": 0.6,
|
|
448
|
+
"cache_read": 0.08
|
|
491
449
|
},
|
|
492
450
|
"limit": {
|
|
493
451
|
"context": 128000,
|
|
494
|
-
"
|
|
495
|
-
"output": 32000
|
|
452
|
+
"output": 16384
|
|
496
453
|
}
|
|
497
454
|
},
|
|
498
|
-
"
|
|
499
|
-
"id": "
|
|
500
|
-
"name": "
|
|
501
|
-
"family": "
|
|
455
|
+
"o4-mini-deep-research": {
|
|
456
|
+
"id": "o4-mini-deep-research",
|
|
457
|
+
"name": "o4-mini-deep-research",
|
|
458
|
+
"family": "o-mini",
|
|
502
459
|
"attachment": true,
|
|
503
|
-
"reasoning":
|
|
504
|
-
"tool_call":
|
|
460
|
+
"reasoning": true,
|
|
461
|
+
"tool_call": true,
|
|
505
462
|
"temperature": false,
|
|
506
|
-
"
|
|
507
|
-
"
|
|
463
|
+
"knowledge": "2024-05",
|
|
464
|
+
"release_date": "2024-06-26",
|
|
465
|
+
"last_updated": "2024-06-26",
|
|
508
466
|
"modalities": {
|
|
509
467
|
"input": [
|
|
510
468
|
"text",
|
|
511
469
|
"image"
|
|
512
470
|
],
|
|
513
471
|
"output": [
|
|
514
|
-
"text"
|
|
515
|
-
"image"
|
|
472
|
+
"text"
|
|
516
473
|
]
|
|
517
474
|
},
|
|
518
475
|
"open_weights": false,
|
|
476
|
+
"cost": {
|
|
477
|
+
"input": 2,
|
|
478
|
+
"output": 8,
|
|
479
|
+
"cache_read": 0.5
|
|
480
|
+
},
|
|
519
481
|
"limit": {
|
|
520
|
-
"context":
|
|
521
|
-
"
|
|
522
|
-
"output": 0
|
|
482
|
+
"context": 200000,
|
|
483
|
+
"output": 100000
|
|
523
484
|
}
|
|
524
485
|
},
|
|
525
|
-
"gpt-
|
|
526
|
-
"id": "gpt-
|
|
527
|
-
"name": "GPT-
|
|
486
|
+
"gpt-5.4-mini": {
|
|
487
|
+
"id": "gpt-5.4-mini",
|
|
488
|
+
"name": "GPT-5.4 mini",
|
|
528
489
|
"family": "gpt-mini",
|
|
529
490
|
"attachment": true,
|
|
530
|
-
"reasoning":
|
|
491
|
+
"reasoning": true,
|
|
531
492
|
"tool_call": true,
|
|
532
493
|
"structured_output": true,
|
|
533
|
-
"temperature":
|
|
534
|
-
"knowledge": "
|
|
535
|
-
"release_date": "
|
|
536
|
-
"last_updated": "
|
|
494
|
+
"temperature": false,
|
|
495
|
+
"knowledge": "2025-08-31",
|
|
496
|
+
"release_date": "2026-03-17",
|
|
497
|
+
"last_updated": "2026-03-17",
|
|
537
498
|
"modalities": {
|
|
538
499
|
"input": [
|
|
539
500
|
"text",
|
|
@@ -545,54 +506,76 @@
|
|
|
545
506
|
},
|
|
546
507
|
"open_weights": false,
|
|
547
508
|
"cost": {
|
|
548
|
-
"input": 0.
|
|
549
|
-
"output":
|
|
550
|
-
"cache_read": 0.
|
|
509
|
+
"input": 0.75,
|
|
510
|
+
"output": 4.5,
|
|
511
|
+
"cache_read": 0.075
|
|
551
512
|
},
|
|
552
513
|
"limit": {
|
|
553
|
-
"context":
|
|
554
|
-
"
|
|
514
|
+
"context": 400000,
|
|
515
|
+
"input": 272000,
|
|
516
|
+
"output": 128000
|
|
517
|
+
},
|
|
518
|
+
"experimental": {
|
|
519
|
+
"modes": {
|
|
520
|
+
"fast": {
|
|
521
|
+
"cost": {
|
|
522
|
+
"input": 1.5,
|
|
523
|
+
"output": 9,
|
|
524
|
+
"cache_read": 0.15
|
|
525
|
+
},
|
|
526
|
+
"provider": {
|
|
527
|
+
"body": {
|
|
528
|
+
"service_tier": "priority"
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
}
|
|
555
533
|
}
|
|
556
534
|
},
|
|
557
|
-
"
|
|
558
|
-
"id": "
|
|
559
|
-
"name": "
|
|
560
|
-
"family": "
|
|
535
|
+
"o4-mini": {
|
|
536
|
+
"id": "o4-mini",
|
|
537
|
+
"name": "o4-mini",
|
|
538
|
+
"family": "o-mini",
|
|
561
539
|
"attachment": true,
|
|
562
|
-
"reasoning":
|
|
563
|
-
"tool_call":
|
|
540
|
+
"reasoning": true,
|
|
541
|
+
"tool_call": true,
|
|
542
|
+
"structured_output": true,
|
|
564
543
|
"temperature": false,
|
|
565
|
-
"
|
|
566
|
-
"
|
|
544
|
+
"knowledge": "2024-05",
|
|
545
|
+
"release_date": "2025-04-16",
|
|
546
|
+
"last_updated": "2025-04-16",
|
|
567
547
|
"modalities": {
|
|
568
548
|
"input": [
|
|
569
549
|
"text",
|
|
570
550
|
"image"
|
|
571
551
|
],
|
|
572
552
|
"output": [
|
|
573
|
-
"text"
|
|
574
|
-
"image"
|
|
553
|
+
"text"
|
|
575
554
|
]
|
|
576
555
|
},
|
|
577
556
|
"open_weights": false,
|
|
557
|
+
"cost": {
|
|
558
|
+
"input": 1.1,
|
|
559
|
+
"output": 4.4,
|
|
560
|
+
"cache_read": 0.28
|
|
561
|
+
},
|
|
578
562
|
"limit": {
|
|
579
|
-
"context":
|
|
580
|
-
"
|
|
581
|
-
"output": 0
|
|
563
|
+
"context": 200000,
|
|
564
|
+
"output": 100000
|
|
582
565
|
}
|
|
583
566
|
},
|
|
584
|
-
"gpt-5.
|
|
585
|
-
"id": "gpt-5.
|
|
586
|
-
"name": "GPT-5.
|
|
587
|
-
"family": "gpt-
|
|
567
|
+
"gpt-5.4-nano": {
|
|
568
|
+
"id": "gpt-5.4-nano",
|
|
569
|
+
"name": "GPT-5.4 nano",
|
|
570
|
+
"family": "gpt-nano",
|
|
588
571
|
"attachment": true,
|
|
589
572
|
"reasoning": true,
|
|
590
573
|
"tool_call": true,
|
|
591
574
|
"structured_output": true,
|
|
592
575
|
"temperature": false,
|
|
593
|
-
"knowledge": "
|
|
594
|
-
"release_date": "
|
|
595
|
-
"last_updated": "
|
|
576
|
+
"knowledge": "2025-08-31",
|
|
577
|
+
"release_date": "2026-03-17",
|
|
578
|
+
"last_updated": "2026-03-17",
|
|
596
579
|
"modalities": {
|
|
597
580
|
"input": [
|
|
598
581
|
"text",
|
|
@@ -604,9 +587,9 @@
|
|
|
604
587
|
},
|
|
605
588
|
"open_weights": false,
|
|
606
589
|
"cost": {
|
|
607
|
-
"input":
|
|
608
|
-
"output":
|
|
609
|
-
"cache_read": 0.
|
|
590
|
+
"input": 0.2,
|
|
591
|
+
"output": 1.25,
|
|
592
|
+
"cache_read": 0.02
|
|
610
593
|
},
|
|
611
594
|
"limit": {
|
|
612
595
|
"context": 400000,
|
|
@@ -614,54 +597,49 @@
|
|
|
614
597
|
"output": 128000
|
|
615
598
|
}
|
|
616
599
|
},
|
|
617
|
-
"gpt-
|
|
618
|
-
"id": "gpt-
|
|
619
|
-
"name": "
|
|
620
|
-
"family": "gpt",
|
|
600
|
+
"gpt-image-1": {
|
|
601
|
+
"id": "gpt-image-1",
|
|
602
|
+
"name": "gpt-image-1",
|
|
603
|
+
"family": "gpt-image",
|
|
621
604
|
"attachment": true,
|
|
622
605
|
"reasoning": false,
|
|
623
|
-
"tool_call":
|
|
624
|
-
"
|
|
625
|
-
"
|
|
626
|
-
"
|
|
627
|
-
"release_date": "2025-04-14",
|
|
628
|
-
"last_updated": "2025-04-14",
|
|
606
|
+
"tool_call": false,
|
|
607
|
+
"temperature": false,
|
|
608
|
+
"release_date": "2025-04-24",
|
|
609
|
+
"last_updated": "2025-04-24",
|
|
629
610
|
"modalities": {
|
|
630
611
|
"input": [
|
|
631
612
|
"text",
|
|
632
613
|
"image"
|
|
633
614
|
],
|
|
634
615
|
"output": [
|
|
635
|
-
"
|
|
616
|
+
"image"
|
|
636
617
|
]
|
|
637
618
|
},
|
|
638
619
|
"open_weights": false,
|
|
639
|
-
"cost": {
|
|
640
|
-
"input": 2,
|
|
641
|
-
"output": 8,
|
|
642
|
-
"cache_read": 0.5
|
|
643
|
-
},
|
|
644
620
|
"limit": {
|
|
645
|
-
"context":
|
|
646
|
-
"
|
|
621
|
+
"context": 0,
|
|
622
|
+
"input": 0,
|
|
623
|
+
"output": 0
|
|
647
624
|
}
|
|
648
625
|
},
|
|
649
|
-
"gpt-5.
|
|
650
|
-
"id": "gpt-5.
|
|
651
|
-
"name": "GPT-5.
|
|
626
|
+
"gpt-5.2-codex": {
|
|
627
|
+
"id": "gpt-5.2-codex",
|
|
628
|
+
"name": "GPT-5.2 Codex",
|
|
652
629
|
"family": "gpt-codex",
|
|
653
630
|
"attachment": true,
|
|
654
631
|
"reasoning": true,
|
|
655
632
|
"tool_call": true,
|
|
656
633
|
"structured_output": true,
|
|
657
634
|
"temperature": false,
|
|
658
|
-
"knowledge": "
|
|
659
|
-
"release_date": "2025-11
|
|
660
|
-
"last_updated": "2025-11
|
|
635
|
+
"knowledge": "2025-08-31",
|
|
636
|
+
"release_date": "2025-12-11",
|
|
637
|
+
"last_updated": "2025-12-11",
|
|
661
638
|
"modalities": {
|
|
662
639
|
"input": [
|
|
663
640
|
"text",
|
|
664
|
-
"image"
|
|
641
|
+
"image",
|
|
642
|
+
"pdf"
|
|
665
643
|
],
|
|
666
644
|
"output": [
|
|
667
645
|
"text"
|
|
@@ -669,30 +647,32 @@
|
|
|
669
647
|
},
|
|
670
648
|
"open_weights": false,
|
|
671
649
|
"cost": {
|
|
672
|
-
"input": 1.
|
|
673
|
-
"output":
|
|
674
|
-
"cache_read": 0.
|
|
650
|
+
"input": 1.75,
|
|
651
|
+
"output": 14,
|
|
652
|
+
"cache_read": 0.175
|
|
675
653
|
},
|
|
676
654
|
"limit": {
|
|
677
|
-
"context":
|
|
678
|
-
"
|
|
655
|
+
"context": 400000,
|
|
656
|
+
"input": 272000,
|
|
657
|
+
"output": 128000
|
|
679
658
|
}
|
|
680
659
|
},
|
|
681
|
-
"gpt-
|
|
682
|
-
"id": "gpt-
|
|
683
|
-
"name": "GPT-
|
|
684
|
-
"family": "gpt",
|
|
685
|
-
"attachment":
|
|
686
|
-
"reasoning":
|
|
687
|
-
"tool_call":
|
|
688
|
-
"structured_output":
|
|
689
|
-
"temperature":
|
|
690
|
-
"knowledge": "
|
|
691
|
-
"release_date": "
|
|
692
|
-
"last_updated": "
|
|
660
|
+
"gpt-5.2-chat-latest": {
|
|
661
|
+
"id": "gpt-5.2-chat-latest",
|
|
662
|
+
"name": "GPT-5.2 Chat",
|
|
663
|
+
"family": "gpt-codex",
|
|
664
|
+
"attachment": true,
|
|
665
|
+
"reasoning": true,
|
|
666
|
+
"tool_call": true,
|
|
667
|
+
"structured_output": true,
|
|
668
|
+
"temperature": false,
|
|
669
|
+
"knowledge": "2025-08-31",
|
|
670
|
+
"release_date": "2025-12-11",
|
|
671
|
+
"last_updated": "2025-12-11",
|
|
693
672
|
"modalities": {
|
|
694
673
|
"input": [
|
|
695
|
-
"text"
|
|
674
|
+
"text",
|
|
675
|
+
"image"
|
|
696
676
|
],
|
|
697
677
|
"output": [
|
|
698
678
|
"text"
|
|
@@ -700,32 +680,31 @@
|
|
|
700
680
|
},
|
|
701
681
|
"open_weights": false,
|
|
702
682
|
"cost": {
|
|
703
|
-
"input":
|
|
704
|
-
"output":
|
|
705
|
-
"cache_read":
|
|
683
|
+
"input": 1.75,
|
|
684
|
+
"output": 14,
|
|
685
|
+
"cache_read": 0.175
|
|
706
686
|
},
|
|
707
687
|
"limit": {
|
|
708
|
-
"context":
|
|
709
|
-
"output":
|
|
688
|
+
"context": 128000,
|
|
689
|
+
"output": 16384
|
|
710
690
|
}
|
|
711
691
|
},
|
|
712
|
-
"gpt-5.
|
|
713
|
-
"id": "gpt-5.
|
|
714
|
-
"name": "GPT-5.
|
|
715
|
-
"family": "gpt",
|
|
692
|
+
"gpt-5.1-codex-mini": {
|
|
693
|
+
"id": "gpt-5.1-codex-mini",
|
|
694
|
+
"name": "GPT-5.1 Codex mini",
|
|
695
|
+
"family": "gpt-codex",
|
|
716
696
|
"attachment": true,
|
|
717
697
|
"reasoning": true,
|
|
718
698
|
"tool_call": true,
|
|
719
699
|
"structured_output": true,
|
|
720
700
|
"temperature": false,
|
|
721
|
-
"knowledge": "
|
|
722
|
-
"release_date": "
|
|
723
|
-
"last_updated": "
|
|
701
|
+
"knowledge": "2024-09-30",
|
|
702
|
+
"release_date": "2025-11-13",
|
|
703
|
+
"last_updated": "2025-11-13",
|
|
724
704
|
"modalities": {
|
|
725
705
|
"input": [
|
|
726
706
|
"text",
|
|
727
|
-
"image"
|
|
728
|
-
"pdf"
|
|
707
|
+
"image"
|
|
729
708
|
],
|
|
730
709
|
"output": [
|
|
731
710
|
"text"
|
|
@@ -733,37 +712,30 @@
|
|
|
733
712
|
},
|
|
734
713
|
"open_weights": false,
|
|
735
714
|
"cost": {
|
|
736
|
-
"input":
|
|
737
|
-
"output":
|
|
738
|
-
"cache_read": 0.
|
|
739
|
-
"context_over_200k": {
|
|
740
|
-
"input": 5,
|
|
741
|
-
"output": 22.5,
|
|
742
|
-
"cache_read": 0.5
|
|
743
|
-
}
|
|
715
|
+
"input": 0.25,
|
|
716
|
+
"output": 2,
|
|
717
|
+
"cache_read": 0.025
|
|
744
718
|
},
|
|
745
719
|
"limit": {
|
|
746
|
-
"context":
|
|
747
|
-
"input":
|
|
720
|
+
"context": 400000,
|
|
721
|
+
"input": 272000,
|
|
748
722
|
"output": 128000
|
|
749
723
|
}
|
|
750
724
|
},
|
|
751
|
-
"o1": {
|
|
752
|
-
"id": "o1",
|
|
753
|
-
"name": "o1",
|
|
725
|
+
"o1-preview": {
|
|
726
|
+
"id": "o1-preview",
|
|
727
|
+
"name": "o1-preview",
|
|
754
728
|
"family": "o",
|
|
755
|
-
"attachment":
|
|
729
|
+
"attachment": false,
|
|
756
730
|
"reasoning": true,
|
|
757
|
-
"tool_call":
|
|
758
|
-
"
|
|
759
|
-
"temperature": false,
|
|
731
|
+
"tool_call": false,
|
|
732
|
+
"temperature": true,
|
|
760
733
|
"knowledge": "2023-09",
|
|
761
|
-
"release_date": "2024-12
|
|
762
|
-
"last_updated": "2024-12
|
|
734
|
+
"release_date": "2024-09-12",
|
|
735
|
+
"last_updated": "2024-09-12",
|
|
763
736
|
"modalities": {
|
|
764
737
|
"input": [
|
|
765
|
-
"text"
|
|
766
|
-
"image"
|
|
738
|
+
"text"
|
|
767
739
|
],
|
|
768
740
|
"output": [
|
|
769
741
|
"text"
|
|
@@ -776,24 +748,26 @@
|
|
|
776
748
|
"cache_read": 7.5
|
|
777
749
|
},
|
|
778
750
|
"limit": {
|
|
779
|
-
"context":
|
|
780
|
-
"output":
|
|
751
|
+
"context": 128000,
|
|
752
|
+
"output": 32768
|
|
781
753
|
}
|
|
782
754
|
},
|
|
783
|
-
"
|
|
784
|
-
"id": "
|
|
785
|
-
"name": "
|
|
786
|
-
"family": "gpt
|
|
755
|
+
"gpt-4o-2024-08-06": {
|
|
756
|
+
"id": "gpt-4o-2024-08-06",
|
|
757
|
+
"name": "GPT-4o (2024-08-06)",
|
|
758
|
+
"family": "gpt",
|
|
787
759
|
"attachment": true,
|
|
788
|
-
"reasoning":
|
|
760
|
+
"reasoning": false,
|
|
789
761
|
"tool_call": true,
|
|
790
|
-
"
|
|
791
|
-
"
|
|
792
|
-
"
|
|
793
|
-
"
|
|
762
|
+
"structured_output": true,
|
|
763
|
+
"temperature": true,
|
|
764
|
+
"knowledge": "2023-09",
|
|
765
|
+
"release_date": "2024-08-06",
|
|
766
|
+
"last_updated": "2024-08-06",
|
|
794
767
|
"modalities": {
|
|
795
768
|
"input": [
|
|
796
|
-
"text"
|
|
769
|
+
"text",
|
|
770
|
+
"image"
|
|
797
771
|
],
|
|
798
772
|
"output": [
|
|
799
773
|
"text"
|
|
@@ -801,27 +775,27 @@
|
|
|
801
775
|
},
|
|
802
776
|
"open_weights": false,
|
|
803
777
|
"cost": {
|
|
804
|
-
"input":
|
|
805
|
-
"output":
|
|
806
|
-
"cache_read":
|
|
778
|
+
"input": 2.5,
|
|
779
|
+
"output": 10,
|
|
780
|
+
"cache_read": 1.25
|
|
807
781
|
},
|
|
808
782
|
"limit": {
|
|
809
|
-
"context":
|
|
810
|
-
"output":
|
|
783
|
+
"context": 128000,
|
|
784
|
+
"output": 16384
|
|
811
785
|
}
|
|
812
786
|
},
|
|
813
|
-
"
|
|
814
|
-
"id": "
|
|
815
|
-
"name": "
|
|
816
|
-
"family": "
|
|
787
|
+
"gpt-5.1": {
|
|
788
|
+
"id": "gpt-5.1",
|
|
789
|
+
"name": "GPT-5.1",
|
|
790
|
+
"family": "gpt",
|
|
817
791
|
"attachment": true,
|
|
818
792
|
"reasoning": true,
|
|
819
793
|
"tool_call": true,
|
|
820
794
|
"structured_output": true,
|
|
821
795
|
"temperature": false,
|
|
822
|
-
"knowledge": "2024-
|
|
823
|
-
"release_date": "2025-
|
|
824
|
-
"last_updated": "2025-
|
|
796
|
+
"knowledge": "2024-09-30",
|
|
797
|
+
"release_date": "2025-11-13",
|
|
798
|
+
"last_updated": "2025-11-13",
|
|
825
799
|
"modalities": {
|
|
826
800
|
"input": [
|
|
827
801
|
"text",
|
|
@@ -833,31 +807,60 @@
|
|
|
833
807
|
},
|
|
834
808
|
"open_weights": false,
|
|
835
809
|
"cost": {
|
|
836
|
-
"input":
|
|
837
|
-
"output":
|
|
838
|
-
"cache_read": 0.
|
|
810
|
+
"input": 1.25,
|
|
811
|
+
"output": 10,
|
|
812
|
+
"cache_read": 0.13
|
|
839
813
|
},
|
|
840
814
|
"limit": {
|
|
841
|
-
"context":
|
|
842
|
-
"
|
|
815
|
+
"context": 400000,
|
|
816
|
+
"input": 272000,
|
|
817
|
+
"output": 128000
|
|
843
818
|
}
|
|
844
819
|
},
|
|
845
|
-
"gpt-
|
|
846
|
-
"id": "gpt-
|
|
847
|
-
"name": "
|
|
848
|
-
"family": "gpt",
|
|
820
|
+
"gpt-image-1-mini": {
|
|
821
|
+
"id": "gpt-image-1-mini",
|
|
822
|
+
"name": "gpt-image-1-mini",
|
|
823
|
+
"family": "gpt-image",
|
|
849
824
|
"attachment": true,
|
|
850
825
|
"reasoning": false,
|
|
826
|
+
"tool_call": false,
|
|
827
|
+
"temperature": false,
|
|
828
|
+
"release_date": "2025-09-26",
|
|
829
|
+
"last_updated": "2025-09-26",
|
|
830
|
+
"modalities": {
|
|
831
|
+
"input": [
|
|
832
|
+
"text",
|
|
833
|
+
"image"
|
|
834
|
+
],
|
|
835
|
+
"output": [
|
|
836
|
+
"text",
|
|
837
|
+
"image"
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
"open_weights": false,
|
|
841
|
+
"limit": {
|
|
842
|
+
"context": 0,
|
|
843
|
+
"input": 0,
|
|
844
|
+
"output": 0
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
"o1": {
|
|
848
|
+
"id": "o1",
|
|
849
|
+
"name": "o1",
|
|
850
|
+
"family": "o",
|
|
851
|
+
"attachment": true,
|
|
852
|
+
"reasoning": true,
|
|
851
853
|
"tool_call": true,
|
|
852
854
|
"structured_output": true,
|
|
853
|
-
"temperature":
|
|
854
|
-
"knowledge": "
|
|
855
|
-
"release_date": "
|
|
856
|
-
"last_updated": "
|
|
855
|
+
"temperature": false,
|
|
856
|
+
"knowledge": "2023-09",
|
|
857
|
+
"release_date": "2024-12-05",
|
|
858
|
+
"last_updated": "2024-12-05",
|
|
857
859
|
"modalities": {
|
|
858
860
|
"input": [
|
|
859
861
|
"text",
|
|
860
|
-
"image"
|
|
862
|
+
"image",
|
|
863
|
+
"pdf"
|
|
861
864
|
],
|
|
862
865
|
"output": [
|
|
863
866
|
"text"
|
|
@@ -865,27 +868,27 @@
|
|
|
865
868
|
},
|
|
866
869
|
"open_weights": false,
|
|
867
870
|
"cost": {
|
|
868
|
-
"input":
|
|
869
|
-
"output":
|
|
870
|
-
"cache_read":
|
|
871
|
+
"input": 15,
|
|
872
|
+
"output": 60,
|
|
873
|
+
"cache_read": 7.5
|
|
871
874
|
},
|
|
872
875
|
"limit": {
|
|
873
|
-
"context":
|
|
874
|
-
"output":
|
|
876
|
+
"context": 200000,
|
|
877
|
+
"output": 100000
|
|
875
878
|
}
|
|
876
879
|
},
|
|
877
|
-
"gpt-5.4-
|
|
878
|
-
"id": "gpt-5.4-
|
|
879
|
-
"name": "GPT-5.4
|
|
880
|
-
"family": "gpt-
|
|
880
|
+
"gpt-5.4-pro": {
|
|
881
|
+
"id": "gpt-5.4-pro",
|
|
882
|
+
"name": "GPT-5.4 Pro",
|
|
883
|
+
"family": "gpt-pro",
|
|
881
884
|
"attachment": true,
|
|
882
885
|
"reasoning": true,
|
|
883
886
|
"tool_call": true,
|
|
884
|
-
"structured_output":
|
|
887
|
+
"structured_output": false,
|
|
885
888
|
"temperature": false,
|
|
886
889
|
"knowledge": "2025-08-31",
|
|
887
|
-
"release_date": "2026-03-
|
|
888
|
-
"last_updated": "2026-03-
|
|
890
|
+
"release_date": "2026-03-05",
|
|
891
|
+
"last_updated": "2026-03-05",
|
|
889
892
|
"modalities": {
|
|
890
893
|
"input": [
|
|
891
894
|
"text",
|
|
@@ -897,32 +900,34 @@
|
|
|
897
900
|
},
|
|
898
901
|
"open_weights": false,
|
|
899
902
|
"cost": {
|
|
900
|
-
"input":
|
|
901
|
-
"output":
|
|
902
|
-
"
|
|
903
|
+
"input": 30,
|
|
904
|
+
"output": 180,
|
|
905
|
+
"context_over_200k": {
|
|
906
|
+
"input": 60,
|
|
907
|
+
"output": 270
|
|
908
|
+
}
|
|
903
909
|
},
|
|
904
910
|
"limit": {
|
|
905
|
-
"context":
|
|
906
|
-
"input":
|
|
911
|
+
"context": 1050000,
|
|
912
|
+
"input": 922000,
|
|
907
913
|
"output": 128000
|
|
908
914
|
}
|
|
909
915
|
},
|
|
910
|
-
"gpt-
|
|
911
|
-
"id": "gpt-
|
|
912
|
-
"name": "GPT-
|
|
916
|
+
"gpt-3.5-turbo": {
|
|
917
|
+
"id": "gpt-3.5-turbo",
|
|
918
|
+
"name": "GPT-3.5-turbo",
|
|
913
919
|
"family": "gpt",
|
|
914
|
-
"attachment":
|
|
920
|
+
"attachment": false,
|
|
915
921
|
"reasoning": false,
|
|
916
|
-
"tool_call":
|
|
917
|
-
"structured_output":
|
|
922
|
+
"tool_call": false,
|
|
923
|
+
"structured_output": false,
|
|
918
924
|
"temperature": true,
|
|
919
|
-
"knowledge": "
|
|
920
|
-
"release_date": "
|
|
921
|
-
"last_updated": "
|
|
925
|
+
"knowledge": "2021-09-01",
|
|
926
|
+
"release_date": "2023-03-01",
|
|
927
|
+
"last_updated": "2023-11-06",
|
|
922
928
|
"modalities": {
|
|
923
929
|
"input": [
|
|
924
|
-
"text"
|
|
925
|
-
"image"
|
|
930
|
+
"text"
|
|
926
931
|
],
|
|
927
932
|
"output": [
|
|
928
933
|
"text"
|
|
@@ -930,26 +935,58 @@
|
|
|
930
935
|
},
|
|
931
936
|
"open_weights": false,
|
|
932
937
|
"cost": {
|
|
933
|
-
"input": 5,
|
|
934
|
-
"output":
|
|
938
|
+
"input": 0.5,
|
|
939
|
+
"output": 1.5,
|
|
940
|
+
"cache_read": 1.25
|
|
935
941
|
},
|
|
936
942
|
"limit": {
|
|
937
|
-
"context":
|
|
943
|
+
"context": 16385,
|
|
938
944
|
"output": 4096
|
|
939
945
|
}
|
|
940
946
|
},
|
|
941
|
-
"
|
|
942
|
-
"id": "
|
|
943
|
-
"name": "
|
|
944
|
-
"family": "
|
|
947
|
+
"o3-deep-research": {
|
|
948
|
+
"id": "o3-deep-research",
|
|
949
|
+
"name": "o3-deep-research",
|
|
950
|
+
"family": "o",
|
|
945
951
|
"attachment": true,
|
|
946
|
-
"reasoning":
|
|
952
|
+
"reasoning": true,
|
|
947
953
|
"tool_call": true,
|
|
948
|
-
"
|
|
949
|
-
"
|
|
950
|
-
"
|
|
951
|
-
"
|
|
952
|
-
"
|
|
954
|
+
"temperature": false,
|
|
955
|
+
"knowledge": "2024-05",
|
|
956
|
+
"release_date": "2024-06-26",
|
|
957
|
+
"last_updated": "2024-06-26",
|
|
958
|
+
"modalities": {
|
|
959
|
+
"input": [
|
|
960
|
+
"text",
|
|
961
|
+
"image"
|
|
962
|
+
],
|
|
963
|
+
"output": [
|
|
964
|
+
"text"
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
"open_weights": false,
|
|
968
|
+
"cost": {
|
|
969
|
+
"input": 10,
|
|
970
|
+
"output": 40,
|
|
971
|
+
"cache_read": 2.5
|
|
972
|
+
},
|
|
973
|
+
"limit": {
|
|
974
|
+
"context": 200000,
|
|
975
|
+
"output": 100000
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"o3-mini": {
|
|
979
|
+
"id": "o3-mini",
|
|
980
|
+
"name": "o3-mini",
|
|
981
|
+
"family": "o-mini",
|
|
982
|
+
"attachment": false,
|
|
983
|
+
"reasoning": true,
|
|
984
|
+
"tool_call": true,
|
|
985
|
+
"structured_output": true,
|
|
986
|
+
"temperature": false,
|
|
987
|
+
"knowledge": "2024-05",
|
|
988
|
+
"release_date": "2024-12-20",
|
|
989
|
+
"last_updated": "2025-01-29",
|
|
953
990
|
"modalities": {
|
|
954
991
|
"input": [
|
|
955
992
|
"text"
|
|
@@ -960,57 +997,89 @@
|
|
|
960
997
|
},
|
|
961
998
|
"open_weights": false,
|
|
962
999
|
"cost": {
|
|
963
|
-
"input":
|
|
964
|
-
"output":
|
|
1000
|
+
"input": 1.1,
|
|
1001
|
+
"output": 4.4,
|
|
1002
|
+
"cache_read": 0.55
|
|
965
1003
|
},
|
|
966
1004
|
"limit": {
|
|
967
|
-
"context":
|
|
968
|
-
"output":
|
|
1005
|
+
"context": 200000,
|
|
1006
|
+
"output": 100000
|
|
969
1007
|
}
|
|
970
1008
|
},
|
|
971
|
-
"
|
|
972
|
-
"id": "
|
|
973
|
-
"name": "
|
|
974
|
-
"family": "
|
|
975
|
-
"attachment":
|
|
1009
|
+
"text-embedding-3-small": {
|
|
1010
|
+
"id": "text-embedding-3-small",
|
|
1011
|
+
"name": "text-embedding-3-small",
|
|
1012
|
+
"family": "text-embedding",
|
|
1013
|
+
"attachment": false,
|
|
976
1014
|
"reasoning": false,
|
|
977
1015
|
"tool_call": false,
|
|
978
1016
|
"temperature": false,
|
|
979
|
-
"
|
|
980
|
-
"
|
|
1017
|
+
"knowledge": "2024-01",
|
|
1018
|
+
"release_date": "2024-01-25",
|
|
1019
|
+
"last_updated": "2024-01-25",
|
|
981
1020
|
"modalities": {
|
|
982
1021
|
"input": [
|
|
983
|
-
"text"
|
|
984
|
-
"image"
|
|
1022
|
+
"text"
|
|
985
1023
|
],
|
|
986
1024
|
"output": [
|
|
987
|
-
"text"
|
|
988
|
-
"image"
|
|
1025
|
+
"text"
|
|
989
1026
|
]
|
|
990
1027
|
},
|
|
991
1028
|
"open_weights": false,
|
|
992
|
-
"
|
|
993
|
-
"
|
|
994
|
-
"input": 0,
|
|
1029
|
+
"cost": {
|
|
1030
|
+
"input": 0.02,
|
|
995
1031
|
"output": 0
|
|
1032
|
+
},
|
|
1033
|
+
"limit": {
|
|
1034
|
+
"context": 8191,
|
|
1035
|
+
"output": 1536
|
|
996
1036
|
}
|
|
997
1037
|
},
|
|
998
|
-
"
|
|
999
|
-
"id": "
|
|
1000
|
-
"name": "
|
|
1001
|
-
"family": "
|
|
1038
|
+
"o1-pro": {
|
|
1039
|
+
"id": "o1-pro",
|
|
1040
|
+
"name": "o1-pro",
|
|
1041
|
+
"family": "o-pro",
|
|
1002
1042
|
"attachment": true,
|
|
1003
|
-
"reasoning":
|
|
1043
|
+
"reasoning": true,
|
|
1004
1044
|
"tool_call": true,
|
|
1005
1045
|
"structured_output": true,
|
|
1006
|
-
"temperature":
|
|
1046
|
+
"temperature": false,
|
|
1007
1047
|
"knowledge": "2023-09",
|
|
1008
|
-
"release_date": "
|
|
1009
|
-
"last_updated": "
|
|
1048
|
+
"release_date": "2025-03-19",
|
|
1049
|
+
"last_updated": "2025-03-19",
|
|
1050
|
+
"modalities": {
|
|
1051
|
+
"input": [
|
|
1052
|
+
"text",
|
|
1053
|
+
"image"
|
|
1054
|
+
],
|
|
1055
|
+
"output": [
|
|
1056
|
+
"text"
|
|
1057
|
+
]
|
|
1058
|
+
},
|
|
1059
|
+
"open_weights": false,
|
|
1060
|
+
"cost": {
|
|
1061
|
+
"input": 150,
|
|
1062
|
+
"output": 600
|
|
1063
|
+
},
|
|
1064
|
+
"limit": {
|
|
1065
|
+
"context": 200000,
|
|
1066
|
+
"output": 100000
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
"codex-mini-latest": {
|
|
1070
|
+
"id": "codex-mini-latest",
|
|
1071
|
+
"name": "Codex Mini",
|
|
1072
|
+
"family": "gpt-codex-mini",
|
|
1073
|
+
"attachment": true,
|
|
1074
|
+
"reasoning": true,
|
|
1075
|
+
"tool_call": true,
|
|
1076
|
+
"temperature": false,
|
|
1077
|
+
"knowledge": "2024-04",
|
|
1078
|
+
"release_date": "2025-05-16",
|
|
1079
|
+
"last_updated": "2025-05-16",
|
|
1010
1080
|
"modalities": {
|
|
1011
1081
|
"input": [
|
|
1012
|
-
"text"
|
|
1013
|
-
"image"
|
|
1082
|
+
"text"
|
|
1014
1083
|
],
|
|
1015
1084
|
"output": [
|
|
1016
1085
|
"text"
|
|
@@ -1018,26 +1087,27 @@
|
|
|
1018
1087
|
},
|
|
1019
1088
|
"open_weights": false,
|
|
1020
1089
|
"cost": {
|
|
1021
|
-
"input":
|
|
1022
|
-
"output":
|
|
1023
|
-
"cache_read":
|
|
1090
|
+
"input": 1.5,
|
|
1091
|
+
"output": 6,
|
|
1092
|
+
"cache_read": 0.375
|
|
1024
1093
|
},
|
|
1025
1094
|
"limit": {
|
|
1026
|
-
"context":
|
|
1027
|
-
"output":
|
|
1095
|
+
"context": 200000,
|
|
1096
|
+
"output": 100000
|
|
1028
1097
|
}
|
|
1029
1098
|
},
|
|
1030
|
-
"
|
|
1031
|
-
"id": "
|
|
1032
|
-
"name": "
|
|
1033
|
-
"family": "
|
|
1034
|
-
"attachment":
|
|
1099
|
+
"gpt-4": {
|
|
1100
|
+
"id": "gpt-4",
|
|
1101
|
+
"name": "GPT-4",
|
|
1102
|
+
"family": "gpt",
|
|
1103
|
+
"attachment": true,
|
|
1035
1104
|
"reasoning": false,
|
|
1036
|
-
"tool_call":
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1040
|
-
"
|
|
1105
|
+
"tool_call": true,
|
|
1106
|
+
"structured_output": false,
|
|
1107
|
+
"temperature": true,
|
|
1108
|
+
"knowledge": "2023-11",
|
|
1109
|
+
"release_date": "2023-11-06",
|
|
1110
|
+
"last_updated": "2024-04-09",
|
|
1041
1111
|
"modalities": {
|
|
1042
1112
|
"input": [
|
|
1043
1113
|
"text"
|
|
@@ -1048,26 +1118,26 @@
|
|
|
1048
1118
|
},
|
|
1049
1119
|
"open_weights": false,
|
|
1050
1120
|
"cost": {
|
|
1051
|
-
"input":
|
|
1052
|
-
"output":
|
|
1121
|
+
"input": 30,
|
|
1122
|
+
"output": 60
|
|
1053
1123
|
},
|
|
1054
1124
|
"limit": {
|
|
1055
1125
|
"context": 8192,
|
|
1056
|
-
"output":
|
|
1126
|
+
"output": 8192
|
|
1057
1127
|
}
|
|
1058
1128
|
},
|
|
1059
|
-
"gpt-5
|
|
1060
|
-
"id": "gpt-5
|
|
1061
|
-
"name": "GPT-5
|
|
1062
|
-
"family": "gpt",
|
|
1063
|
-
"attachment":
|
|
1129
|
+
"gpt-5-codex": {
|
|
1130
|
+
"id": "gpt-5-codex",
|
|
1131
|
+
"name": "GPT-5-Codex",
|
|
1132
|
+
"family": "gpt-codex",
|
|
1133
|
+
"attachment": false,
|
|
1064
1134
|
"reasoning": true,
|
|
1065
1135
|
"tool_call": true,
|
|
1066
1136
|
"structured_output": true,
|
|
1067
1137
|
"temperature": false,
|
|
1068
|
-
"knowledge": "
|
|
1069
|
-
"release_date": "2025-
|
|
1070
|
-
"last_updated": "2025-
|
|
1138
|
+
"knowledge": "2024-09-30",
|
|
1139
|
+
"release_date": "2025-09-15",
|
|
1140
|
+
"last_updated": "2025-09-15",
|
|
1071
1141
|
"modalities": {
|
|
1072
1142
|
"input": [
|
|
1073
1143
|
"text",
|
|
@@ -1079,9 +1149,9 @@
|
|
|
1079
1149
|
},
|
|
1080
1150
|
"open_weights": false,
|
|
1081
1151
|
"cost": {
|
|
1082
|
-
"input": 1.
|
|
1083
|
-
"output":
|
|
1084
|
-
"cache_read": 0.
|
|
1152
|
+
"input": 1.25,
|
|
1153
|
+
"output": 10,
|
|
1154
|
+
"cache_read": 0.125
|
|
1085
1155
|
},
|
|
1086
1156
|
"limit": {
|
|
1087
1157
|
"context": 400000,
|
|
@@ -1089,21 +1159,23 @@
|
|
|
1089
1159
|
"output": 128000
|
|
1090
1160
|
}
|
|
1091
1161
|
},
|
|
1092
|
-
"
|
|
1093
|
-
"id": "
|
|
1094
|
-
"name": "
|
|
1095
|
-
"family": "
|
|
1162
|
+
"gpt-5.4": {
|
|
1163
|
+
"id": "gpt-5.4",
|
|
1164
|
+
"name": "GPT-5.4",
|
|
1165
|
+
"family": "gpt",
|
|
1096
1166
|
"attachment": true,
|
|
1097
1167
|
"reasoning": true,
|
|
1098
1168
|
"tool_call": true,
|
|
1169
|
+
"structured_output": true,
|
|
1099
1170
|
"temperature": false,
|
|
1100
|
-
"knowledge": "
|
|
1101
|
-
"release_date": "
|
|
1102
|
-
"last_updated": "
|
|
1171
|
+
"knowledge": "2025-08-31",
|
|
1172
|
+
"release_date": "2026-03-05",
|
|
1173
|
+
"last_updated": "2026-03-05",
|
|
1103
1174
|
"modalities": {
|
|
1104
1175
|
"input": [
|
|
1105
1176
|
"text",
|
|
1106
|
-
"image"
|
|
1177
|
+
"image",
|
|
1178
|
+
"pdf"
|
|
1107
1179
|
],
|
|
1108
1180
|
"output": [
|
|
1109
1181
|
"text"
|
|
@@ -1111,19 +1183,41 @@
|
|
|
1111
1183
|
},
|
|
1112
1184
|
"open_weights": false,
|
|
1113
1185
|
"cost": {
|
|
1114
|
-
"input": 2,
|
|
1115
|
-
"output":
|
|
1116
|
-
"cache_read": 0.
|
|
1186
|
+
"input": 2.5,
|
|
1187
|
+
"output": 15,
|
|
1188
|
+
"cache_read": 0.25,
|
|
1189
|
+
"context_over_200k": {
|
|
1190
|
+
"input": 5,
|
|
1191
|
+
"output": 22.5,
|
|
1192
|
+
"cache_read": 0.5
|
|
1193
|
+
}
|
|
1117
1194
|
},
|
|
1118
1195
|
"limit": {
|
|
1119
|
-
"context":
|
|
1120
|
-
"
|
|
1196
|
+
"context": 1050000,
|
|
1197
|
+
"input": 922000,
|
|
1198
|
+
"output": 128000
|
|
1199
|
+
},
|
|
1200
|
+
"experimental": {
|
|
1201
|
+
"modes": {
|
|
1202
|
+
"fast": {
|
|
1203
|
+
"cost": {
|
|
1204
|
+
"input": 5,
|
|
1205
|
+
"output": 30,
|
|
1206
|
+
"cache_read": 0.5
|
|
1207
|
+
},
|
|
1208
|
+
"provider": {
|
|
1209
|
+
"body": {
|
|
1210
|
+
"service_tier": "priority"
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1121
1215
|
}
|
|
1122
1216
|
},
|
|
1123
|
-
"gpt-5.1": {
|
|
1124
|
-
"id": "gpt-5.1",
|
|
1125
|
-
"name": "GPT-5.1",
|
|
1126
|
-
"family": "gpt",
|
|
1217
|
+
"gpt-5.1-chat-latest": {
|
|
1218
|
+
"id": "gpt-5.1-chat-latest",
|
|
1219
|
+
"name": "GPT-5.1 Chat",
|
|
1220
|
+
"family": "gpt-codex",
|
|
1127
1221
|
"attachment": true,
|
|
1128
1222
|
"reasoning": true,
|
|
1129
1223
|
"tool_call": true,
|
|
@@ -1145,30 +1239,30 @@
|
|
|
1145
1239
|
"cost": {
|
|
1146
1240
|
"input": 1.25,
|
|
1147
1241
|
"output": 10,
|
|
1148
|
-
"cache_read": 0.
|
|
1242
|
+
"cache_read": 0.125
|
|
1149
1243
|
},
|
|
1150
1244
|
"limit": {
|
|
1151
|
-
"context":
|
|
1152
|
-
"
|
|
1153
|
-
"output": 128000
|
|
1245
|
+
"context": 128000,
|
|
1246
|
+
"output": 16384
|
|
1154
1247
|
}
|
|
1155
1248
|
},
|
|
1156
|
-
"gpt-
|
|
1157
|
-
"id": "gpt-
|
|
1158
|
-
"name": "GPT-
|
|
1159
|
-
"family": "gpt-
|
|
1249
|
+
"gpt-5.3-codex-spark": {
|
|
1250
|
+
"id": "gpt-5.3-codex-spark",
|
|
1251
|
+
"name": "GPT-5.3 Codex Spark",
|
|
1252
|
+
"family": "gpt-codex-spark",
|
|
1160
1253
|
"attachment": true,
|
|
1161
|
-
"reasoning":
|
|
1254
|
+
"reasoning": true,
|
|
1162
1255
|
"tool_call": true,
|
|
1163
1256
|
"structured_output": true,
|
|
1164
|
-
"temperature":
|
|
1165
|
-
"knowledge": "
|
|
1166
|
-
"release_date": "
|
|
1167
|
-
"last_updated": "
|
|
1257
|
+
"temperature": false,
|
|
1258
|
+
"knowledge": "2025-08-31",
|
|
1259
|
+
"release_date": "2026-02-05",
|
|
1260
|
+
"last_updated": "2026-02-05",
|
|
1168
1261
|
"modalities": {
|
|
1169
1262
|
"input": [
|
|
1170
1263
|
"text",
|
|
1171
|
-
"image"
|
|
1264
|
+
"image",
|
|
1265
|
+
"pdf"
|
|
1172
1266
|
],
|
|
1173
1267
|
"output": [
|
|
1174
1268
|
"text"
|
|
@@ -1176,59 +1270,55 @@
|
|
|
1176
1270
|
},
|
|
1177
1271
|
"open_weights": false,
|
|
1178
1272
|
"cost": {
|
|
1179
|
-
"input":
|
|
1180
|
-
"output":
|
|
1181
|
-
"cache_read": 0.
|
|
1273
|
+
"input": 1.75,
|
|
1274
|
+
"output": 14,
|
|
1275
|
+
"cache_read": 0.175
|
|
1182
1276
|
},
|
|
1183
1277
|
"limit": {
|
|
1184
|
-
"context":
|
|
1185
|
-
"
|
|
1278
|
+
"context": 128000,
|
|
1279
|
+
"input": 100000,
|
|
1280
|
+
"output": 32000
|
|
1186
1281
|
}
|
|
1187
1282
|
},
|
|
1188
|
-
"
|
|
1189
|
-
"id": "
|
|
1190
|
-
"name": "
|
|
1191
|
-
"family": "gpt-
|
|
1283
|
+
"chatgpt-image-latest": {
|
|
1284
|
+
"id": "chatgpt-image-latest",
|
|
1285
|
+
"name": "chatgpt-image-latest",
|
|
1286
|
+
"family": "gpt-image",
|
|
1192
1287
|
"attachment": true,
|
|
1193
|
-
"reasoning":
|
|
1288
|
+
"reasoning": false,
|
|
1194
1289
|
"tool_call": false,
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1197
|
-
"
|
|
1198
|
-
"release_date": "2025-08-07",
|
|
1199
|
-
"last_updated": "2025-08-07",
|
|
1290
|
+
"temperature": false,
|
|
1291
|
+
"release_date": "2025-12-16",
|
|
1292
|
+
"last_updated": "2025-12-16",
|
|
1200
1293
|
"modalities": {
|
|
1201
1294
|
"input": [
|
|
1202
1295
|
"text",
|
|
1203
1296
|
"image"
|
|
1204
1297
|
],
|
|
1205
1298
|
"output": [
|
|
1206
|
-
"text"
|
|
1299
|
+
"text",
|
|
1300
|
+
"image"
|
|
1207
1301
|
]
|
|
1208
1302
|
},
|
|
1209
1303
|
"open_weights": false,
|
|
1210
|
-
"cost": {
|
|
1211
|
-
"input": 1.25,
|
|
1212
|
-
"output": 10
|
|
1213
|
-
},
|
|
1214
1304
|
"limit": {
|
|
1215
|
-
"context":
|
|
1216
|
-
"input":
|
|
1217
|
-
"output":
|
|
1305
|
+
"context": 0,
|
|
1306
|
+
"input": 0,
|
|
1307
|
+
"output": 0
|
|
1218
1308
|
}
|
|
1219
1309
|
},
|
|
1220
|
-
"gpt-
|
|
1221
|
-
"id": "gpt-
|
|
1222
|
-
"name": "GPT-
|
|
1310
|
+
"gpt-4.1-nano": {
|
|
1311
|
+
"id": "gpt-4.1-nano",
|
|
1312
|
+
"name": "GPT-4.1 nano",
|
|
1223
1313
|
"family": "gpt-nano",
|
|
1224
1314
|
"attachment": true,
|
|
1225
|
-
"reasoning":
|
|
1315
|
+
"reasoning": false,
|
|
1226
1316
|
"tool_call": true,
|
|
1227
1317
|
"structured_output": true,
|
|
1228
|
-
"temperature":
|
|
1229
|
-
"knowledge": "2024-
|
|
1230
|
-
"release_date": "2025-
|
|
1231
|
-
"last_updated": "2025-
|
|
1318
|
+
"temperature": true,
|
|
1319
|
+
"knowledge": "2024-04",
|
|
1320
|
+
"release_date": "2025-04-14",
|
|
1321
|
+
"last_updated": "2025-04-14",
|
|
1232
1322
|
"modalities": {
|
|
1233
1323
|
"input": [
|
|
1234
1324
|
"text",
|
|
@@ -1240,54 +1330,60 @@
|
|
|
1240
1330
|
},
|
|
1241
1331
|
"open_weights": false,
|
|
1242
1332
|
"cost": {
|
|
1243
|
-
"input": 0.
|
|
1333
|
+
"input": 0.1,
|
|
1244
1334
|
"output": 0.4,
|
|
1245
|
-
"cache_read": 0.
|
|
1335
|
+
"cache_read": 0.03
|
|
1246
1336
|
},
|
|
1247
1337
|
"limit": {
|
|
1248
|
-
"context":
|
|
1249
|
-
"
|
|
1250
|
-
"output": 128000
|
|
1338
|
+
"context": 1047576,
|
|
1339
|
+
"output": 32768
|
|
1251
1340
|
}
|
|
1252
1341
|
},
|
|
1253
|
-
"
|
|
1254
|
-
"id": "
|
|
1255
|
-
"name": "
|
|
1256
|
-
"family": "
|
|
1342
|
+
"o3": {
|
|
1343
|
+
"id": "o3",
|
|
1344
|
+
"name": "o3",
|
|
1345
|
+
"family": "o",
|
|
1257
1346
|
"attachment": true,
|
|
1258
|
-
"reasoning":
|
|
1259
|
-
"tool_call":
|
|
1347
|
+
"reasoning": true,
|
|
1348
|
+
"tool_call": true,
|
|
1349
|
+
"structured_output": true,
|
|
1260
1350
|
"temperature": false,
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1351
|
+
"knowledge": "2024-05",
|
|
1352
|
+
"release_date": "2025-04-16",
|
|
1353
|
+
"last_updated": "2025-04-16",
|
|
1263
1354
|
"modalities": {
|
|
1264
1355
|
"input": [
|
|
1265
1356
|
"text",
|
|
1266
|
-
"image"
|
|
1357
|
+
"image",
|
|
1358
|
+
"pdf"
|
|
1267
1359
|
],
|
|
1268
1360
|
"output": [
|
|
1269
|
-
"
|
|
1361
|
+
"text"
|
|
1270
1362
|
]
|
|
1271
1363
|
},
|
|
1272
1364
|
"open_weights": false,
|
|
1365
|
+
"cost": {
|
|
1366
|
+
"input": 2,
|
|
1367
|
+
"output": 8,
|
|
1368
|
+
"cache_read": 0.5
|
|
1369
|
+
},
|
|
1273
1370
|
"limit": {
|
|
1274
|
-
"context":
|
|
1275
|
-
"
|
|
1276
|
-
"output": 0
|
|
1371
|
+
"context": 200000,
|
|
1372
|
+
"output": 100000
|
|
1277
1373
|
}
|
|
1278
1374
|
},
|
|
1279
|
-
"
|
|
1280
|
-
"id": "
|
|
1281
|
-
"name": "
|
|
1282
|
-
"family": "
|
|
1375
|
+
"gpt-5-pro": {
|
|
1376
|
+
"id": "gpt-5-pro",
|
|
1377
|
+
"name": "GPT-5 Pro",
|
|
1378
|
+
"family": "gpt-pro",
|
|
1283
1379
|
"attachment": true,
|
|
1284
1380
|
"reasoning": true,
|
|
1285
1381
|
"tool_call": true,
|
|
1286
1382
|
"structured_output": true,
|
|
1287
1383
|
"temperature": false,
|
|
1288
|
-
"knowledge": "2024-
|
|
1289
|
-
"release_date": "2025-06
|
|
1290
|
-
"last_updated": "2025-06
|
|
1384
|
+
"knowledge": "2024-09-30",
|
|
1385
|
+
"release_date": "2025-10-06",
|
|
1386
|
+
"last_updated": "2025-10-06",
|
|
1291
1387
|
"modalities": {
|
|
1292
1388
|
"input": [
|
|
1293
1389
|
"text",
|
|
@@ -1299,17 +1395,18 @@
|
|
|
1299
1395
|
},
|
|
1300
1396
|
"open_weights": false,
|
|
1301
1397
|
"cost": {
|
|
1302
|
-
"input":
|
|
1303
|
-
"output":
|
|
1398
|
+
"input": 15,
|
|
1399
|
+
"output": 120
|
|
1304
1400
|
},
|
|
1305
1401
|
"limit": {
|
|
1306
|
-
"context":
|
|
1307
|
-
"
|
|
1402
|
+
"context": 400000,
|
|
1403
|
+
"input": 272000,
|
|
1404
|
+
"output": 272000
|
|
1308
1405
|
}
|
|
1309
1406
|
},
|
|
1310
|
-
"gpt-4o
|
|
1311
|
-
"id": "gpt-4o
|
|
1312
|
-
"name": "GPT-4o
|
|
1407
|
+
"gpt-4o": {
|
|
1408
|
+
"id": "gpt-4o",
|
|
1409
|
+
"name": "GPT-4o",
|
|
1313
1410
|
"family": "gpt",
|
|
1314
1411
|
"attachment": true,
|
|
1315
1412
|
"reasoning": false,
|
|
@@ -1317,12 +1414,13 @@
|
|
|
1317
1414
|
"structured_output": true,
|
|
1318
1415
|
"temperature": true,
|
|
1319
1416
|
"knowledge": "2023-09",
|
|
1320
|
-
"release_date": "2024-
|
|
1417
|
+
"release_date": "2024-05-13",
|
|
1321
1418
|
"last_updated": "2024-08-06",
|
|
1322
1419
|
"modalities": {
|
|
1323
1420
|
"input": [
|
|
1324
1421
|
"text",
|
|
1325
|
-
"image"
|
|
1422
|
+
"image",
|
|
1423
|
+
"pdf"
|
|
1326
1424
|
],
|
|
1327
1425
|
"output": [
|
|
1328
1426
|
"text"
|
|
@@ -1339,18 +1437,18 @@
|
|
|
1339
1437
|
"output": 16384
|
|
1340
1438
|
}
|
|
1341
1439
|
},
|
|
1342
|
-
"gpt-
|
|
1343
|
-
"id": "gpt-
|
|
1344
|
-
"name": "GPT-
|
|
1345
|
-
"family": "gpt
|
|
1440
|
+
"gpt-5": {
|
|
1441
|
+
"id": "gpt-5",
|
|
1442
|
+
"name": "GPT-5",
|
|
1443
|
+
"family": "gpt",
|
|
1346
1444
|
"attachment": true,
|
|
1347
|
-
"reasoning":
|
|
1445
|
+
"reasoning": true,
|
|
1348
1446
|
"tool_call": true,
|
|
1349
1447
|
"structured_output": true,
|
|
1350
|
-
"temperature":
|
|
1351
|
-
"knowledge": "2024-
|
|
1352
|
-
"release_date": "2025-
|
|
1353
|
-
"last_updated": "2025-
|
|
1448
|
+
"temperature": false,
|
|
1449
|
+
"knowledge": "2024-09-30",
|
|
1450
|
+
"release_date": "2025-08-07",
|
|
1451
|
+
"last_updated": "2025-08-07",
|
|
1354
1452
|
"modalities": {
|
|
1355
1453
|
"input": [
|
|
1356
1454
|
"text",
|
|
@@ -1362,29 +1460,32 @@
|
|
|
1362
1460
|
},
|
|
1363
1461
|
"open_weights": false,
|
|
1364
1462
|
"cost": {
|
|
1365
|
-
"input":
|
|
1366
|
-
"output":
|
|
1367
|
-
"cache_read": 0.
|
|
1463
|
+
"input": 1.25,
|
|
1464
|
+
"output": 10,
|
|
1465
|
+
"cache_read": 0.125
|
|
1368
1466
|
},
|
|
1369
1467
|
"limit": {
|
|
1370
|
-
"context":
|
|
1371
|
-
"
|
|
1468
|
+
"context": 400000,
|
|
1469
|
+
"input": 272000,
|
|
1470
|
+
"output": 128000
|
|
1372
1471
|
}
|
|
1373
1472
|
},
|
|
1374
|
-
"
|
|
1375
|
-
"id": "
|
|
1376
|
-
"name": "
|
|
1377
|
-
"family": "
|
|
1378
|
-
"attachment":
|
|
1473
|
+
"gpt-5-chat-latest": {
|
|
1474
|
+
"id": "gpt-5-chat-latest",
|
|
1475
|
+
"name": "GPT-5 Chat (latest)",
|
|
1476
|
+
"family": "gpt-codex",
|
|
1477
|
+
"attachment": true,
|
|
1379
1478
|
"reasoning": true,
|
|
1380
1479
|
"tool_call": false,
|
|
1480
|
+
"structured_output": true,
|
|
1381
1481
|
"temperature": true,
|
|
1382
|
-
"knowledge": "
|
|
1383
|
-
"release_date": "
|
|
1384
|
-
"last_updated": "
|
|
1482
|
+
"knowledge": "2024-09-30",
|
|
1483
|
+
"release_date": "2025-08-07",
|
|
1484
|
+
"last_updated": "2025-08-07",
|
|
1385
1485
|
"modalities": {
|
|
1386
1486
|
"input": [
|
|
1387
|
-
"text"
|
|
1487
|
+
"text",
|
|
1488
|
+
"image"
|
|
1388
1489
|
],
|
|
1389
1490
|
"output": [
|
|
1390
1491
|
"text"
|
|
@@ -1392,93 +1493,59 @@
|
|
|
1392
1493
|
},
|
|
1393
1494
|
"open_weights": false,
|
|
1394
1495
|
"cost": {
|
|
1395
|
-
"input":
|
|
1396
|
-
"output":
|
|
1397
|
-
"cache_read": 7.5
|
|
1496
|
+
"input": 1.25,
|
|
1497
|
+
"output": 10
|
|
1398
1498
|
},
|
|
1399
1499
|
"limit": {
|
|
1400
|
-
"context":
|
|
1401
|
-
"
|
|
1500
|
+
"context": 400000,
|
|
1501
|
+
"input": 272000,
|
|
1502
|
+
"output": 128000
|
|
1402
1503
|
}
|
|
1403
1504
|
},
|
|
1404
|
-
"
|
|
1405
|
-
"id": "
|
|
1406
|
-
"name": "
|
|
1407
|
-
"family": "
|
|
1408
|
-
"attachment":
|
|
1505
|
+
"gpt-image-1.5": {
|
|
1506
|
+
"id": "gpt-image-1.5",
|
|
1507
|
+
"name": "gpt-image-1.5",
|
|
1508
|
+
"family": "gpt-image",
|
|
1509
|
+
"attachment": true,
|
|
1409
1510
|
"reasoning": false,
|
|
1410
1511
|
"tool_call": false,
|
|
1411
1512
|
"temperature": false,
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1414
|
-
"last_updated": "2024-01-25",
|
|
1415
|
-
"modalities": {
|
|
1416
|
-
"input": [
|
|
1417
|
-
"text"
|
|
1418
|
-
],
|
|
1419
|
-
"output": [
|
|
1420
|
-
"text"
|
|
1421
|
-
]
|
|
1422
|
-
},
|
|
1423
|
-
"open_weights": false,
|
|
1424
|
-
"cost": {
|
|
1425
|
-
"input": 0.02,
|
|
1426
|
-
"output": 0
|
|
1427
|
-
},
|
|
1428
|
-
"limit": {
|
|
1429
|
-
"context": 8191,
|
|
1430
|
-
"output": 1536
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
"gpt-5-codex": {
|
|
1434
|
-
"id": "gpt-5-codex",
|
|
1435
|
-
"name": "GPT-5-Codex",
|
|
1436
|
-
"family": "gpt-codex",
|
|
1437
|
-
"attachment": false,
|
|
1438
|
-
"reasoning": true,
|
|
1439
|
-
"tool_call": true,
|
|
1440
|
-
"structured_output": true,
|
|
1441
|
-
"temperature": false,
|
|
1442
|
-
"knowledge": "2024-09-30",
|
|
1443
|
-
"release_date": "2025-09-15",
|
|
1444
|
-
"last_updated": "2025-09-15",
|
|
1513
|
+
"release_date": "2025-11-25",
|
|
1514
|
+
"last_updated": "2025-11-25",
|
|
1445
1515
|
"modalities": {
|
|
1446
1516
|
"input": [
|
|
1447
1517
|
"text",
|
|
1448
1518
|
"image"
|
|
1449
1519
|
],
|
|
1450
1520
|
"output": [
|
|
1451
|
-
"text"
|
|
1521
|
+
"text",
|
|
1522
|
+
"image"
|
|
1452
1523
|
]
|
|
1453
1524
|
},
|
|
1454
1525
|
"open_weights": false,
|
|
1455
|
-
"cost": {
|
|
1456
|
-
"input": 1.25,
|
|
1457
|
-
"output": 10,
|
|
1458
|
-
"cache_read": 0.125
|
|
1459
|
-
},
|
|
1460
1526
|
"limit": {
|
|
1461
|
-
"context":
|
|
1462
|
-
"input":
|
|
1463
|
-
"output":
|
|
1527
|
+
"context": 0,
|
|
1528
|
+
"input": 0,
|
|
1529
|
+
"output": 0
|
|
1464
1530
|
}
|
|
1465
1531
|
},
|
|
1466
|
-
"
|
|
1467
|
-
"id": "
|
|
1468
|
-
"name": "
|
|
1469
|
-
"family": "
|
|
1532
|
+
"gpt-4.1": {
|
|
1533
|
+
"id": "gpt-4.1",
|
|
1534
|
+
"name": "GPT-4.1",
|
|
1535
|
+
"family": "gpt",
|
|
1470
1536
|
"attachment": true,
|
|
1471
|
-
"reasoning":
|
|
1537
|
+
"reasoning": false,
|
|
1472
1538
|
"tool_call": true,
|
|
1473
1539
|
"structured_output": true,
|
|
1474
|
-
"temperature":
|
|
1475
|
-
"knowledge": "2024-
|
|
1476
|
-
"release_date": "2025-04-
|
|
1477
|
-
"last_updated": "2025-04-
|
|
1540
|
+
"temperature": true,
|
|
1541
|
+
"knowledge": "2024-04",
|
|
1542
|
+
"release_date": "2025-04-14",
|
|
1543
|
+
"last_updated": "2025-04-14",
|
|
1478
1544
|
"modalities": {
|
|
1479
1545
|
"input": [
|
|
1480
1546
|
"text",
|
|
1481
|
-
"image"
|
|
1547
|
+
"image",
|
|
1548
|
+
"pdf"
|
|
1482
1549
|
],
|
|
1483
1550
|
"output": [
|
|
1484
1551
|
"text"
|
|
@@ -1486,30 +1553,32 @@
|
|
|
1486
1553
|
},
|
|
1487
1554
|
"open_weights": false,
|
|
1488
1555
|
"cost": {
|
|
1489
|
-
"input":
|
|
1490
|
-
"output":
|
|
1491
|
-
"cache_read": 0.
|
|
1556
|
+
"input": 2,
|
|
1557
|
+
"output": 8,
|
|
1558
|
+
"cache_read": 0.5
|
|
1492
1559
|
},
|
|
1493
1560
|
"limit": {
|
|
1494
|
-
"context":
|
|
1495
|
-
"output":
|
|
1561
|
+
"context": 1047576,
|
|
1562
|
+
"output": 32768
|
|
1496
1563
|
}
|
|
1497
1564
|
},
|
|
1498
|
-
"
|
|
1499
|
-
"id": "
|
|
1500
|
-
"name": "
|
|
1501
|
-
"family": "
|
|
1565
|
+
"gpt-4.1-mini": {
|
|
1566
|
+
"id": "gpt-4.1-mini",
|
|
1567
|
+
"name": "GPT-4.1 mini",
|
|
1568
|
+
"family": "gpt-mini",
|
|
1502
1569
|
"attachment": true,
|
|
1503
|
-
"reasoning":
|
|
1570
|
+
"reasoning": false,
|
|
1504
1571
|
"tool_call": true,
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1572
|
+
"structured_output": true,
|
|
1573
|
+
"temperature": true,
|
|
1574
|
+
"knowledge": "2024-04",
|
|
1575
|
+
"release_date": "2025-04-14",
|
|
1576
|
+
"last_updated": "2025-04-14",
|
|
1509
1577
|
"modalities": {
|
|
1510
1578
|
"input": [
|
|
1511
1579
|
"text",
|
|
1512
|
-
"image"
|
|
1580
|
+
"image",
|
|
1581
|
+
"pdf"
|
|
1513
1582
|
],
|
|
1514
1583
|
"output": [
|
|
1515
1584
|
"text"
|
|
@@ -1517,13 +1586,13 @@
|
|
|
1517
1586
|
},
|
|
1518
1587
|
"open_weights": false,
|
|
1519
1588
|
"cost": {
|
|
1520
|
-
"input":
|
|
1521
|
-
"output":
|
|
1522
|
-
"cache_read":
|
|
1589
|
+
"input": 0.4,
|
|
1590
|
+
"output": 1.6,
|
|
1591
|
+
"cache_read": 0.1
|
|
1523
1592
|
},
|
|
1524
1593
|
"limit": {
|
|
1525
|
-
"context":
|
|
1526
|
-
"output":
|
|
1594
|
+
"context": 1047576,
|
|
1595
|
+
"output": 32768
|
|
1527
1596
|
}
|
|
1528
1597
|
},
|
|
1529
1598
|
"gpt-5.1-codex": {
|
|
@@ -1559,49 +1628,18 @@
|
|
|
1559
1628
|
"output": 128000
|
|
1560
1629
|
}
|
|
1561
1630
|
},
|
|
1562
|
-
"
|
|
1563
|
-
"id": "
|
|
1564
|
-
"name": "
|
|
1565
|
-
"family": "
|
|
1566
|
-
"attachment": false,
|
|
1567
|
-
"reasoning": true,
|
|
1568
|
-
"tool_call": false,
|
|
1569
|
-
"structured_output": true,
|
|
1570
|
-
"temperature": false,
|
|
1571
|
-
"knowledge": "2023-09",
|
|
1572
|
-
"release_date": "2024-09-12",
|
|
1573
|
-
"last_updated": "2024-09-12",
|
|
1574
|
-
"modalities": {
|
|
1575
|
-
"input": [
|
|
1576
|
-
"text"
|
|
1577
|
-
],
|
|
1578
|
-
"output": [
|
|
1579
|
-
"text"
|
|
1580
|
-
]
|
|
1581
|
-
},
|
|
1582
|
-
"open_weights": false,
|
|
1583
|
-
"cost": {
|
|
1584
|
-
"input": 1.1,
|
|
1585
|
-
"output": 4.4,
|
|
1586
|
-
"cache_read": 0.55
|
|
1587
|
-
},
|
|
1588
|
-
"limit": {
|
|
1589
|
-
"context": 128000,
|
|
1590
|
-
"output": 65536
|
|
1591
|
-
}
|
|
1592
|
-
},
|
|
1593
|
-
"gpt-5.2-pro": {
|
|
1594
|
-
"id": "gpt-5.2-pro",
|
|
1595
|
-
"name": "GPT-5.2 Pro",
|
|
1596
|
-
"family": "gpt-pro",
|
|
1631
|
+
"gpt-4o-2024-11-20": {
|
|
1632
|
+
"id": "gpt-4o-2024-11-20",
|
|
1633
|
+
"name": "GPT-4o (2024-11-20)",
|
|
1634
|
+
"family": "gpt",
|
|
1597
1635
|
"attachment": true,
|
|
1598
|
-
"reasoning":
|
|
1636
|
+
"reasoning": false,
|
|
1599
1637
|
"tool_call": true,
|
|
1600
|
-
"structured_output":
|
|
1601
|
-
"temperature":
|
|
1602
|
-
"knowledge": "
|
|
1603
|
-
"release_date": "
|
|
1604
|
-
"last_updated": "
|
|
1638
|
+
"structured_output": true,
|
|
1639
|
+
"temperature": true,
|
|
1640
|
+
"knowledge": "2023-09",
|
|
1641
|
+
"release_date": "2024-11-20",
|
|
1642
|
+
"last_updated": "2024-11-20",
|
|
1605
1643
|
"modalities": {
|
|
1606
1644
|
"input": [
|
|
1607
1645
|
"text",
|
|
@@ -1613,13 +1651,13 @@
|
|
|
1613
1651
|
},
|
|
1614
1652
|
"open_weights": false,
|
|
1615
1653
|
"cost": {
|
|
1616
|
-
"input":
|
|
1617
|
-
"output":
|
|
1654
|
+
"input": 2.5,
|
|
1655
|
+
"output": 10,
|
|
1656
|
+
"cache_read": 1.25
|
|
1618
1657
|
},
|
|
1619
1658
|
"limit": {
|
|
1620
|
-
"context":
|
|
1621
|
-
"
|
|
1622
|
-
"output": 128000
|
|
1659
|
+
"context": 128000,
|
|
1660
|
+
"output": 16384
|
|
1623
1661
|
}
|
|
1624
1662
|
}
|
|
1625
1663
|
}
|