@llmgateway/models 1.78.0 → 1.80.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.
- package/dist/models/google.d.ts +111 -0
- package/dist/models/google.js +115 -0
- package/dist/models/google.js.map +1 -1
- package/dist/models/xiaomi.d.ts +146 -0
- package/dist/models/xiaomi.js +172 -0
- package/dist/models/xiaomi.js.map +1 -0
- package/dist/models.d.ts +259 -0
- package/dist/models.js +2 -0
- package/dist/models.js.map +1 -1
- package/dist/providers.d.ts +17 -0
- package/dist/providers.js +18 -0
- package/dist/providers.js.map +1 -1
- package/dist/types.d.ts +9 -1
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/models/google.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export declare const googleModels: [{
|
|
|
30
30
|
readonly reasoningMaxTokens: true;
|
|
31
31
|
readonly streaming: true;
|
|
32
32
|
readonly vision: true;
|
|
33
|
+
readonly audio: true;
|
|
33
34
|
readonly tools: true;
|
|
34
35
|
readonly webSearch: true;
|
|
35
36
|
readonly webSearchPrice: 0.035;
|
|
@@ -61,6 +62,7 @@ export declare const googleModels: [{
|
|
|
61
62
|
readonly reasoningMaxTokens: true;
|
|
62
63
|
readonly streaming: true;
|
|
63
64
|
readonly vision: true;
|
|
65
|
+
readonly audio: true;
|
|
64
66
|
readonly tools: true;
|
|
65
67
|
readonly webSearch: true;
|
|
66
68
|
readonly webSearchPrice: 0.035;
|
|
@@ -97,6 +99,7 @@ export declare const googleModels: [{
|
|
|
97
99
|
readonly reasoningMaxTokens: true;
|
|
98
100
|
readonly streaming: true;
|
|
99
101
|
readonly vision: true;
|
|
102
|
+
readonly audio: true;
|
|
100
103
|
readonly tools: true;
|
|
101
104
|
readonly jsonOutput: true;
|
|
102
105
|
readonly jsonOutputSchema: true;
|
|
@@ -125,6 +128,7 @@ export declare const googleModels: [{
|
|
|
125
128
|
readonly reasoningMaxTokens: true;
|
|
126
129
|
readonly streaming: true;
|
|
127
130
|
readonly vision: true;
|
|
131
|
+
readonly audio: true;
|
|
128
132
|
readonly tools: true;
|
|
129
133
|
readonly jsonOutput: true;
|
|
130
134
|
readonly jsonOutputSchema: true;
|
|
@@ -160,6 +164,7 @@ export declare const googleModels: [{
|
|
|
160
164
|
readonly reasoningMaxTokens: true;
|
|
161
165
|
readonly streaming: true;
|
|
162
166
|
readonly vision: true;
|
|
167
|
+
readonly audio: true;
|
|
163
168
|
readonly tools: true;
|
|
164
169
|
readonly jsonOutput: true;
|
|
165
170
|
readonly jsonOutputSchema: true;
|
|
@@ -188,6 +193,7 @@ export declare const googleModels: [{
|
|
|
188
193
|
readonly reasoningMaxTokens: true;
|
|
189
194
|
readonly streaming: true;
|
|
190
195
|
readonly vision: true;
|
|
196
|
+
readonly audio: true;
|
|
191
197
|
readonly tools: true;
|
|
192
198
|
readonly jsonOutput: true;
|
|
193
199
|
readonly jsonOutputSchema: true;
|
|
@@ -211,6 +217,7 @@ export declare const googleModels: [{
|
|
|
211
217
|
readonly reasoningMaxTokens: true;
|
|
212
218
|
readonly streaming: true;
|
|
213
219
|
readonly vision: true;
|
|
220
|
+
readonly audio: true;
|
|
214
221
|
readonly tools: true;
|
|
215
222
|
readonly jsonOutput: true;
|
|
216
223
|
readonly jsonOutputSchema: true;
|
|
@@ -227,6 +234,7 @@ export declare const googleModels: [{
|
|
|
227
234
|
readonly reasoningMaxTokens: true;
|
|
228
235
|
readonly streaming: true;
|
|
229
236
|
readonly vision: true;
|
|
237
|
+
readonly audio: true;
|
|
230
238
|
readonly tools: true;
|
|
231
239
|
readonly jsonOutput: true;
|
|
232
240
|
readonly jsonOutputSchema: true;
|
|
@@ -250,6 +258,7 @@ export declare const googleModels: [{
|
|
|
250
258
|
readonly reasoningMaxTokens: true;
|
|
251
259
|
readonly streaming: true;
|
|
252
260
|
readonly vision: true;
|
|
261
|
+
readonly audio: true;
|
|
253
262
|
readonly tools: true;
|
|
254
263
|
readonly jsonOutput: true;
|
|
255
264
|
readonly jsonOutputSchema: true;
|
|
@@ -266,6 +275,7 @@ export declare const googleModels: [{
|
|
|
266
275
|
readonly reasoningMaxTokens: true;
|
|
267
276
|
readonly streaming: true;
|
|
268
277
|
readonly vision: true;
|
|
278
|
+
readonly audio: true;
|
|
269
279
|
readonly tools: true;
|
|
270
280
|
readonly jsonOutput: true;
|
|
271
281
|
readonly jsonOutputSchema: true;
|
|
@@ -291,6 +301,7 @@ export declare const googleModels: [{
|
|
|
291
301
|
readonly reasoningMaxTokens: true;
|
|
292
302
|
readonly streaming: true;
|
|
293
303
|
readonly vision: true;
|
|
304
|
+
readonly audio: true;
|
|
294
305
|
readonly tools: true;
|
|
295
306
|
readonly jsonOutput: true;
|
|
296
307
|
readonly jsonOutputSchema: true;
|
|
@@ -308,6 +319,7 @@ export declare const googleModels: [{
|
|
|
308
319
|
readonly reasoningMaxTokens: true;
|
|
309
320
|
readonly streaming: true;
|
|
310
321
|
readonly vision: true;
|
|
322
|
+
readonly audio: true;
|
|
311
323
|
readonly tools: true;
|
|
312
324
|
readonly jsonOutput: true;
|
|
313
325
|
readonly jsonOutputSchema: true;
|
|
@@ -324,6 +336,8 @@ export declare const googleModels: [{
|
|
|
324
336
|
readonly inputPrice: number;
|
|
325
337
|
readonly outputPrice: number;
|
|
326
338
|
readonly cachedInputPrice: number;
|
|
339
|
+
readonly inputAudioPrice: number;
|
|
340
|
+
readonly cachedInputAudioPrice: number;
|
|
327
341
|
readonly requestPrice: 0;
|
|
328
342
|
readonly contextSize: 1048576;
|
|
329
343
|
readonly maxOutput: 65535;
|
|
@@ -331,6 +345,7 @@ export declare const googleModels: [{
|
|
|
331
345
|
readonly reasoningMaxTokens: true;
|
|
332
346
|
readonly streaming: true;
|
|
333
347
|
readonly vision: true;
|
|
348
|
+
readonly audio: true;
|
|
334
349
|
readonly tools: true;
|
|
335
350
|
readonly webSearch: true;
|
|
336
351
|
readonly webSearchPrice: 0.035;
|
|
@@ -342,6 +357,8 @@ export declare const googleModels: [{
|
|
|
342
357
|
readonly inputPrice: number;
|
|
343
358
|
readonly outputPrice: number;
|
|
344
359
|
readonly cachedInputPrice: number;
|
|
360
|
+
readonly inputAudioPrice: number;
|
|
361
|
+
readonly cachedInputAudioPrice: number;
|
|
345
362
|
readonly requestPrice: 0;
|
|
346
363
|
readonly contextSize: 1048576;
|
|
347
364
|
readonly maxOutput: 65535;
|
|
@@ -349,6 +366,7 @@ export declare const googleModels: [{
|
|
|
349
366
|
readonly reasoningMaxTokens: true;
|
|
350
367
|
readonly streaming: true;
|
|
351
368
|
readonly vision: true;
|
|
369
|
+
readonly audio: true;
|
|
352
370
|
readonly tools: true;
|
|
353
371
|
readonly webSearch: true;
|
|
354
372
|
readonly webSearchPrice: 0.035;
|
|
@@ -367,11 +385,14 @@ export declare const googleModels: [{
|
|
|
367
385
|
readonly inputPrice: number;
|
|
368
386
|
readonly outputPrice: number;
|
|
369
387
|
readonly cachedInputPrice: number;
|
|
388
|
+
readonly inputAudioPrice: number;
|
|
389
|
+
readonly cachedInputAudioPrice: number;
|
|
370
390
|
readonly requestPrice: 0;
|
|
371
391
|
readonly contextSize: 1048576;
|
|
372
392
|
readonly maxOutput: 65535;
|
|
373
393
|
readonly streaming: true;
|
|
374
394
|
readonly vision: true;
|
|
395
|
+
readonly audio: true;
|
|
375
396
|
readonly tools: true;
|
|
376
397
|
readonly jsonOutput: true;
|
|
377
398
|
readonly jsonOutputSchema: true;
|
|
@@ -381,11 +402,14 @@ export declare const googleModels: [{
|
|
|
381
402
|
readonly inputPrice: number;
|
|
382
403
|
readonly outputPrice: number;
|
|
383
404
|
readonly cachedInputPrice: number;
|
|
405
|
+
readonly inputAudioPrice: number;
|
|
406
|
+
readonly cachedInputAudioPrice: number;
|
|
384
407
|
readonly requestPrice: 0;
|
|
385
408
|
readonly contextSize: 1048576;
|
|
386
409
|
readonly maxOutput: 65535;
|
|
387
410
|
readonly streaming: true;
|
|
388
411
|
readonly vision: true;
|
|
412
|
+
readonly audio: true;
|
|
389
413
|
readonly tools: true;
|
|
390
414
|
readonly jsonOutput: true;
|
|
391
415
|
readonly jsonOutputSchema: true;
|
|
@@ -408,6 +432,7 @@ export declare const googleModels: [{
|
|
|
408
432
|
readonly maxOutput: 65535;
|
|
409
433
|
readonly streaming: true;
|
|
410
434
|
readonly vision: true;
|
|
435
|
+
readonly audio: true;
|
|
411
436
|
readonly tools: true;
|
|
412
437
|
readonly jsonOutput: true;
|
|
413
438
|
readonly jsonOutputSchema: true;
|
|
@@ -422,6 +447,7 @@ export declare const googleModels: [{
|
|
|
422
447
|
readonly maxOutput: 65535;
|
|
423
448
|
readonly streaming: true;
|
|
424
449
|
readonly vision: true;
|
|
450
|
+
readonly audio: true;
|
|
425
451
|
readonly tools: true;
|
|
426
452
|
readonly jsonOutput: true;
|
|
427
453
|
readonly jsonOutputSchema: true;
|
|
@@ -459,6 +485,7 @@ export declare const googleModels: [{
|
|
|
459
485
|
readonly reasoningMaxTokens: true;
|
|
460
486
|
readonly streaming: true;
|
|
461
487
|
readonly vision: true;
|
|
488
|
+
readonly audio: true;
|
|
462
489
|
readonly tools: true;
|
|
463
490
|
readonly webSearch: true;
|
|
464
491
|
readonly webSearchPrice: 0.014;
|
|
@@ -498,6 +525,7 @@ export declare const googleModels: [{
|
|
|
498
525
|
readonly reasoningMaxTokens: true;
|
|
499
526
|
readonly streaming: true;
|
|
500
527
|
readonly vision: true;
|
|
528
|
+
readonly audio: true;
|
|
501
529
|
readonly tools: true;
|
|
502
530
|
readonly webSearch: true;
|
|
503
531
|
readonly webSearchPrice: 0.014;
|
|
@@ -532,6 +560,7 @@ export declare const googleModels: [{
|
|
|
532
560
|
readonly reasoningMaxTokens: true;
|
|
533
561
|
readonly streaming: true;
|
|
534
562
|
readonly vision: true;
|
|
563
|
+
readonly audio: true;
|
|
535
564
|
readonly tools: true;
|
|
536
565
|
readonly webSearch: true;
|
|
537
566
|
readonly webSearchPrice: 0.014;
|
|
@@ -573,6 +602,7 @@ export declare const googleModels: [{
|
|
|
573
602
|
readonly reasoningMaxTokens: true;
|
|
574
603
|
readonly streaming: true;
|
|
575
604
|
readonly vision: true;
|
|
605
|
+
readonly audio: true;
|
|
576
606
|
readonly tools: true;
|
|
577
607
|
readonly webSearch: true;
|
|
578
608
|
readonly webSearchPrice: 0.014;
|
|
@@ -605,6 +635,7 @@ export declare const googleModels: [{
|
|
|
605
635
|
readonly reasoningMaxTokens: true;
|
|
606
636
|
readonly streaming: true;
|
|
607
637
|
readonly vision: true;
|
|
638
|
+
readonly audio: true;
|
|
608
639
|
readonly tools: true;
|
|
609
640
|
readonly webSearch: true;
|
|
610
641
|
readonly webSearchPrice: 0.014;
|
|
@@ -638,6 +669,7 @@ export declare const googleModels: [{
|
|
|
638
669
|
readonly reasoningMaxTokens: true;
|
|
639
670
|
readonly streaming: true;
|
|
640
671
|
readonly vision: true;
|
|
672
|
+
readonly audio: true;
|
|
641
673
|
readonly tools: true;
|
|
642
674
|
readonly webSearch: true;
|
|
643
675
|
readonly webSearchPrice: 0.014;
|
|
@@ -662,7 +694,10 @@ export declare const googleModels: [{
|
|
|
662
694
|
readonly maxOutput: 65536;
|
|
663
695
|
readonly streaming: true;
|
|
664
696
|
readonly vision: true;
|
|
697
|
+
readonly audio: true;
|
|
665
698
|
readonly tools: true;
|
|
699
|
+
readonly reasoning: true;
|
|
700
|
+
readonly reasoningMaxTokens: true;
|
|
666
701
|
readonly jsonOutput: true;
|
|
667
702
|
readonly jsonOutputSchema: true;
|
|
668
703
|
}, {
|
|
@@ -677,7 +712,61 @@ export declare const googleModels: [{
|
|
|
677
712
|
readonly maxOutput: 65536;
|
|
678
713
|
readonly streaming: true;
|
|
679
714
|
readonly vision: true;
|
|
715
|
+
readonly audio: true;
|
|
716
|
+
readonly tools: true;
|
|
717
|
+
readonly reasoning: true;
|
|
718
|
+
readonly reasoningMaxTokens: true;
|
|
719
|
+
readonly jsonOutput: true;
|
|
720
|
+
readonly jsonOutputSchema: true;
|
|
721
|
+
}];
|
|
722
|
+
}, {
|
|
723
|
+
readonly id: "gemini-3.1-flash-lite";
|
|
724
|
+
readonly name: "Gemini 3.1 Flash Lite";
|
|
725
|
+
readonly description: "Ultra-lightweight Gemini 3.1 Flash Lite for high-volume, cost-sensitive tasks.";
|
|
726
|
+
readonly family: "google";
|
|
727
|
+
readonly releasedAt: Date;
|
|
728
|
+
readonly providers: [{
|
|
729
|
+
readonly providerId: "google-ai-studio";
|
|
730
|
+
readonly modelName: "gemini-3.1-flash-lite";
|
|
731
|
+
readonly inputPrice: number;
|
|
732
|
+
readonly outputPrice: number;
|
|
733
|
+
readonly cachedInputPrice: number;
|
|
734
|
+
readonly cacheWriteInputPrice: number;
|
|
735
|
+
readonly inputAudioPrice: number;
|
|
736
|
+
readonly cachedInputAudioPrice: number;
|
|
737
|
+
readonly requestPrice: 0;
|
|
738
|
+
readonly webSearchPrice: 0.014;
|
|
739
|
+
readonly contextSize: 1048576;
|
|
740
|
+
readonly maxOutput: 65536;
|
|
741
|
+
readonly streaming: true;
|
|
742
|
+
readonly vision: true;
|
|
743
|
+
readonly audio: true;
|
|
680
744
|
readonly tools: true;
|
|
745
|
+
readonly webSearch: true;
|
|
746
|
+
readonly reasoning: true;
|
|
747
|
+
readonly reasoningMaxTokens: true;
|
|
748
|
+
readonly jsonOutput: true;
|
|
749
|
+
readonly jsonOutputSchema: true;
|
|
750
|
+
}, {
|
|
751
|
+
readonly providerId: "google-vertex";
|
|
752
|
+
readonly modelName: "gemini-3.1-flash-lite";
|
|
753
|
+
readonly inputPrice: number;
|
|
754
|
+
readonly outputPrice: number;
|
|
755
|
+
readonly cachedInputPrice: number;
|
|
756
|
+
readonly cacheWriteInputPrice: number;
|
|
757
|
+
readonly inputAudioPrice: number;
|
|
758
|
+
readonly cachedInputAudioPrice: number;
|
|
759
|
+
readonly requestPrice: 0;
|
|
760
|
+
readonly webSearchPrice: 0.014;
|
|
761
|
+
readonly contextSize: 1048576;
|
|
762
|
+
readonly maxOutput: 65536;
|
|
763
|
+
readonly streaming: true;
|
|
764
|
+
readonly vision: true;
|
|
765
|
+
readonly audio: true;
|
|
766
|
+
readonly tools: true;
|
|
767
|
+
readonly webSearch: true;
|
|
768
|
+
readonly reasoning: true;
|
|
769
|
+
readonly reasoningMaxTokens: true;
|
|
681
770
|
readonly jsonOutput: true;
|
|
682
771
|
readonly jsonOutputSchema: true;
|
|
683
772
|
}];
|
|
@@ -918,6 +1007,8 @@ export declare const googleModels: [{
|
|
|
918
1007
|
readonly inputPrice: number;
|
|
919
1008
|
readonly outputPrice: number;
|
|
920
1009
|
readonly cachedInputPrice: number;
|
|
1010
|
+
readonly inputAudioPrice: number;
|
|
1011
|
+
readonly cachedInputAudioPrice: number;
|
|
921
1012
|
readonly requestPrice: 0;
|
|
922
1013
|
readonly contextSize: 1048576;
|
|
923
1014
|
readonly maxOutput: 65535;
|
|
@@ -925,6 +1016,7 @@ export declare const googleModels: [{
|
|
|
925
1016
|
readonly reasoningMaxTokens: true;
|
|
926
1017
|
readonly streaming: true;
|
|
927
1018
|
readonly vision: true;
|
|
1019
|
+
readonly audio: true;
|
|
928
1020
|
readonly tools: true;
|
|
929
1021
|
readonly webSearch: true;
|
|
930
1022
|
readonly webSearchPrice: 0.014;
|
|
@@ -936,6 +1028,8 @@ export declare const googleModels: [{
|
|
|
936
1028
|
readonly inputPrice: number;
|
|
937
1029
|
readonly outputPrice: number;
|
|
938
1030
|
readonly cachedInputPrice: number;
|
|
1031
|
+
readonly inputAudioPrice: number;
|
|
1032
|
+
readonly cachedInputAudioPrice: number;
|
|
939
1033
|
readonly requestPrice: 0;
|
|
940
1034
|
readonly contextSize: 1048576;
|
|
941
1035
|
readonly maxOutput: 65535;
|
|
@@ -943,6 +1037,7 @@ export declare const googleModels: [{
|
|
|
943
1037
|
readonly reasoningMaxTokens: true;
|
|
944
1038
|
readonly streaming: true;
|
|
945
1039
|
readonly vision: true;
|
|
1040
|
+
readonly audio: true;
|
|
946
1041
|
readonly tools: true;
|
|
947
1042
|
readonly webSearch: true;
|
|
948
1043
|
readonly webSearchPrice: 0.014;
|
|
@@ -1192,6 +1287,7 @@ export declare const googleModels: [{
|
|
|
1192
1287
|
readonly reasoningMaxTokens: true;
|
|
1193
1288
|
readonly streaming: true;
|
|
1194
1289
|
readonly vision: true;
|
|
1290
|
+
readonly audio: true;
|
|
1195
1291
|
readonly tools: true;
|
|
1196
1292
|
readonly jsonOutput: true;
|
|
1197
1293
|
readonly jsonOutputSchema: true;
|
|
@@ -1208,6 +1304,7 @@ export declare const googleModels: [{
|
|
|
1208
1304
|
readonly reasoningMaxTokens: true;
|
|
1209
1305
|
readonly streaming: true;
|
|
1210
1306
|
readonly vision: true;
|
|
1307
|
+
readonly audio: true;
|
|
1211
1308
|
readonly tools: true;
|
|
1212
1309
|
readonly jsonOutput: true;
|
|
1213
1310
|
readonly jsonOutputSchema: true;
|
|
@@ -1231,6 +1328,7 @@ export declare const googleModels: [{
|
|
|
1231
1328
|
readonly reasoningMaxTokens: true;
|
|
1232
1329
|
readonly streaming: true;
|
|
1233
1330
|
readonly vision: true;
|
|
1331
|
+
readonly audio: true;
|
|
1234
1332
|
readonly tools: true;
|
|
1235
1333
|
readonly jsonOutput: true;
|
|
1236
1334
|
readonly jsonOutputSchema: true;
|
|
@@ -1247,6 +1345,7 @@ export declare const googleModels: [{
|
|
|
1247
1345
|
readonly reasoningMaxTokens: true;
|
|
1248
1346
|
readonly streaming: true;
|
|
1249
1347
|
readonly vision: true;
|
|
1348
|
+
readonly audio: true;
|
|
1250
1349
|
readonly tools: true;
|
|
1251
1350
|
readonly jsonOutput: true;
|
|
1252
1351
|
readonly jsonOutputSchema: true;
|
|
@@ -1270,6 +1369,7 @@ export declare const googleModels: [{
|
|
|
1270
1369
|
readonly reasoningMaxTokens: true;
|
|
1271
1370
|
readonly streaming: true;
|
|
1272
1371
|
readonly vision: true;
|
|
1372
|
+
readonly audio: true;
|
|
1273
1373
|
readonly tools: true;
|
|
1274
1374
|
readonly jsonOutput: true;
|
|
1275
1375
|
readonly jsonOutputSchema: true;
|
|
@@ -1286,6 +1386,7 @@ export declare const googleModels: [{
|
|
|
1286
1386
|
readonly reasoningMaxTokens: true;
|
|
1287
1387
|
readonly streaming: true;
|
|
1288
1388
|
readonly vision: true;
|
|
1389
|
+
readonly audio: true;
|
|
1289
1390
|
readonly tools: true;
|
|
1290
1391
|
readonly jsonOutput: true;
|
|
1291
1392
|
readonly jsonOutputSchema: true;
|
|
@@ -1309,6 +1410,7 @@ export declare const googleModels: [{
|
|
|
1309
1410
|
readonly reasoningMaxTokens: true;
|
|
1310
1411
|
readonly streaming: true;
|
|
1311
1412
|
readonly vision: false;
|
|
1413
|
+
readonly audio: true;
|
|
1312
1414
|
readonly tools: true;
|
|
1313
1415
|
readonly jsonOutput: true;
|
|
1314
1416
|
readonly jsonOutputSchema: true;
|
|
@@ -1325,6 +1427,7 @@ export declare const googleModels: [{
|
|
|
1325
1427
|
readonly reasoningMaxTokens: true;
|
|
1326
1428
|
readonly streaming: true;
|
|
1327
1429
|
readonly vision: false;
|
|
1430
|
+
readonly audio: true;
|
|
1328
1431
|
readonly tools: true;
|
|
1329
1432
|
readonly jsonOutput: true;
|
|
1330
1433
|
readonly jsonOutputSchema: true;
|
|
@@ -1346,6 +1449,7 @@ export declare const googleModels: [{
|
|
|
1346
1449
|
readonly maxOutput: 8192;
|
|
1347
1450
|
readonly streaming: true;
|
|
1348
1451
|
readonly vision: false;
|
|
1452
|
+
readonly audio: true;
|
|
1349
1453
|
readonly tools: true;
|
|
1350
1454
|
readonly jsonOutput: true;
|
|
1351
1455
|
readonly jsonOutputSchema: true;
|
|
@@ -1361,6 +1465,7 @@ export declare const googleModels: [{
|
|
|
1361
1465
|
readonly maxOutput: 8192;
|
|
1362
1466
|
readonly streaming: true;
|
|
1363
1467
|
readonly vision: false;
|
|
1468
|
+
readonly audio: true;
|
|
1364
1469
|
readonly tools: true;
|
|
1365
1470
|
readonly jsonOutput: true;
|
|
1366
1471
|
readonly jsonOutputSchema: true;
|
|
@@ -1379,11 +1484,14 @@ export declare const googleModels: [{
|
|
|
1379
1484
|
readonly inputPrice: number;
|
|
1380
1485
|
readonly outputPrice: number;
|
|
1381
1486
|
readonly cachedInputPrice: number;
|
|
1487
|
+
readonly inputAudioPrice: number;
|
|
1488
|
+
readonly cachedInputAudioPrice: number;
|
|
1382
1489
|
readonly requestPrice: 0;
|
|
1383
1490
|
readonly contextSize: 1048576;
|
|
1384
1491
|
readonly maxOutput: 8192;
|
|
1385
1492
|
readonly streaming: true;
|
|
1386
1493
|
readonly vision: false;
|
|
1494
|
+
readonly audio: true;
|
|
1387
1495
|
readonly tools: true;
|
|
1388
1496
|
readonly jsonOutput: true;
|
|
1389
1497
|
readonly jsonOutputSchema: true;
|
|
@@ -1396,11 +1504,14 @@ export declare const googleModels: [{
|
|
|
1396
1504
|
readonly inputPrice: number;
|
|
1397
1505
|
readonly outputPrice: number;
|
|
1398
1506
|
readonly cachedInputPrice: number;
|
|
1507
|
+
readonly inputAudioPrice: number;
|
|
1508
|
+
readonly cachedInputAudioPrice: number;
|
|
1399
1509
|
readonly requestPrice: 0;
|
|
1400
1510
|
readonly contextSize: 1048576;
|
|
1401
1511
|
readonly maxOutput: 8192;
|
|
1402
1512
|
readonly streaming: true;
|
|
1403
1513
|
readonly vision: false;
|
|
1514
|
+
readonly audio: true;
|
|
1404
1515
|
readonly tools: true;
|
|
1405
1516
|
readonly jsonOutput: true;
|
|
1406
1517
|
readonly jsonOutputSchema: true;
|