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/google.json
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"name": "Google",
|
|
9
9
|
"doc": "https://ai.google.dev/gemini-api/docs/pricing",
|
|
10
10
|
"models": {
|
|
11
|
-
"gemini-
|
|
12
|
-
"id": "gemini-
|
|
13
|
-
"name": "Gemini
|
|
11
|
+
"gemini-flash-lite-latest": {
|
|
12
|
+
"id": "gemini-flash-lite-latest",
|
|
13
|
+
"name": "Gemini Flash-Lite Latest",
|
|
14
14
|
"family": "gemini-flash-lite",
|
|
15
15
|
"attachment": true,
|
|
16
16
|
"reasoning": true,
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"structured_output": true,
|
|
19
19
|
"temperature": true,
|
|
20
20
|
"knowledge": "2025-01",
|
|
21
|
-
"release_date": "2025-
|
|
22
|
-
"last_updated": "2025-
|
|
21
|
+
"release_date": "2025-09-25",
|
|
22
|
+
"last_updated": "2025-09-25",
|
|
23
23
|
"modalities": {
|
|
24
24
|
"input": [
|
|
25
25
|
"text",
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"output": 65536
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"gemini-2.5-
|
|
47
|
-
"id": "gemini-2.5-
|
|
48
|
-
"name": "Gemini 2.5
|
|
49
|
-
"family": "gemini-
|
|
46
|
+
"gemini-2.5-pro-preview-05-06": {
|
|
47
|
+
"id": "gemini-2.5-pro-preview-05-06",
|
|
48
|
+
"name": "Gemini 2.5 Pro Preview 05-06",
|
|
49
|
+
"family": "gemini-pro",
|
|
50
50
|
"attachment": true,
|
|
51
51
|
"reasoning": true,
|
|
52
52
|
"tool_call": true,
|
|
53
53
|
"structured_output": true,
|
|
54
54
|
"temperature": true,
|
|
55
55
|
"knowledge": "2025-01",
|
|
56
|
-
"release_date": "2025-
|
|
57
|
-
"last_updated": "2025-
|
|
56
|
+
"release_date": "2025-05-06",
|
|
57
|
+
"last_updated": "2025-05-06",
|
|
58
58
|
"modalities": {
|
|
59
59
|
"input": [
|
|
60
60
|
"text",
|
|
@@ -69,52 +69,52 @@
|
|
|
69
69
|
},
|
|
70
70
|
"open_weights": false,
|
|
71
71
|
"cost": {
|
|
72
|
-
"input":
|
|
73
|
-
"output":
|
|
74
|
-
"cache_read": 0.
|
|
72
|
+
"input": 1.25,
|
|
73
|
+
"output": 10,
|
|
74
|
+
"cache_read": 0.31
|
|
75
75
|
},
|
|
76
76
|
"limit": {
|
|
77
77
|
"context": 1048576,
|
|
78
78
|
"output": 65536
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"gemini-2.5-flash-preview-
|
|
82
|
-
"id": "gemini-2.5-flash-preview-
|
|
83
|
-
"name": "Gemini 2.5 Flash Preview
|
|
81
|
+
"gemini-live-2.5-flash-preview-native-audio": {
|
|
82
|
+
"id": "gemini-live-2.5-flash-preview-native-audio",
|
|
83
|
+
"name": "Gemini Live 2.5 Flash Preview Native Audio",
|
|
84
84
|
"family": "gemini-flash",
|
|
85
|
-
"attachment":
|
|
85
|
+
"attachment": false,
|
|
86
86
|
"reasoning": true,
|
|
87
87
|
"tool_call": true,
|
|
88
|
-
"temperature":
|
|
88
|
+
"temperature": false,
|
|
89
89
|
"knowledge": "2025-01",
|
|
90
|
-
"release_date": "2025-
|
|
91
|
-
"last_updated": "2025-
|
|
90
|
+
"release_date": "2025-06-17",
|
|
91
|
+
"last_updated": "2025-09-18",
|
|
92
92
|
"modalities": {
|
|
93
93
|
"input": [
|
|
94
94
|
"text",
|
|
95
|
-
"image",
|
|
96
95
|
"audio",
|
|
97
|
-
"video"
|
|
98
|
-
"pdf"
|
|
96
|
+
"video"
|
|
99
97
|
],
|
|
100
98
|
"output": [
|
|
101
|
-
"text"
|
|
99
|
+
"text",
|
|
100
|
+
"audio"
|
|
102
101
|
]
|
|
103
102
|
},
|
|
104
103
|
"open_weights": false,
|
|
105
104
|
"cost": {
|
|
106
|
-
"input": 0.
|
|
107
|
-
"output":
|
|
108
|
-
"
|
|
105
|
+
"input": 0.5,
|
|
106
|
+
"output": 2,
|
|
107
|
+
"input_audio": 3,
|
|
108
|
+
"output_audio": 12
|
|
109
109
|
},
|
|
110
110
|
"limit": {
|
|
111
|
-
"context":
|
|
111
|
+
"context": 131072,
|
|
112
112
|
"output": 65536
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"gemini-3.1-pro-preview": {
|
|
116
|
-
"id": "gemini-3.1-pro-preview",
|
|
117
|
-
"name": "Gemini 3.1 Pro Preview",
|
|
115
|
+
"gemini-3.1-pro-preview-customtools": {
|
|
116
|
+
"id": "gemini-3.1-pro-preview-customtools",
|
|
117
|
+
"name": "Gemini 3.1 Pro Preview Custom Tools",
|
|
118
118
|
"family": "gemini-pro",
|
|
119
119
|
"attachment": true,
|
|
120
120
|
"reasoning": true,
|
|
@@ -152,47 +152,18 @@
|
|
|
152
152
|
"output": 65536
|
|
153
153
|
}
|
|
154
154
|
},
|
|
155
|
-
"
|
|
156
|
-
"id": "
|
|
157
|
-
"name": "
|
|
158
|
-
"family": "
|
|
159
|
-
"attachment": true,
|
|
160
|
-
"reasoning": false,
|
|
161
|
-
"tool_call": false,
|
|
162
|
-
"temperature": true,
|
|
163
|
-
"knowledge": "2024-10",
|
|
164
|
-
"release_date": "2025-07-09",
|
|
165
|
-
"last_updated": "2025-07-09",
|
|
166
|
-
"modalities": {
|
|
167
|
-
"input": [
|
|
168
|
-
"text"
|
|
169
|
-
],
|
|
170
|
-
"output": [
|
|
171
|
-
"text"
|
|
172
|
-
]
|
|
173
|
-
},
|
|
174
|
-
"open_weights": true,
|
|
175
|
-
"cost": {
|
|
176
|
-
"input": 0,
|
|
177
|
-
"output": 0
|
|
178
|
-
},
|
|
179
|
-
"limit": {
|
|
180
|
-
"context": 8192,
|
|
181
|
-
"output": 2000
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
|
-
"gemini-2.5-flash-preview-05-20": {
|
|
185
|
-
"id": "gemini-2.5-flash-preview-05-20",
|
|
186
|
-
"name": "Gemini 2.5 Flash Preview 05-20",
|
|
187
|
-
"family": "gemini-flash",
|
|
155
|
+
"gemini-2.5-flash-lite-preview-09-2025": {
|
|
156
|
+
"id": "gemini-2.5-flash-lite-preview-09-2025",
|
|
157
|
+
"name": "Gemini 2.5 Flash Lite Preview 09-25",
|
|
158
|
+
"family": "gemini-flash-lite",
|
|
188
159
|
"attachment": true,
|
|
189
160
|
"reasoning": true,
|
|
190
161
|
"tool_call": true,
|
|
191
162
|
"structured_output": true,
|
|
192
163
|
"temperature": true,
|
|
193
164
|
"knowledge": "2025-01",
|
|
194
|
-
"release_date": "2025-
|
|
195
|
-
"last_updated": "2025-
|
|
165
|
+
"release_date": "2025-09-25",
|
|
166
|
+
"last_updated": "2025-09-25",
|
|
196
167
|
"modalities": {
|
|
197
168
|
"input": [
|
|
198
169
|
"text",
|
|
@@ -207,34 +178,32 @@
|
|
|
207
178
|
},
|
|
208
179
|
"open_weights": false,
|
|
209
180
|
"cost": {
|
|
210
|
-
"input": 0.
|
|
211
|
-
"output": 0.
|
|
212
|
-
"cache_read": 0.
|
|
181
|
+
"input": 0.1,
|
|
182
|
+
"output": 0.4,
|
|
183
|
+
"cache_read": 0.025
|
|
213
184
|
},
|
|
214
185
|
"limit": {
|
|
215
186
|
"context": 1048576,
|
|
216
187
|
"output": 65536
|
|
217
188
|
}
|
|
218
189
|
},
|
|
219
|
-
"gemini-
|
|
220
|
-
"id": "gemini-
|
|
221
|
-
"name": "Gemini
|
|
222
|
-
"family": "gemini-
|
|
190
|
+
"gemini-1.5-flash": {
|
|
191
|
+
"id": "gemini-1.5-flash",
|
|
192
|
+
"name": "Gemini 1.5 Flash",
|
|
193
|
+
"family": "gemini-flash",
|
|
223
194
|
"attachment": true,
|
|
224
|
-
"reasoning":
|
|
195
|
+
"reasoning": false,
|
|
225
196
|
"tool_call": true,
|
|
226
|
-
"structured_output": true,
|
|
227
197
|
"temperature": true,
|
|
228
|
-
"knowledge": "
|
|
229
|
-
"release_date": "
|
|
230
|
-
"last_updated": "
|
|
198
|
+
"knowledge": "2024-04",
|
|
199
|
+
"release_date": "2024-05-14",
|
|
200
|
+
"last_updated": "2024-05-14",
|
|
231
201
|
"modalities": {
|
|
232
202
|
"input": [
|
|
233
203
|
"text",
|
|
234
204
|
"image",
|
|
235
|
-
"video",
|
|
236
205
|
"audio",
|
|
237
|
-
"
|
|
206
|
+
"video"
|
|
238
207
|
],
|
|
239
208
|
"output": [
|
|
240
209
|
"text"
|
|
@@ -242,78 +211,45 @@
|
|
|
242
211
|
},
|
|
243
212
|
"open_weights": false,
|
|
244
213
|
"cost": {
|
|
245
|
-
"input":
|
|
246
|
-
"output":
|
|
247
|
-
"cache_read": 0.
|
|
248
|
-
"context_over_200k": {
|
|
249
|
-
"input": 4,
|
|
250
|
-
"output": 18,
|
|
251
|
-
"cache_read": 0.4
|
|
252
|
-
}
|
|
214
|
+
"input": 0.075,
|
|
215
|
+
"output": 0.3,
|
|
216
|
+
"cache_read": 0.01875
|
|
253
217
|
},
|
|
254
218
|
"limit": {
|
|
255
219
|
"context": 1000000,
|
|
256
|
-
"output": 64000
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"gemma-3-27b-it": {
|
|
260
|
-
"id": "gemma-3-27b-it",
|
|
261
|
-
"name": "Gemma 3 27B",
|
|
262
|
-
"family": "gemma",
|
|
263
|
-
"attachment": true,
|
|
264
|
-
"reasoning": false,
|
|
265
|
-
"tool_call": true,
|
|
266
|
-
"structured_output": true,
|
|
267
|
-
"temperature": true,
|
|
268
|
-
"knowledge": "2024-10",
|
|
269
|
-
"release_date": "2025-03-12",
|
|
270
|
-
"last_updated": "2025-03-12",
|
|
271
|
-
"modalities": {
|
|
272
|
-
"input": [
|
|
273
|
-
"text",
|
|
274
|
-
"image"
|
|
275
|
-
],
|
|
276
|
-
"output": [
|
|
277
|
-
"text"
|
|
278
|
-
]
|
|
279
|
-
},
|
|
280
|
-
"open_weights": true,
|
|
281
|
-
"cost": {
|
|
282
|
-
"input": 0,
|
|
283
|
-
"output": 0
|
|
284
|
-
},
|
|
285
|
-
"limit": {
|
|
286
|
-
"context": 131072,
|
|
287
220
|
"output": 8192
|
|
288
221
|
}
|
|
289
222
|
},
|
|
290
|
-
"
|
|
291
|
-
"id": "
|
|
292
|
-
"name": "
|
|
293
|
-
"family": "
|
|
223
|
+
"gemini-1.5-pro": {
|
|
224
|
+
"id": "gemini-1.5-pro",
|
|
225
|
+
"name": "Gemini 1.5 Pro",
|
|
226
|
+
"family": "gemini-pro",
|
|
294
227
|
"attachment": true,
|
|
295
228
|
"reasoning": false,
|
|
296
|
-
"tool_call":
|
|
229
|
+
"tool_call": true,
|
|
297
230
|
"temperature": true,
|
|
298
|
-
"knowledge": "2024-
|
|
299
|
-
"release_date": "
|
|
300
|
-
"last_updated": "
|
|
231
|
+
"knowledge": "2024-04",
|
|
232
|
+
"release_date": "2024-02-15",
|
|
233
|
+
"last_updated": "2024-02-15",
|
|
301
234
|
"modalities": {
|
|
302
235
|
"input": [
|
|
303
236
|
"text",
|
|
304
|
-
"image"
|
|
237
|
+
"image",
|
|
238
|
+
"audio",
|
|
239
|
+
"video"
|
|
305
240
|
],
|
|
306
241
|
"output": [
|
|
307
242
|
"text"
|
|
308
243
|
]
|
|
309
244
|
},
|
|
310
|
-
"open_weights":
|
|
245
|
+
"open_weights": false,
|
|
311
246
|
"cost": {
|
|
312
|
-
"input":
|
|
313
|
-
"output":
|
|
247
|
+
"input": 1.25,
|
|
248
|
+
"output": 5,
|
|
249
|
+
"cache_read": 0.3125
|
|
314
250
|
},
|
|
315
251
|
"limit": {
|
|
316
|
-
"context":
|
|
252
|
+
"context": 1000000,
|
|
317
253
|
"output": 8192
|
|
318
254
|
}
|
|
319
255
|
},
|
|
@@ -346,24 +282,24 @@
|
|
|
346
282
|
"output": 2000
|
|
347
283
|
}
|
|
348
284
|
},
|
|
349
|
-
"gemini-
|
|
350
|
-
"id": "gemini-
|
|
351
|
-
"name": "Gemini
|
|
352
|
-
"family": "gemini-
|
|
285
|
+
"gemini-3.1-flash-lite-preview": {
|
|
286
|
+
"id": "gemini-3.1-flash-lite-preview",
|
|
287
|
+
"name": "Gemini 3.1 Flash Lite Preview",
|
|
288
|
+
"family": "gemini-flash-lite",
|
|
353
289
|
"attachment": true,
|
|
354
290
|
"reasoning": true,
|
|
355
291
|
"tool_call": true,
|
|
356
292
|
"structured_output": true,
|
|
357
293
|
"temperature": true,
|
|
358
294
|
"knowledge": "2025-01",
|
|
359
|
-
"release_date": "
|
|
360
|
-
"last_updated": "
|
|
295
|
+
"release_date": "2026-03-03",
|
|
296
|
+
"last_updated": "2026-03-03",
|
|
361
297
|
"modalities": {
|
|
362
298
|
"input": [
|
|
363
299
|
"text",
|
|
364
300
|
"image",
|
|
365
|
-
"audio",
|
|
366
301
|
"video",
|
|
302
|
+
"audio",
|
|
367
303
|
"pdf"
|
|
368
304
|
],
|
|
369
305
|
"output": [
|
|
@@ -372,18 +308,19 @@
|
|
|
372
308
|
},
|
|
373
309
|
"open_weights": false,
|
|
374
310
|
"cost": {
|
|
375
|
-
"input":
|
|
376
|
-
"output":
|
|
377
|
-
"cache_read": 0.
|
|
311
|
+
"input": 0.25,
|
|
312
|
+
"output": 1.5,
|
|
313
|
+
"cache_read": 0.025,
|
|
314
|
+
"cache_write": 1
|
|
378
315
|
},
|
|
379
316
|
"limit": {
|
|
380
317
|
"context": 1048576,
|
|
381
318
|
"output": 65536
|
|
382
319
|
}
|
|
383
320
|
},
|
|
384
|
-
"gemini-
|
|
385
|
-
"id": "gemini-
|
|
386
|
-
"name": "Gemini
|
|
321
|
+
"gemini-3.1-pro-preview": {
|
|
322
|
+
"id": "gemini-3.1-pro-preview",
|
|
323
|
+
"name": "Gemini 3.1 Pro Preview",
|
|
387
324
|
"family": "gemini-pro",
|
|
388
325
|
"attachment": true,
|
|
389
326
|
"reasoning": true,
|
|
@@ -391,14 +328,14 @@
|
|
|
391
328
|
"structured_output": true,
|
|
392
329
|
"temperature": true,
|
|
393
330
|
"knowledge": "2025-01",
|
|
394
|
-
"release_date": "
|
|
395
|
-
"last_updated": "
|
|
331
|
+
"release_date": "2026-02-19",
|
|
332
|
+
"last_updated": "2026-02-19",
|
|
396
333
|
"modalities": {
|
|
397
334
|
"input": [
|
|
398
335
|
"text",
|
|
399
336
|
"image",
|
|
400
|
-
"audio",
|
|
401
337
|
"video",
|
|
338
|
+
"audio",
|
|
402
339
|
"pdf"
|
|
403
340
|
],
|
|
404
341
|
"output": [
|
|
@@ -407,19 +344,24 @@
|
|
|
407
344
|
},
|
|
408
345
|
"open_weights": false,
|
|
409
346
|
"cost": {
|
|
410
|
-
"input":
|
|
411
|
-
"output":
|
|
412
|
-
"cache_read": 0.
|
|
347
|
+
"input": 2,
|
|
348
|
+
"output": 12,
|
|
349
|
+
"cache_read": 0.2,
|
|
350
|
+
"context_over_200k": {
|
|
351
|
+
"input": 4,
|
|
352
|
+
"output": 18,
|
|
353
|
+
"cache_read": 0.4
|
|
354
|
+
}
|
|
413
355
|
},
|
|
414
356
|
"limit": {
|
|
415
357
|
"context": 1048576,
|
|
416
358
|
"output": 65536
|
|
417
359
|
}
|
|
418
360
|
},
|
|
419
|
-
"gemini-2.0-flash
|
|
420
|
-
"id": "gemini-2.0-flash
|
|
421
|
-
"name": "Gemini 2.0 Flash
|
|
422
|
-
"family": "gemini-flash
|
|
361
|
+
"gemini-2.0-flash": {
|
|
362
|
+
"id": "gemini-2.0-flash",
|
|
363
|
+
"name": "Gemini 2.0 Flash",
|
|
364
|
+
"family": "gemini-flash",
|
|
423
365
|
"attachment": true,
|
|
424
366
|
"reasoning": false,
|
|
425
367
|
"tool_call": true,
|
|
@@ -442,64 +384,34 @@
|
|
|
442
384
|
},
|
|
443
385
|
"open_weights": false,
|
|
444
386
|
"cost": {
|
|
445
|
-
"input": 0.
|
|
446
|
-
"output": 0.
|
|
387
|
+
"input": 0.1,
|
|
388
|
+
"output": 0.4,
|
|
389
|
+
"cache_read": 0.025
|
|
447
390
|
},
|
|
448
391
|
"limit": {
|
|
449
392
|
"context": 1048576,
|
|
450
393
|
"output": 8192
|
|
451
394
|
}
|
|
452
395
|
},
|
|
453
|
-
"gemini-
|
|
454
|
-
"id": "gemini-
|
|
455
|
-
"name": "Gemini
|
|
456
|
-
"family": "gemini-flash",
|
|
457
|
-
"attachment": true,
|
|
458
|
-
"reasoning": false,
|
|
459
|
-
"tool_call": true,
|
|
460
|
-
"temperature": true,
|
|
461
|
-
"knowledge": "2024-04",
|
|
462
|
-
"release_date": "2024-10-03",
|
|
463
|
-
"last_updated": "2024-10-03",
|
|
464
|
-
"modalities": {
|
|
465
|
-
"input": [
|
|
466
|
-
"text",
|
|
467
|
-
"image",
|
|
468
|
-
"audio",
|
|
469
|
-
"video"
|
|
470
|
-
],
|
|
471
|
-
"output": [
|
|
472
|
-
"text"
|
|
473
|
-
]
|
|
474
|
-
},
|
|
475
|
-
"open_weights": false,
|
|
476
|
-
"cost": {
|
|
477
|
-
"input": 0.0375,
|
|
478
|
-
"output": 0.15,
|
|
479
|
-
"cache_read": 0.01
|
|
480
|
-
},
|
|
481
|
-
"limit": {
|
|
482
|
-
"context": 1000000,
|
|
483
|
-
"output": 8192
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
"gemini-1.5-flash": {
|
|
487
|
-
"id": "gemini-1.5-flash",
|
|
488
|
-
"name": "Gemini 1.5 Flash",
|
|
396
|
+
"gemini-3-flash-preview": {
|
|
397
|
+
"id": "gemini-3-flash-preview",
|
|
398
|
+
"name": "Gemini 3 Flash Preview",
|
|
489
399
|
"family": "gemini-flash",
|
|
490
400
|
"attachment": true,
|
|
491
|
-
"reasoning":
|
|
401
|
+
"reasoning": true,
|
|
492
402
|
"tool_call": true,
|
|
403
|
+
"structured_output": true,
|
|
493
404
|
"temperature": true,
|
|
494
|
-
"knowledge": "
|
|
495
|
-
"release_date": "
|
|
496
|
-
"last_updated": "
|
|
405
|
+
"knowledge": "2025-01",
|
|
406
|
+
"release_date": "2025-12-17",
|
|
407
|
+
"last_updated": "2025-12-17",
|
|
497
408
|
"modalities": {
|
|
498
409
|
"input": [
|
|
499
410
|
"text",
|
|
500
411
|
"image",
|
|
412
|
+
"video",
|
|
501
413
|
"audio",
|
|
502
|
-
"
|
|
414
|
+
"pdf"
|
|
503
415
|
],
|
|
504
416
|
"output": [
|
|
505
417
|
"text"
|
|
@@ -507,18 +419,23 @@
|
|
|
507
419
|
},
|
|
508
420
|
"open_weights": false,
|
|
509
421
|
"cost": {
|
|
510
|
-
"input": 0.
|
|
511
|
-
"output":
|
|
512
|
-
"cache_read": 0.
|
|
422
|
+
"input": 0.5,
|
|
423
|
+
"output": 3,
|
|
424
|
+
"cache_read": 0.05,
|
|
425
|
+
"context_over_200k": {
|
|
426
|
+
"input": 0.5,
|
|
427
|
+
"output": 3,
|
|
428
|
+
"cache_read": 0.05
|
|
429
|
+
}
|
|
513
430
|
},
|
|
514
431
|
"limit": {
|
|
515
|
-
"context":
|
|
516
|
-
"output":
|
|
432
|
+
"context": 1048576,
|
|
433
|
+
"output": 65536
|
|
517
434
|
}
|
|
518
435
|
},
|
|
519
|
-
"gemini-2.5-
|
|
520
|
-
"id": "gemini-2.5-
|
|
521
|
-
"name": "Gemini 2.5
|
|
436
|
+
"gemini-2.5-flash-preview-tts": {
|
|
437
|
+
"id": "gemini-2.5-flash-preview-tts",
|
|
438
|
+
"name": "Gemini 2.5 Flash Preview TTS",
|
|
522
439
|
"family": "gemini-flash",
|
|
523
440
|
"attachment": false,
|
|
524
441
|
"reasoning": false,
|
|
@@ -537,26 +454,26 @@
|
|
|
537
454
|
},
|
|
538
455
|
"open_weights": false,
|
|
539
456
|
"cost": {
|
|
540
|
-
"input":
|
|
541
|
-
"output":
|
|
457
|
+
"input": 0.5,
|
|
458
|
+
"output": 10
|
|
542
459
|
},
|
|
543
460
|
"limit": {
|
|
544
461
|
"context": 8000,
|
|
545
462
|
"output": 16000
|
|
546
463
|
}
|
|
547
464
|
},
|
|
548
|
-
"gemini-3-
|
|
549
|
-
"id": "gemini-3-
|
|
550
|
-
"name": "Gemini 3
|
|
551
|
-
"family": "gemini-
|
|
465
|
+
"gemini-3-pro-preview": {
|
|
466
|
+
"id": "gemini-3-pro-preview",
|
|
467
|
+
"name": "Gemini 3 Pro Preview",
|
|
468
|
+
"family": "gemini-pro",
|
|
552
469
|
"attachment": true,
|
|
553
470
|
"reasoning": true,
|
|
554
471
|
"tool_call": true,
|
|
555
472
|
"structured_output": true,
|
|
556
473
|
"temperature": true,
|
|
557
474
|
"knowledge": "2025-01",
|
|
558
|
-
"release_date": "2025-
|
|
559
|
-
"last_updated": "2025-
|
|
475
|
+
"release_date": "2025-11-18",
|
|
476
|
+
"last_updated": "2025-11-18",
|
|
560
477
|
"modalities": {
|
|
561
478
|
"input": [
|
|
562
479
|
"text",
|
|
@@ -571,32 +488,32 @@
|
|
|
571
488
|
},
|
|
572
489
|
"open_weights": false,
|
|
573
490
|
"cost": {
|
|
574
|
-
"input":
|
|
575
|
-
"output":
|
|
576
|
-
"cache_read": 0.
|
|
491
|
+
"input": 2,
|
|
492
|
+
"output": 12,
|
|
493
|
+
"cache_read": 0.2,
|
|
577
494
|
"context_over_200k": {
|
|
578
|
-
"input":
|
|
579
|
-
"output":
|
|
580
|
-
"cache_read": 0.
|
|
495
|
+
"input": 4,
|
|
496
|
+
"output": 18,
|
|
497
|
+
"cache_read": 0.4
|
|
581
498
|
}
|
|
582
499
|
},
|
|
583
500
|
"limit": {
|
|
584
|
-
"context":
|
|
585
|
-
"output":
|
|
501
|
+
"context": 1000000,
|
|
502
|
+
"output": 64000
|
|
586
503
|
}
|
|
587
504
|
},
|
|
588
|
-
"gemini-2.5-
|
|
589
|
-
"id": "gemini-2.5-
|
|
590
|
-
"name": "Gemini 2.5
|
|
591
|
-
"family": "gemini-
|
|
505
|
+
"gemini-2.5-flash-preview-05-20": {
|
|
506
|
+
"id": "gemini-2.5-flash-preview-05-20",
|
|
507
|
+
"name": "Gemini 2.5 Flash Preview 05-20",
|
|
508
|
+
"family": "gemini-flash",
|
|
592
509
|
"attachment": true,
|
|
593
510
|
"reasoning": true,
|
|
594
511
|
"tool_call": true,
|
|
595
512
|
"structured_output": true,
|
|
596
513
|
"temperature": true,
|
|
597
514
|
"knowledge": "2025-01",
|
|
598
|
-
"release_date": "2025-
|
|
599
|
-
"last_updated": "2025-
|
|
515
|
+
"release_date": "2025-05-20",
|
|
516
|
+
"last_updated": "2025-05-20",
|
|
600
517
|
"modalities": {
|
|
601
518
|
"input": [
|
|
602
519
|
"text",
|
|
@@ -611,34 +528,29 @@
|
|
|
611
528
|
},
|
|
612
529
|
"open_weights": false,
|
|
613
530
|
"cost": {
|
|
614
|
-
"input":
|
|
615
|
-
"output":
|
|
616
|
-
"cache_read": 0.
|
|
531
|
+
"input": 0.15,
|
|
532
|
+
"output": 0.6,
|
|
533
|
+
"cache_read": 0.0375
|
|
617
534
|
},
|
|
618
535
|
"limit": {
|
|
619
536
|
"context": 1048576,
|
|
620
537
|
"output": 65536
|
|
621
538
|
}
|
|
622
539
|
},
|
|
623
|
-
"gemini-
|
|
624
|
-
"id": "gemini-
|
|
625
|
-
"name": "Gemini
|
|
626
|
-
"family": "gemini
|
|
627
|
-
"attachment":
|
|
628
|
-
"reasoning":
|
|
629
|
-
"tool_call":
|
|
630
|
-
"
|
|
631
|
-
"
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"last_updated": "2025-06-05",
|
|
540
|
+
"gemini-embedding-001": {
|
|
541
|
+
"id": "gemini-embedding-001",
|
|
542
|
+
"name": "Gemini Embedding 001",
|
|
543
|
+
"family": "gemini",
|
|
544
|
+
"attachment": false,
|
|
545
|
+
"reasoning": false,
|
|
546
|
+
"tool_call": false,
|
|
547
|
+
"temperature": false,
|
|
548
|
+
"knowledge": "2025-05",
|
|
549
|
+
"release_date": "2025-05-20",
|
|
550
|
+
"last_updated": "2025-05-20",
|
|
635
551
|
"modalities": {
|
|
636
552
|
"input": [
|
|
637
|
-
"text"
|
|
638
|
-
"image",
|
|
639
|
-
"audio",
|
|
640
|
-
"video",
|
|
641
|
-
"pdf"
|
|
553
|
+
"text"
|
|
642
554
|
],
|
|
643
555
|
"output": [
|
|
644
556
|
"text"
|
|
@@ -646,19 +558,17 @@
|
|
|
646
558
|
},
|
|
647
559
|
"open_weights": false,
|
|
648
560
|
"cost": {
|
|
649
|
-
"input": 0.
|
|
650
|
-
"output":
|
|
651
|
-
"cache_read": 0.075,
|
|
652
|
-
"input_audio": 1
|
|
561
|
+
"input": 0.15,
|
|
562
|
+
"output": 0
|
|
653
563
|
},
|
|
654
564
|
"limit": {
|
|
655
|
-
"context":
|
|
656
|
-
"output":
|
|
565
|
+
"context": 2048,
|
|
566
|
+
"output": 3072
|
|
657
567
|
}
|
|
658
568
|
},
|
|
659
|
-
"gemini-
|
|
660
|
-
"id": "gemini-
|
|
661
|
-
"name": "Gemini
|
|
569
|
+
"gemini-2.5-pro": {
|
|
570
|
+
"id": "gemini-2.5-pro",
|
|
571
|
+
"name": "Gemini 2.5 Pro",
|
|
662
572
|
"family": "gemini-pro",
|
|
663
573
|
"attachment": true,
|
|
664
574
|
"reasoning": true,
|
|
@@ -666,14 +576,14 @@
|
|
|
666
576
|
"structured_output": true,
|
|
667
577
|
"temperature": true,
|
|
668
578
|
"knowledge": "2025-01",
|
|
669
|
-
"release_date": "
|
|
670
|
-
"last_updated": "
|
|
579
|
+
"release_date": "2025-03-20",
|
|
580
|
+
"last_updated": "2025-06-05",
|
|
671
581
|
"modalities": {
|
|
672
582
|
"input": [
|
|
673
583
|
"text",
|
|
674
584
|
"image",
|
|
675
|
-
"video",
|
|
676
585
|
"audio",
|
|
586
|
+
"video",
|
|
677
587
|
"pdf"
|
|
678
588
|
],
|
|
679
589
|
"output": [
|
|
@@ -682,23 +592,18 @@
|
|
|
682
592
|
},
|
|
683
593
|
"open_weights": false,
|
|
684
594
|
"cost": {
|
|
685
|
-
"input":
|
|
686
|
-
"output":
|
|
687
|
-
"cache_read": 0.
|
|
688
|
-
"context_over_200k": {
|
|
689
|
-
"input": 4,
|
|
690
|
-
"output": 18,
|
|
691
|
-
"cache_read": 0.4
|
|
692
|
-
}
|
|
595
|
+
"input": 1.25,
|
|
596
|
+
"output": 10,
|
|
597
|
+
"cache_read": 0.31
|
|
693
598
|
},
|
|
694
599
|
"limit": {
|
|
695
600
|
"context": 1048576,
|
|
696
601
|
"output": 65536
|
|
697
602
|
}
|
|
698
603
|
},
|
|
699
|
-
"gemini-
|
|
700
|
-
"id": "gemini-
|
|
701
|
-
"name": "Gemini
|
|
604
|
+
"gemini-flash-latest": {
|
|
605
|
+
"id": "gemini-flash-latest",
|
|
606
|
+
"name": "Gemini Flash Latest",
|
|
702
607
|
"family": "gemini-flash",
|
|
703
608
|
"attachment": true,
|
|
704
609
|
"reasoning": true,
|
|
@@ -732,58 +637,51 @@
|
|
|
732
637
|
"output": 65536
|
|
733
638
|
}
|
|
734
639
|
},
|
|
735
|
-
"
|
|
736
|
-
"id": "
|
|
737
|
-
"name": "
|
|
738
|
-
"family": "
|
|
739
|
-
"attachment":
|
|
740
|
-
"reasoning":
|
|
640
|
+
"gemma-4-31b-it": {
|
|
641
|
+
"id": "gemma-4-31b-it",
|
|
642
|
+
"name": "Gemma 4 31B",
|
|
643
|
+
"family": "gemma",
|
|
644
|
+
"attachment": false,
|
|
645
|
+
"reasoning": true,
|
|
741
646
|
"tool_call": true,
|
|
742
647
|
"structured_output": true,
|
|
743
648
|
"temperature": true,
|
|
744
|
-
"
|
|
745
|
-
"
|
|
746
|
-
"last_updated": "2024-12-11",
|
|
649
|
+
"release_date": "2026-04-02",
|
|
650
|
+
"last_updated": "2026-04-02",
|
|
747
651
|
"modalities": {
|
|
748
652
|
"input": [
|
|
749
653
|
"text",
|
|
750
|
-
"image"
|
|
751
|
-
"audio",
|
|
752
|
-
"video",
|
|
753
|
-
"pdf"
|
|
654
|
+
"image"
|
|
754
655
|
],
|
|
755
656
|
"output": [
|
|
756
657
|
"text"
|
|
757
658
|
]
|
|
758
659
|
},
|
|
759
|
-
"open_weights":
|
|
760
|
-
"cost": {
|
|
761
|
-
"input": 0.1,
|
|
762
|
-
"output": 0.4,
|
|
763
|
-
"cache_read": 0.025
|
|
764
|
-
},
|
|
660
|
+
"open_weights": true,
|
|
765
661
|
"limit": {
|
|
766
|
-
"context":
|
|
662
|
+
"context": 256000,
|
|
767
663
|
"output": 8192
|
|
768
664
|
}
|
|
769
665
|
},
|
|
770
|
-
"gemini-
|
|
771
|
-
"id": "gemini-
|
|
772
|
-
"name": "Gemini
|
|
666
|
+
"gemini-2.5-pro-preview-06-05": {
|
|
667
|
+
"id": "gemini-2.5-pro-preview-06-05",
|
|
668
|
+
"name": "Gemini 2.5 Pro Preview 06-05",
|
|
773
669
|
"family": "gemini-pro",
|
|
774
670
|
"attachment": true,
|
|
775
|
-
"reasoning":
|
|
671
|
+
"reasoning": true,
|
|
776
672
|
"tool_call": true,
|
|
673
|
+
"structured_output": true,
|
|
777
674
|
"temperature": true,
|
|
778
|
-
"knowledge": "
|
|
779
|
-
"release_date": "
|
|
780
|
-
"last_updated": "
|
|
675
|
+
"knowledge": "2025-01",
|
|
676
|
+
"release_date": "2025-06-05",
|
|
677
|
+
"last_updated": "2025-06-05",
|
|
781
678
|
"modalities": {
|
|
782
679
|
"input": [
|
|
783
680
|
"text",
|
|
784
681
|
"image",
|
|
785
682
|
"audio",
|
|
786
|
-
"video"
|
|
683
|
+
"video",
|
|
684
|
+
"pdf"
|
|
787
685
|
],
|
|
788
686
|
"output": [
|
|
789
687
|
"text"
|
|
@@ -792,24 +690,56 @@
|
|
|
792
690
|
"open_weights": false,
|
|
793
691
|
"cost": {
|
|
794
692
|
"input": 1.25,
|
|
795
|
-
"output":
|
|
796
|
-
"cache_read": 0.
|
|
693
|
+
"output": 10,
|
|
694
|
+
"cache_read": 0.31
|
|
797
695
|
},
|
|
798
696
|
"limit": {
|
|
799
|
-
"context":
|
|
800
|
-
"output":
|
|
697
|
+
"context": 1048576,
|
|
698
|
+
"output": 65536
|
|
801
699
|
}
|
|
802
700
|
},
|
|
803
|
-
"gemini-2.5-flash-
|
|
804
|
-
"id": "gemini-2.5-flash-
|
|
805
|
-
"name": "Gemini 2.5 Flash
|
|
806
|
-
"family": "gemini-flash
|
|
701
|
+
"gemini-2.5-flash-image": {
|
|
702
|
+
"id": "gemini-2.5-flash-image",
|
|
703
|
+
"name": "Gemini 2.5 Flash Image",
|
|
704
|
+
"family": "gemini-flash",
|
|
807
705
|
"attachment": true,
|
|
808
706
|
"reasoning": true,
|
|
809
|
-
"tool_call":
|
|
707
|
+
"tool_call": false,
|
|
810
708
|
"temperature": true,
|
|
811
|
-
"knowledge": "2025-
|
|
812
|
-
"release_date": "2025-
|
|
709
|
+
"knowledge": "2025-06",
|
|
710
|
+
"release_date": "2025-08-26",
|
|
711
|
+
"last_updated": "2025-08-26",
|
|
712
|
+
"modalities": {
|
|
713
|
+
"input": [
|
|
714
|
+
"text",
|
|
715
|
+
"image"
|
|
716
|
+
],
|
|
717
|
+
"output": [
|
|
718
|
+
"text",
|
|
719
|
+
"image"
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
"open_weights": false,
|
|
723
|
+
"cost": {
|
|
724
|
+
"input": 0.3,
|
|
725
|
+
"output": 30,
|
|
726
|
+
"cache_read": 0.075
|
|
727
|
+
},
|
|
728
|
+
"limit": {
|
|
729
|
+
"context": 32768,
|
|
730
|
+
"output": 32768
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"gemini-2.5-flash-lite-preview-06-17": {
|
|
734
|
+
"id": "gemini-2.5-flash-lite-preview-06-17",
|
|
735
|
+
"name": "Gemini 2.5 Flash Lite Preview 06-17",
|
|
736
|
+
"family": "gemini-flash-lite",
|
|
737
|
+
"attachment": true,
|
|
738
|
+
"reasoning": true,
|
|
739
|
+
"tool_call": true,
|
|
740
|
+
"temperature": true,
|
|
741
|
+
"knowledge": "2025-01",
|
|
742
|
+
"release_date": "2025-06-17",
|
|
813
743
|
"last_updated": "2025-06-17",
|
|
814
744
|
"modalities": {
|
|
815
745
|
"input": [
|
|
@@ -835,53 +765,55 @@
|
|
|
835
765
|
"output": 65536
|
|
836
766
|
}
|
|
837
767
|
},
|
|
838
|
-
"
|
|
839
|
-
"id": "
|
|
840
|
-
"name": "
|
|
841
|
-
"family": "
|
|
842
|
-
"attachment":
|
|
768
|
+
"gemma-3-12b-it": {
|
|
769
|
+
"id": "gemma-3-12b-it",
|
|
770
|
+
"name": "Gemma 3 12B",
|
|
771
|
+
"family": "gemma",
|
|
772
|
+
"attachment": true,
|
|
843
773
|
"reasoning": false,
|
|
844
774
|
"tool_call": false,
|
|
845
|
-
"
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
-
"
|
|
775
|
+
"structured_output": true,
|
|
776
|
+
"temperature": true,
|
|
777
|
+
"knowledge": "2024-10",
|
|
778
|
+
"release_date": "2025-03-13",
|
|
779
|
+
"last_updated": "2025-03-13",
|
|
849
780
|
"modalities": {
|
|
850
781
|
"input": [
|
|
851
|
-
"text"
|
|
782
|
+
"text",
|
|
783
|
+
"image"
|
|
852
784
|
],
|
|
853
785
|
"output": [
|
|
854
|
-
"
|
|
786
|
+
"text"
|
|
855
787
|
]
|
|
856
788
|
},
|
|
857
|
-
"open_weights":
|
|
789
|
+
"open_weights": true,
|
|
858
790
|
"cost": {
|
|
859
|
-
"input": 0
|
|
860
|
-
"output":
|
|
791
|
+
"input": 0,
|
|
792
|
+
"output": 0
|
|
861
793
|
},
|
|
862
794
|
"limit": {
|
|
863
|
-
"context":
|
|
864
|
-
"output":
|
|
795
|
+
"context": 32768,
|
|
796
|
+
"output": 8192
|
|
865
797
|
}
|
|
866
798
|
},
|
|
867
|
-
"gemini-
|
|
868
|
-
"id": "gemini-
|
|
869
|
-
"name": "Gemini
|
|
870
|
-
"family": "gemini-flash
|
|
799
|
+
"gemini-2.5-flash": {
|
|
800
|
+
"id": "gemini-2.5-flash",
|
|
801
|
+
"name": "Gemini 2.5 Flash",
|
|
802
|
+
"family": "gemini-flash",
|
|
871
803
|
"attachment": true,
|
|
872
804
|
"reasoning": true,
|
|
873
805
|
"tool_call": true,
|
|
874
806
|
"structured_output": true,
|
|
875
807
|
"temperature": true,
|
|
876
808
|
"knowledge": "2025-01",
|
|
877
|
-
"release_date": "
|
|
878
|
-
"last_updated": "
|
|
809
|
+
"release_date": "2025-03-20",
|
|
810
|
+
"last_updated": "2025-06-05",
|
|
879
811
|
"modalities": {
|
|
880
812
|
"input": [
|
|
881
813
|
"text",
|
|
882
814
|
"image",
|
|
883
|
-
"video",
|
|
884
815
|
"audio",
|
|
816
|
+
"video",
|
|
885
817
|
"pdf"
|
|
886
818
|
],
|
|
887
819
|
"output": [
|
|
@@ -890,49 +822,43 @@
|
|
|
890
822
|
},
|
|
891
823
|
"open_weights": false,
|
|
892
824
|
"cost": {
|
|
893
|
-
"input": 0.
|
|
894
|
-
"output":
|
|
895
|
-
"cache_read": 0.
|
|
896
|
-
"
|
|
825
|
+
"input": 0.3,
|
|
826
|
+
"output": 2.5,
|
|
827
|
+
"cache_read": 0.075,
|
|
828
|
+
"input_audio": 1
|
|
897
829
|
},
|
|
898
830
|
"limit": {
|
|
899
831
|
"context": 1048576,
|
|
900
832
|
"output": 65536
|
|
901
833
|
}
|
|
902
834
|
},
|
|
903
|
-
"
|
|
904
|
-
"id": "
|
|
905
|
-
"name": "
|
|
906
|
-
"family": "
|
|
835
|
+
"gemma-3n-e2b-it": {
|
|
836
|
+
"id": "gemma-3n-e2b-it",
|
|
837
|
+
"name": "Gemma 3n 2B",
|
|
838
|
+
"family": "gemma",
|
|
907
839
|
"attachment": true,
|
|
908
|
-
"reasoning":
|
|
909
|
-
"tool_call":
|
|
910
|
-
"structured_output": true,
|
|
840
|
+
"reasoning": false,
|
|
841
|
+
"tool_call": false,
|
|
911
842
|
"temperature": true,
|
|
912
|
-
"knowledge": "
|
|
913
|
-
"release_date": "2025-09
|
|
914
|
-
"last_updated": "2025-09
|
|
843
|
+
"knowledge": "2024-10",
|
|
844
|
+
"release_date": "2025-07-09",
|
|
845
|
+
"last_updated": "2025-07-09",
|
|
915
846
|
"modalities": {
|
|
916
847
|
"input": [
|
|
917
|
-
"text"
|
|
918
|
-
"image",
|
|
919
|
-
"audio",
|
|
920
|
-
"video",
|
|
921
|
-
"pdf"
|
|
848
|
+
"text"
|
|
922
849
|
],
|
|
923
850
|
"output": [
|
|
924
851
|
"text"
|
|
925
852
|
]
|
|
926
853
|
},
|
|
927
|
-
"open_weights":
|
|
854
|
+
"open_weights": true,
|
|
928
855
|
"cost": {
|
|
929
|
-
"input": 0
|
|
930
|
-
"output": 0
|
|
931
|
-
"cache_read": 0.025
|
|
856
|
+
"input": 0,
|
|
857
|
+
"output": 0
|
|
932
858
|
},
|
|
933
859
|
"limit": {
|
|
934
|
-
"context":
|
|
935
|
-
"output":
|
|
860
|
+
"context": 8192,
|
|
861
|
+
"output": 2000
|
|
936
862
|
}
|
|
937
863
|
},
|
|
938
864
|
"gemini-3.1-flash-image-preview": {
|
|
@@ -967,41 +893,102 @@
|
|
|
967
893
|
"output": 32768
|
|
968
894
|
}
|
|
969
895
|
},
|
|
970
|
-
"
|
|
971
|
-
"id": "
|
|
972
|
-
"name": "
|
|
973
|
-
"family": "
|
|
896
|
+
"gemma-3-4b-it": {
|
|
897
|
+
"id": "gemma-3-4b-it",
|
|
898
|
+
"name": "Gemma 3 4B",
|
|
899
|
+
"family": "gemma",
|
|
974
900
|
"attachment": true,
|
|
975
|
-
"reasoning":
|
|
901
|
+
"reasoning": false,
|
|
976
902
|
"tool_call": false,
|
|
977
903
|
"temperature": true,
|
|
978
|
-
"knowledge": "
|
|
979
|
-
"release_date": "2025-
|
|
980
|
-
"last_updated": "2025-
|
|
904
|
+
"knowledge": "2024-10",
|
|
905
|
+
"release_date": "2025-03-13",
|
|
906
|
+
"last_updated": "2025-03-13",
|
|
981
907
|
"modalities": {
|
|
982
908
|
"input": [
|
|
983
909
|
"text",
|
|
984
910
|
"image"
|
|
985
911
|
],
|
|
986
912
|
"output": [
|
|
913
|
+
"text"
|
|
914
|
+
]
|
|
915
|
+
},
|
|
916
|
+
"open_weights": true,
|
|
917
|
+
"cost": {
|
|
918
|
+
"input": 0,
|
|
919
|
+
"output": 0
|
|
920
|
+
},
|
|
921
|
+
"limit": {
|
|
922
|
+
"context": 32768,
|
|
923
|
+
"output": 8192
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
"gemini-2.5-flash-preview-04-17": {
|
|
927
|
+
"id": "gemini-2.5-flash-preview-04-17",
|
|
928
|
+
"name": "Gemini 2.5 Flash Preview 04-17",
|
|
929
|
+
"family": "gemini-flash",
|
|
930
|
+
"attachment": true,
|
|
931
|
+
"reasoning": true,
|
|
932
|
+
"tool_call": true,
|
|
933
|
+
"temperature": true,
|
|
934
|
+
"knowledge": "2025-01",
|
|
935
|
+
"release_date": "2025-04-17",
|
|
936
|
+
"last_updated": "2025-04-17",
|
|
937
|
+
"modalities": {
|
|
938
|
+
"input": [
|
|
987
939
|
"text",
|
|
988
|
-
"image"
|
|
940
|
+
"image",
|
|
941
|
+
"audio",
|
|
942
|
+
"video",
|
|
943
|
+
"pdf"
|
|
944
|
+
],
|
|
945
|
+
"output": [
|
|
946
|
+
"text"
|
|
989
947
|
]
|
|
990
948
|
},
|
|
991
949
|
"open_weights": false,
|
|
992
950
|
"cost": {
|
|
993
|
-
"input": 0.
|
|
994
|
-
"output":
|
|
995
|
-
"cache_read": 0.
|
|
951
|
+
"input": 0.15,
|
|
952
|
+
"output": 0.6,
|
|
953
|
+
"cache_read": 0.0375
|
|
996
954
|
},
|
|
997
955
|
"limit": {
|
|
998
|
-
"context":
|
|
999
|
-
"output":
|
|
956
|
+
"context": 1048576,
|
|
957
|
+
"output": 65536
|
|
1000
958
|
}
|
|
1001
959
|
},
|
|
1002
|
-
"gemini-
|
|
1003
|
-
"id": "gemini-
|
|
1004
|
-
"name": "Gemini
|
|
960
|
+
"gemini-2.5-pro-preview-tts": {
|
|
961
|
+
"id": "gemini-2.5-pro-preview-tts",
|
|
962
|
+
"name": "Gemini 2.5 Pro Preview TTS",
|
|
963
|
+
"family": "gemini-flash",
|
|
964
|
+
"attachment": false,
|
|
965
|
+
"reasoning": false,
|
|
966
|
+
"tool_call": false,
|
|
967
|
+
"temperature": false,
|
|
968
|
+
"knowledge": "2025-01",
|
|
969
|
+
"release_date": "2025-05-01",
|
|
970
|
+
"last_updated": "2025-05-01",
|
|
971
|
+
"modalities": {
|
|
972
|
+
"input": [
|
|
973
|
+
"text"
|
|
974
|
+
],
|
|
975
|
+
"output": [
|
|
976
|
+
"audio"
|
|
977
|
+
]
|
|
978
|
+
},
|
|
979
|
+
"open_weights": false,
|
|
980
|
+
"cost": {
|
|
981
|
+
"input": 1,
|
|
982
|
+
"output": 20
|
|
983
|
+
},
|
|
984
|
+
"limit": {
|
|
985
|
+
"context": 8000,
|
|
986
|
+
"output": 16000
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
"gemini-2.5-flash-preview-09-2025": {
|
|
990
|
+
"id": "gemini-2.5-flash-preview-09-2025",
|
|
991
|
+
"name": "Gemini 2.5 Flash Preview 09-25",
|
|
1005
992
|
"family": "gemini-flash",
|
|
1006
993
|
"attachment": true,
|
|
1007
994
|
"reasoning": true,
|
|
@@ -1035,18 +1022,18 @@
|
|
|
1035
1022
|
"output": 65536
|
|
1036
1023
|
}
|
|
1037
1024
|
},
|
|
1038
|
-
"gemma-3-
|
|
1039
|
-
"id": "gemma-3-
|
|
1040
|
-
"name": "Gemma 3
|
|
1025
|
+
"gemma-3-27b-it": {
|
|
1026
|
+
"id": "gemma-3-27b-it",
|
|
1027
|
+
"name": "Gemma 3 27B",
|
|
1041
1028
|
"family": "gemma",
|
|
1042
1029
|
"attachment": true,
|
|
1043
1030
|
"reasoning": false,
|
|
1044
|
-
"tool_call":
|
|
1031
|
+
"tool_call": true,
|
|
1045
1032
|
"structured_output": true,
|
|
1046
1033
|
"temperature": true,
|
|
1047
1034
|
"knowledge": "2024-10",
|
|
1048
|
-
"release_date": "2025-03-
|
|
1049
|
-
"last_updated": "2025-03-
|
|
1035
|
+
"release_date": "2025-03-12",
|
|
1036
|
+
"last_updated": "2025-03-12",
|
|
1050
1037
|
"modalities": {
|
|
1051
1038
|
"input": [
|
|
1052
1039
|
"text",
|
|
@@ -1062,58 +1049,120 @@
|
|
|
1062
1049
|
"output": 0
|
|
1063
1050
|
},
|
|
1064
1051
|
"limit": {
|
|
1065
|
-
"context":
|
|
1052
|
+
"context": 131072,
|
|
1066
1053
|
"output": 8192
|
|
1067
1054
|
}
|
|
1068
1055
|
},
|
|
1069
|
-
"gemini-
|
|
1070
|
-
"id": "gemini-
|
|
1071
|
-
"name": "Gemini
|
|
1072
|
-
"family": "gemini-flash",
|
|
1073
|
-
"attachment":
|
|
1056
|
+
"gemini-2.5-flash-lite": {
|
|
1057
|
+
"id": "gemini-2.5-flash-lite",
|
|
1058
|
+
"name": "Gemini 2.5 Flash Lite",
|
|
1059
|
+
"family": "gemini-flash-lite",
|
|
1060
|
+
"attachment": true,
|
|
1074
1061
|
"reasoning": true,
|
|
1075
1062
|
"tool_call": true,
|
|
1076
|
-
"
|
|
1063
|
+
"structured_output": true,
|
|
1064
|
+
"temperature": true,
|
|
1077
1065
|
"knowledge": "2025-01",
|
|
1078
1066
|
"release_date": "2025-06-17",
|
|
1079
|
-
"last_updated": "2025-
|
|
1067
|
+
"last_updated": "2025-06-17",
|
|
1080
1068
|
"modalities": {
|
|
1081
1069
|
"input": [
|
|
1082
1070
|
"text",
|
|
1071
|
+
"image",
|
|
1083
1072
|
"audio",
|
|
1084
|
-
"video"
|
|
1073
|
+
"video",
|
|
1074
|
+
"pdf"
|
|
1085
1075
|
],
|
|
1086
1076
|
"output": [
|
|
1087
|
-
"text"
|
|
1088
|
-
"audio"
|
|
1077
|
+
"text"
|
|
1089
1078
|
]
|
|
1090
1079
|
},
|
|
1091
1080
|
"open_weights": false,
|
|
1092
1081
|
"cost": {
|
|
1093
|
-
"input": 0.
|
|
1094
|
-
"output":
|
|
1095
|
-
"
|
|
1096
|
-
"output_audio": 12
|
|
1082
|
+
"input": 0.1,
|
|
1083
|
+
"output": 0.4,
|
|
1084
|
+
"cache_read": 0.025
|
|
1097
1085
|
},
|
|
1098
1086
|
"limit": {
|
|
1099
|
-
"context":
|
|
1087
|
+
"context": 1048576,
|
|
1100
1088
|
"output": 65536
|
|
1101
1089
|
}
|
|
1102
1090
|
},
|
|
1103
|
-
"
|
|
1104
|
-
"id": "
|
|
1105
|
-
"name": "
|
|
1106
|
-
"family": "
|
|
1091
|
+
"gemma-4-26b-it": {
|
|
1092
|
+
"id": "gemma-4-26b-it",
|
|
1093
|
+
"name": "Gemma 4 26B",
|
|
1094
|
+
"family": "gemma",
|
|
1107
1095
|
"attachment": false,
|
|
1108
|
-
"reasoning":
|
|
1109
|
-
"tool_call":
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1112
|
-
"release_date": "
|
|
1113
|
-
"last_updated": "
|
|
1096
|
+
"reasoning": true,
|
|
1097
|
+
"tool_call": true,
|
|
1098
|
+
"structured_output": true,
|
|
1099
|
+
"temperature": true,
|
|
1100
|
+
"release_date": "2026-04-02",
|
|
1101
|
+
"last_updated": "2026-04-02",
|
|
1114
1102
|
"modalities": {
|
|
1115
1103
|
"input": [
|
|
1104
|
+
"text",
|
|
1105
|
+
"image"
|
|
1106
|
+
],
|
|
1107
|
+
"output": [
|
|
1116
1108
|
"text"
|
|
1109
|
+
]
|
|
1110
|
+
},
|
|
1111
|
+
"open_weights": true,
|
|
1112
|
+
"limit": {
|
|
1113
|
+
"context": 256000,
|
|
1114
|
+
"output": 8192
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"gemini-2.5-flash-image-preview": {
|
|
1118
|
+
"id": "gemini-2.5-flash-image-preview",
|
|
1119
|
+
"name": "Gemini 2.5 Flash Image (Preview)",
|
|
1120
|
+
"family": "gemini-flash",
|
|
1121
|
+
"attachment": true,
|
|
1122
|
+
"reasoning": true,
|
|
1123
|
+
"tool_call": false,
|
|
1124
|
+
"temperature": true,
|
|
1125
|
+
"knowledge": "2025-06",
|
|
1126
|
+
"release_date": "2025-08-26",
|
|
1127
|
+
"last_updated": "2025-08-26",
|
|
1128
|
+
"modalities": {
|
|
1129
|
+
"input": [
|
|
1130
|
+
"text",
|
|
1131
|
+
"image"
|
|
1132
|
+
],
|
|
1133
|
+
"output": [
|
|
1134
|
+
"text",
|
|
1135
|
+
"image"
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
"open_weights": false,
|
|
1139
|
+
"cost": {
|
|
1140
|
+
"input": 0.3,
|
|
1141
|
+
"output": 30,
|
|
1142
|
+
"cache_read": 0.075
|
|
1143
|
+
},
|
|
1144
|
+
"limit": {
|
|
1145
|
+
"context": 32768,
|
|
1146
|
+
"output": 32768
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"gemini-1.5-flash-8b": {
|
|
1150
|
+
"id": "gemini-1.5-flash-8b",
|
|
1151
|
+
"name": "Gemini 1.5 Flash-8B",
|
|
1152
|
+
"family": "gemini-flash",
|
|
1153
|
+
"attachment": true,
|
|
1154
|
+
"reasoning": false,
|
|
1155
|
+
"tool_call": true,
|
|
1156
|
+
"temperature": true,
|
|
1157
|
+
"knowledge": "2024-04",
|
|
1158
|
+
"release_date": "2024-10-03",
|
|
1159
|
+
"last_updated": "2024-10-03",
|
|
1160
|
+
"modalities": {
|
|
1161
|
+
"input": [
|
|
1162
|
+
"text",
|
|
1163
|
+
"image",
|
|
1164
|
+
"audio",
|
|
1165
|
+
"video"
|
|
1117
1166
|
],
|
|
1118
1167
|
"output": [
|
|
1119
1168
|
"text"
|
|
@@ -1121,12 +1170,13 @@
|
|
|
1121
1170
|
},
|
|
1122
1171
|
"open_weights": false,
|
|
1123
1172
|
"cost": {
|
|
1124
|
-
"input": 0.
|
|
1125
|
-
"output": 0
|
|
1173
|
+
"input": 0.0375,
|
|
1174
|
+
"output": 0.15,
|
|
1175
|
+
"cache_read": 0.01
|
|
1126
1176
|
},
|
|
1127
1177
|
"limit": {
|
|
1128
|
-
"context":
|
|
1129
|
-
"output":
|
|
1178
|
+
"context": 1000000,
|
|
1179
|
+
"output": 8192
|
|
1130
1180
|
}
|
|
1131
1181
|
},
|
|
1132
1182
|
"gemini-live-2.5-flash": {
|
|
@@ -1164,36 +1214,38 @@
|
|
|
1164
1214
|
"output": 8000
|
|
1165
1215
|
}
|
|
1166
1216
|
},
|
|
1167
|
-
"gemini-2.
|
|
1168
|
-
"id": "gemini-2.
|
|
1169
|
-
"name": "Gemini 2.
|
|
1170
|
-
"family": "gemini-flash",
|
|
1217
|
+
"gemini-2.0-flash-lite": {
|
|
1218
|
+
"id": "gemini-2.0-flash-lite",
|
|
1219
|
+
"name": "Gemini 2.0 Flash Lite",
|
|
1220
|
+
"family": "gemini-flash-lite",
|
|
1171
1221
|
"attachment": true,
|
|
1172
|
-
"reasoning":
|
|
1173
|
-
"tool_call":
|
|
1222
|
+
"reasoning": false,
|
|
1223
|
+
"tool_call": true,
|
|
1224
|
+
"structured_output": true,
|
|
1174
1225
|
"temperature": true,
|
|
1175
|
-
"knowledge": "
|
|
1176
|
-
"release_date": "
|
|
1177
|
-
"last_updated": "
|
|
1226
|
+
"knowledge": "2024-06",
|
|
1227
|
+
"release_date": "2024-12-11",
|
|
1228
|
+
"last_updated": "2024-12-11",
|
|
1178
1229
|
"modalities": {
|
|
1179
1230
|
"input": [
|
|
1180
1231
|
"text",
|
|
1181
|
-
"image"
|
|
1232
|
+
"image",
|
|
1233
|
+
"audio",
|
|
1234
|
+
"video",
|
|
1235
|
+
"pdf"
|
|
1182
1236
|
],
|
|
1183
1237
|
"output": [
|
|
1184
|
-
"text"
|
|
1185
|
-
"image"
|
|
1238
|
+
"text"
|
|
1186
1239
|
]
|
|
1187
1240
|
},
|
|
1188
1241
|
"open_weights": false,
|
|
1189
1242
|
"cost": {
|
|
1190
|
-
"input": 0.
|
|
1191
|
-
"output":
|
|
1192
|
-
"cache_read": 0.075
|
|
1243
|
+
"input": 0.075,
|
|
1244
|
+
"output": 0.3
|
|
1193
1245
|
},
|
|
1194
1246
|
"limit": {
|
|
1195
|
-
"context":
|
|
1196
|
-
"output":
|
|
1247
|
+
"context": 1048576,
|
|
1248
|
+
"output": 8192
|
|
1197
1249
|
}
|
|
1198
1250
|
}
|
|
1199
1251
|
}
|