@llmgateway/models 1.98.0 → 1.99.1

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.
Files changed (58) hide show
  1. package/README.md +1 -1
  2. package/dist/models/alibaba.d.ts +72 -72
  3. package/dist/models/alibaba.js +72 -72
  4. package/dist/models/alibaba.js.map +1 -1
  5. package/dist/models/anthropic.d.ts +73 -78
  6. package/dist/models/anthropic.js +76 -84
  7. package/dist/models/anthropic.js.map +1 -1
  8. package/dist/models/bytedance.d.ts +9 -9
  9. package/dist/models/bytedance.js +9 -9
  10. package/dist/models/bytedance.js.map +1 -1
  11. package/dist/models/deepseek.d.ts +18 -18
  12. package/dist/models/deepseek.js +18 -18
  13. package/dist/models/deepseek.js.map +1 -1
  14. package/dist/models/google.d.ts +74 -74
  15. package/dist/models/google.js +74 -74
  16. package/dist/models/google.js.map +1 -1
  17. package/dist/models/llmgateway.d.ts +2 -2
  18. package/dist/models/llmgateway.js +2 -2
  19. package/dist/models/llmgateway.js.map +1 -1
  20. package/dist/models/meta.d.ts +22 -22
  21. package/dist/models/meta.js +22 -22
  22. package/dist/models/meta.js.map +1 -1
  23. package/dist/models/minimax.d.ts +15 -15
  24. package/dist/models/minimax.js +15 -15
  25. package/dist/models/minimax.js.map +1 -1
  26. package/dist/models/mistral.d.ts +10 -10
  27. package/dist/models/mistral.js +10 -10
  28. package/dist/models/mistral.js.map +1 -1
  29. package/dist/models/moonshot.d.ts +19 -19
  30. package/dist/models/moonshot.js +19 -19
  31. package/dist/models/moonshot.js.map +1 -1
  32. package/dist/models/nousresearch.d.ts +2 -2
  33. package/dist/models/nousresearch.js +2 -2
  34. package/dist/models/nousresearch.js.map +1 -1
  35. package/dist/models/openai.d.ts +84 -84
  36. package/dist/models/openai.js +84 -84
  37. package/dist/models/openai.js.map +1 -1
  38. package/dist/models/perplexity.d.ts +3 -3
  39. package/dist/models/perplexity.js +3 -3
  40. package/dist/models/perplexity.js.map +1 -1
  41. package/dist/models/xai.d.ts +24 -24
  42. package/dist/models/xai.js +24 -24
  43. package/dist/models/xai.js.map +1 -1
  44. package/dist/models/xiaomi.d.ts +5 -5
  45. package/dist/models/xiaomi.js +5 -5
  46. package/dist/models/xiaomi.js.map +1 -1
  47. package/dist/models/zai.d.ts +41 -41
  48. package/dist/models/zai.js +41 -41
  49. package/dist/models/zai.js.map +1 -1
  50. package/dist/models.d.ts +475 -480
  51. package/dist/models.js.map +1 -1
  52. package/dist/region-helpers.d.ts +0 -1
  53. package/dist/region-helpers.js +0 -7
  54. package/dist/region-helpers.js.map +1 -1
  55. package/dist/type-guards.js +2 -2
  56. package/dist/type-guards.js.map +1 -1
  57. package/dist/types.d.ts +2 -2
  58. package/package.json +1 -1
@@ -8,7 +8,7 @@ export const googleModels = [
8
8
  providers: [
9
9
  {
10
10
  providerId: "google-ai-studio",
11
- modelName: "gemini-2.5-pro",
11
+ externalId: "gemini-2.5-pro",
12
12
  inputPrice: "1.25e-6",
13
13
  outputPrice: "10.0e-6",
14
14
  cachedInputPrice: "0.125e-6",
@@ -45,7 +45,7 @@ export const googleModels = [
45
45
  },
46
46
  {
47
47
  providerId: "google-vertex",
48
- modelName: "gemini-2.5-pro",
48
+ externalId: "gemini-2.5-pro",
49
49
  inputPrice: "1.25e-6",
50
50
  outputPrice: "10.0e-6",
51
51
  cachedInputPrice: "0.125e-6",
@@ -91,7 +91,7 @@ export const googleModels = [
91
91
  {
92
92
  test: "skip",
93
93
  providerId: "google-ai-studio",
94
- modelName: "gemini-2.5-pro-preview-05-06",
94
+ externalId: "gemini-2.5-pro-preview-05-06",
95
95
  inputPrice: "1.25e-6",
96
96
  outputPrice: "10.0e-6",
97
97
  pricingTiers: [
@@ -125,7 +125,7 @@ export const googleModels = [
125
125
  {
126
126
  test: "skip",
127
127
  providerId: "google-vertex",
128
- modelName: "gemini-2.5-pro-preview-05-06",
128
+ externalId: "gemini-2.5-pro-preview-05-06",
129
129
  inputPrice: "1.25e-6",
130
130
  outputPrice: "10.0e-6",
131
131
  pricingTiers: [
@@ -167,7 +167,7 @@ export const googleModels = [
167
167
  {
168
168
  test: "skip",
169
169
  providerId: "google-ai-studio",
170
- modelName: "gemini-2.5-pro-preview-06-05",
170
+ externalId: "gemini-2.5-pro-preview-06-05",
171
171
  inputPrice: "1.25e-6",
172
172
  outputPrice: "10.0e-6",
173
173
  pricingTiers: [
@@ -201,7 +201,7 @@ export const googleModels = [
201
201
  {
202
202
  test: "skip",
203
203
  providerId: "google-vertex",
204
- modelName: "gemini-2.5-pro-preview-06-05",
204
+ externalId: "gemini-2.5-pro-preview-06-05",
205
205
  inputPrice: "1.25e-6",
206
206
  outputPrice: "10.0e-6",
207
207
  pricingTiers: [
@@ -242,7 +242,7 @@ export const googleModels = [
242
242
  providers: [
243
243
  {
244
244
  providerId: "google-ai-studio",
245
- modelName: "gemini-2.5-flash-preview-04-17",
245
+ externalId: "gemini-2.5-flash-preview-04-17",
246
246
  inputPrice: "0.15e-6",
247
247
  outputPrice: "0.6e-6",
248
248
  requestPrice: "0",
@@ -261,7 +261,7 @@ export const googleModels = [
261
261
  },
262
262
  {
263
263
  providerId: "google-vertex",
264
- modelName: "gemini-2.5-flash-preview-04-17",
264
+ externalId: "gemini-2.5-flash-preview-04-17",
265
265
  inputPrice: "0.15e-6",
266
266
  outputPrice: "0.6e-6",
267
267
  requestPrice: "0",
@@ -288,7 +288,7 @@ export const googleModels = [
288
288
  providers: [
289
289
  {
290
290
  providerId: "google-ai-studio",
291
- modelName: "gemini-2.5-flash-preview-05-20",
291
+ externalId: "gemini-2.5-flash-preview-05-20",
292
292
  inputPrice: "0.15e-6",
293
293
  outputPrice: "0.6e-6",
294
294
  requestPrice: "0",
@@ -307,7 +307,7 @@ export const googleModels = [
307
307
  },
308
308
  {
309
309
  providerId: "google-vertex",
310
- modelName: "gemini-2.5-flash-preview-05-20",
310
+ externalId: "gemini-2.5-flash-preview-05-20",
311
311
  inputPrice: "0.15e-6",
312
312
  outputPrice: "0.6e-6",
313
313
  requestPrice: "0",
@@ -334,7 +334,7 @@ export const googleModels = [
334
334
  providers: [
335
335
  {
336
336
  providerId: "google-ai-studio",
337
- modelName: "gemini-2.5-flash-preview-09-2025",
337
+ externalId: "gemini-2.5-flash-preview-09-2025",
338
338
  deactivatedAt: new Date("2026-01-17"),
339
339
  inputPrice: "0.3e-6",
340
340
  outputPrice: "2.5e-6",
@@ -355,7 +355,7 @@ export const googleModels = [
355
355
  {
356
356
  providerId: "google-vertex",
357
357
  deactivatedAt: new Date("2026-01-27"),
358
- modelName: "gemini-2.5-flash-preview-09-2025",
358
+ externalId: "gemini-2.5-flash-preview-09-2025",
359
359
  inputPrice: "0.3e-6",
360
360
  outputPrice: "2.5e-6",
361
361
  cachedInputPrice: "0.03e-6",
@@ -382,7 +382,7 @@ export const googleModels = [
382
382
  providers: [
383
383
  {
384
384
  providerId: "google-ai-studio",
385
- modelName: "gemini-2.5-flash",
385
+ externalId: "gemini-2.5-flash",
386
386
  inputPrice: "0.3e-6",
387
387
  outputPrice: "2.5e-6",
388
388
  cachedInputPrice: "0.03e-6",
@@ -405,7 +405,7 @@ export const googleModels = [
405
405
  },
406
406
  {
407
407
  providerId: "google-vertex",
408
- modelName: "gemini-2.5-flash",
408
+ externalId: "gemini-2.5-flash",
409
409
  inputPrice: "0.3e-6",
410
410
  outputPrice: "2.5e-6",
411
411
  cachedInputPrice: "0.03e-6",
@@ -436,7 +436,7 @@ export const googleModels = [
436
436
  providers: [
437
437
  {
438
438
  providerId: "google-ai-studio",
439
- modelName: "gemini-2.5-flash-lite",
439
+ externalId: "gemini-2.5-flash-lite",
440
440
  inputPrice: "0.1e-6",
441
441
  outputPrice: "0.4e-6",
442
442
  cachedInputPrice: "0.01e-6",
@@ -455,7 +455,7 @@ export const googleModels = [
455
455
  },
456
456
  {
457
457
  providerId: "google-vertex",
458
- modelName: "gemini-2.5-flash-lite",
458
+ externalId: "gemini-2.5-flash-lite",
459
459
  inputPrice: "0.1e-6",
460
460
  outputPrice: "0.4e-6",
461
461
  cachedInputPrice: "0.01e-6",
@@ -483,7 +483,7 @@ export const googleModels = [
483
483
  {
484
484
  providerId: "google-ai-studio",
485
485
  deactivatedAt: new Date("2026-03-31"),
486
- modelName: "gemini-2.5-flash-lite-preview-09-2025",
486
+ externalId: "gemini-2.5-flash-lite-preview-09-2025",
487
487
  inputPrice: "0.1e-6",
488
488
  outputPrice: "0.4e-6",
489
489
  cachedInputPrice: "0.01e-6",
@@ -501,7 +501,7 @@ export const googleModels = [
501
501
  {
502
502
  providerId: "google-vertex",
503
503
  deactivatedAt: new Date("2026-07-09"),
504
- modelName: "gemini-2.5-flash-lite-preview-09-2025",
504
+ externalId: "gemini-2.5-flash-lite-preview-09-2025",
505
505
  inputPrice: "0.1e-6",
506
506
  outputPrice: "0.4e-6",
507
507
  cachedInputPrice: "0.01e-6",
@@ -527,7 +527,7 @@ export const googleModels = [
527
527
  {
528
528
  test: "skip",
529
529
  providerId: "google-ai-studio",
530
- modelName: "gemini-pro-latest",
530
+ externalId: "gemini-pro-latest",
531
531
  inputPrice: "2e-6",
532
532
  outputPrice: "12e-6",
533
533
  cachedInputPrice: "0.2e-6",
@@ -574,7 +574,7 @@ export const googleModels = [
574
574
  {
575
575
  test: "skip",
576
576
  providerId: "google-ai-studio",
577
- modelName: "gemini-3-pro-preview",
577
+ externalId: "gemini-3-pro-preview",
578
578
  inputPrice: "2e-6",
579
579
  outputPrice: "12e-6",
580
580
  cachedInputPrice: "0.2e-6",
@@ -614,7 +614,7 @@ export const googleModels = [
614
614
  {
615
615
  test: "skip",
616
616
  providerId: "google-vertex",
617
- modelName: "gemini-3-pro-preview",
617
+ externalId: "gemini-3-pro-preview",
618
618
  inputPrice: "2e-6",
619
619
  outputPrice: "12e-6",
620
620
  cachedInputPrice: "0.2e-6",
@@ -662,7 +662,7 @@ export const googleModels = [
662
662
  {
663
663
  test: "skip",
664
664
  providerId: "google-ai-studio",
665
- modelName: "gemini-3.1-pro-preview",
665
+ externalId: "gemini-3.1-pro-preview",
666
666
  inputPrice: "2e-6",
667
667
  outputPrice: "12e-6",
668
668
  cachedInputPrice: "0.2e-6",
@@ -700,7 +700,7 @@ export const googleModels = [
700
700
  {
701
701
  test: "skip",
702
702
  providerId: "google-vertex",
703
- modelName: "gemini-3.1-pro-preview",
703
+ externalId: "gemini-3.1-pro-preview",
704
704
  inputPrice: "2e-6",
705
705
  outputPrice: "12e-6",
706
706
  cachedInputPrice: "0.2e-6",
@@ -737,7 +737,7 @@ export const googleModels = [
737
737
  {
738
738
  test: "skip",
739
739
  providerId: "quartz",
740
- modelName: "gemini-3.1-pro-preview",
740
+ externalId: "gemini-3.1-pro-preview",
741
741
  discount: "0.2",
742
742
  inputPrice: "2e-6",
743
743
  outputPrice: "12e-6",
@@ -784,7 +784,7 @@ export const googleModels = [
784
784
  {
785
785
  test: "skip",
786
786
  providerId: "google-ai-studio",
787
- modelName: "gemini-3.1-flash-lite-preview",
787
+ externalId: "gemini-3.1-flash-lite-preview",
788
788
  deprecatedAt: new Date("2026-05-12"),
789
789
  deactivatedAt: new Date("2026-05-25"),
790
790
  inputPrice: "0.25e-6",
@@ -806,7 +806,7 @@ export const googleModels = [
806
806
  {
807
807
  test: "skip",
808
808
  providerId: "google-vertex",
809
- modelName: "gemini-3.1-flash-lite-preview",
809
+ externalId: "gemini-3.1-flash-lite-preview",
810
810
  deprecatedAt: new Date("2026-05-12"),
811
811
  deactivatedAt: new Date("2026-05-25"),
812
812
  inputPrice: "0.25e-6",
@@ -835,7 +835,7 @@ export const googleModels = [
835
835
  providers: [
836
836
  {
837
837
  providerId: "google-ai-studio",
838
- modelName: "gemini-3.1-flash-lite",
838
+ externalId: "gemini-3.1-flash-lite",
839
839
  inputPrice: "0.25e-6",
840
840
  outputPrice: "1.5e-6",
841
841
  cachedInputPrice: "0.025e-6",
@@ -859,7 +859,7 @@ export const googleModels = [
859
859
  },
860
860
  {
861
861
  providerId: "google-vertex",
862
- modelName: "gemini-3.1-flash-lite",
862
+ externalId: "gemini-3.1-flash-lite",
863
863
  inputPrice: "0.25e-6",
864
864
  outputPrice: "1.5e-6",
865
865
  cachedInputPrice: "0.025e-6",
@@ -891,7 +891,7 @@ export const googleModels = [
891
891
  providers: [
892
892
  {
893
893
  providerId: "google-ai-studio",
894
- modelName: "gemini-3.5-flash",
894
+ externalId: "gemini-3.5-flash",
895
895
  inputPrice: "1.5e-6",
896
896
  outputPrice: "9e-6",
897
897
  cachedInputPrice: "0.15e-6",
@@ -915,7 +915,7 @@ export const googleModels = [
915
915
  },
916
916
  {
917
917
  providerId: "google-vertex",
918
- modelName: "gemini-3.5-flash",
918
+ externalId: "gemini-3.5-flash",
919
919
  inputPrice: "1.5e-6",
920
920
  outputPrice: "9e-6",
921
921
  cachedInputPrice: "0.15e-6",
@@ -950,7 +950,7 @@ export const googleModels = [
950
950
  providers: [
951
951
  {
952
952
  providerId: "google-vertex",
953
- modelName: "veo-3.1-generate-001",
953
+ externalId: "veo-3.1-generate-001",
954
954
  inputPrice: undefined,
955
955
  outputPrice: undefined,
956
956
  requestPrice: undefined,
@@ -981,7 +981,7 @@ export const googleModels = [
981
981
  },
982
982
  {
983
983
  providerId: "avalanche",
984
- modelName: "veo3",
984
+ externalId: "veo3",
985
985
  inputPrice: undefined,
986
986
  outputPrice: undefined,
987
987
  requestPrice: undefined,
@@ -1023,7 +1023,7 @@ export const googleModels = [
1023
1023
  providers: [
1024
1024
  {
1025
1025
  providerId: "google-vertex",
1026
- modelName: "veo-3.1-fast-generate-001",
1026
+ externalId: "veo-3.1-fast-generate-001",
1027
1027
  inputPrice: undefined,
1028
1028
  outputPrice: undefined,
1029
1029
  requestPrice: undefined,
@@ -1054,7 +1054,7 @@ export const googleModels = [
1054
1054
  },
1055
1055
  {
1056
1056
  providerId: "avalanche",
1057
- modelName: "veo3_fast",
1057
+ externalId: "veo3_fast",
1058
1058
  inputPrice: undefined,
1059
1059
  outputPrice: undefined,
1060
1060
  requestPrice: undefined,
@@ -1092,7 +1092,7 @@ export const googleModels = [
1092
1092
  {
1093
1093
  test: "skip",
1094
1094
  providerId: "google-ai-studio",
1095
- modelName: "gemini-3.1-flash-image-preview",
1095
+ externalId: "gemini-3.1-flash-image-preview",
1096
1096
  inputPrice: "0.25e-6",
1097
1097
  outputPrice: "1.5e-6",
1098
1098
  imageInputPrice: "0.25e-6",
@@ -1117,7 +1117,7 @@ export const googleModels = [
1117
1117
  {
1118
1118
  test: "skip",
1119
1119
  providerId: "glacier",
1120
- modelName: "gemini-3.1-flash-image-preview",
1120
+ externalId: "gemini-3.1-flash-image-preview",
1121
1121
  discount: "0.2",
1122
1122
  inputPrice: "0.25e-6",
1123
1123
  outputPrice: "1.5e-6",
@@ -1143,7 +1143,7 @@ export const googleModels = [
1143
1143
  {
1144
1144
  test: "skip",
1145
1145
  providerId: "google-vertex",
1146
- modelName: "gemini-3.1-flash-image-preview",
1146
+ externalId: "gemini-3.1-flash-image-preview",
1147
1147
  inputPrice: "0.25e-6",
1148
1148
  outputPrice: "1.5e-6",
1149
1149
  imageInputPrice: "0.25e-6",
@@ -1168,7 +1168,7 @@ export const googleModels = [
1168
1168
  {
1169
1169
  test: "skip",
1170
1170
  providerId: "quartz",
1171
- modelName: "gemini-3.1-flash-image-preview",
1171
+ externalId: "gemini-3.1-flash-image-preview",
1172
1172
  discount: "0.2",
1173
1173
  inputPrice: "0.25e-6",
1174
1174
  outputPrice: "1.5e-6",
@@ -1202,7 +1202,7 @@ export const googleModels = [
1202
1202
  providers: [
1203
1203
  {
1204
1204
  providerId: "google-ai-studio",
1205
- modelName: "gemini-3-flash-preview",
1205
+ externalId: "gemini-3-flash-preview",
1206
1206
  inputPrice: "0.5e-6",
1207
1207
  outputPrice: "3e-6",
1208
1208
  cachedInputPrice: "0.05e-6",
@@ -1225,7 +1225,7 @@ export const googleModels = [
1225
1225
  },
1226
1226
  {
1227
1227
  providerId: "google-vertex",
1228
- modelName: "gemini-3-flash-preview",
1228
+ externalId: "gemini-3-flash-preview",
1229
1229
  inputPrice: "0.5e-6",
1230
1230
  outputPrice: "3e-6",
1231
1231
  cachedInputPrice: "0.05e-6",
@@ -1259,7 +1259,7 @@ export const googleModels = [
1259
1259
  {
1260
1260
  test: "skip",
1261
1261
  providerId: "google-ai-studio",
1262
- modelName: "gemini-2.5-flash-image-preview",
1262
+ externalId: "gemini-2.5-flash-image-preview",
1263
1263
  inputPrice: "0.3e-6",
1264
1264
  outputPrice: "2.5e-6",
1265
1265
  imageOutputPrice: "30e-6",
@@ -1283,7 +1283,7 @@ export const googleModels = [
1283
1283
  {
1284
1284
  test: "skip",
1285
1285
  providerId: "google-vertex",
1286
- modelName: "gemini-2.5-flash-image-preview",
1286
+ externalId: "gemini-2.5-flash-image-preview",
1287
1287
  inputPrice: "0.3e-6",
1288
1288
  outputPrice: "2.5e-6",
1289
1289
  imageOutputPrice: "30e-6",
@@ -1318,7 +1318,7 @@ export const googleModels = [
1318
1318
  {
1319
1319
  test: "skip",
1320
1320
  providerId: "google-ai-studio",
1321
- modelName: "gemini-2.5-flash-image",
1321
+ externalId: "gemini-2.5-flash-image",
1322
1322
  inputPrice: "0.3e-6",
1323
1323
  outputPrice: "30e-6",
1324
1324
  cachedInputPrice: "0.03e-6",
@@ -1334,7 +1334,7 @@ export const googleModels = [
1334
1334
  {
1335
1335
  test: "skip",
1336
1336
  providerId: "google-vertex",
1337
- modelName: "gemini-2.5-flash-image",
1337
+ externalId: "gemini-2.5-flash-image",
1338
1338
  inputPrice: "0.3e-6",
1339
1339
  outputPrice: "30e-6",
1340
1340
  cachedInputPrice: "0.03e-6",
@@ -1350,7 +1350,7 @@ export const googleModels = [
1350
1350
  {
1351
1351
  test: "skip",
1352
1352
  providerId: "glacier",
1353
- modelName: "gemini-2.5-flash-image",
1353
+ externalId: "gemini-2.5-flash-image",
1354
1354
  inputPrice: "0.3e-6",
1355
1355
  outputPrice: "30e-6",
1356
1356
  cachedInputPrice: "0.03e-6",
@@ -1378,7 +1378,7 @@ export const googleModels = [
1378
1378
  {
1379
1379
  test: "skip",
1380
1380
  providerId: "google-ai-studio",
1381
- modelName: "gemini-3-pro-image-preview",
1381
+ externalId: "gemini-3-pro-image-preview",
1382
1382
  inputPrice: "2e-6",
1383
1383
  outputPrice: "12e-6",
1384
1384
  cachedInputPrice: "0.2e-6",
@@ -1403,7 +1403,7 @@ export const googleModels = [
1403
1403
  {
1404
1404
  test: "skip",
1405
1405
  providerId: "glacier",
1406
- modelName: "gemini-3-pro-image-preview",
1406
+ externalId: "gemini-3-pro-image-preview",
1407
1407
  discount: "0.2",
1408
1408
  inputPrice: "2e-6",
1409
1409
  outputPrice: "12e-6",
@@ -1429,7 +1429,7 @@ export const googleModels = [
1429
1429
  {
1430
1430
  test: "skip",
1431
1431
  providerId: "google-vertex",
1432
- modelName: "gemini-3-pro-image-preview",
1432
+ externalId: "gemini-3-pro-image-preview",
1433
1433
  inputPrice: "2e-6",
1434
1434
  outputPrice: "12e-6",
1435
1435
  cachedInputPrice: "0.2e-6",
@@ -1454,7 +1454,7 @@ export const googleModels = [
1454
1454
  {
1455
1455
  test: "skip",
1456
1456
  providerId: "quartz",
1457
- modelName: "gemini-3-pro-image-preview",
1457
+ externalId: "gemini-3-pro-image-preview",
1458
1458
  discount: "0.2",
1459
1459
  inputPrice: "2e-6",
1460
1460
  outputPrice: "12e-6",
@@ -1488,7 +1488,7 @@ export const googleModels = [
1488
1488
  providers: [
1489
1489
  {
1490
1490
  providerId: "google-ai-studio",
1491
- modelName: "gemini-2.5-flash-preview-04-17-thinking",
1491
+ externalId: "gemini-2.5-flash-preview-04-17-thinking",
1492
1492
  inputPrice: "0.15e-6",
1493
1493
  outputPrice: "0.6e-6",
1494
1494
  requestPrice: "0",
@@ -1507,7 +1507,7 @@ export const googleModels = [
1507
1507
  },
1508
1508
  {
1509
1509
  providerId: "google-vertex",
1510
- modelName: "gemini-2.5-flash-preview-04-17-thinking",
1510
+ externalId: "gemini-2.5-flash-preview-04-17-thinking",
1511
1511
  inputPrice: "0.15e-6",
1512
1512
  outputPrice: "0.6e-6",
1513
1513
  requestPrice: "0",
@@ -1534,7 +1534,7 @@ export const googleModels = [
1534
1534
  providers: [
1535
1535
  {
1536
1536
  providerId: "google-ai-studio",
1537
- modelName: "gemini-1.5-pro",
1537
+ externalId: "gemini-1.5-pro",
1538
1538
  inputPrice: "2.5e-6",
1539
1539
  outputPrice: "10.0e-6",
1540
1540
  requestPrice: "0",
@@ -1553,7 +1553,7 @@ export const googleModels = [
1553
1553
  },
1554
1554
  {
1555
1555
  providerId: "google-vertex",
1556
- modelName: "gemini-1.5-pro",
1556
+ externalId: "gemini-1.5-pro",
1557
1557
  inputPrice: "2.5e-6",
1558
1558
  outputPrice: "10.0e-6",
1559
1559
  requestPrice: "0",
@@ -1580,7 +1580,7 @@ export const googleModels = [
1580
1580
  providers: [
1581
1581
  {
1582
1582
  providerId: "google-ai-studio",
1583
- modelName: "gemini-1.5-flash",
1583
+ externalId: "gemini-1.5-flash",
1584
1584
  inputPrice: "0.0375e-6",
1585
1585
  outputPrice: "0.15e-6",
1586
1586
  requestPrice: "0",
@@ -1599,7 +1599,7 @@ export const googleModels = [
1599
1599
  },
1600
1600
  {
1601
1601
  providerId: "google-vertex",
1602
- modelName: "gemini-1.5-flash",
1602
+ externalId: "gemini-1.5-flash",
1603
1603
  inputPrice: "0.0375e-6",
1604
1604
  outputPrice: "0.15e-6",
1605
1605
  requestPrice: "0",
@@ -1626,7 +1626,7 @@ export const googleModels = [
1626
1626
  providers: [
1627
1627
  {
1628
1628
  providerId: "google-ai-studio",
1629
- modelName: "gemini-1.5-flash-8b",
1629
+ externalId: "gemini-1.5-flash-8b",
1630
1630
  inputPrice: "0.0375e-6",
1631
1631
  outputPrice: "0.15e-6",
1632
1632
  requestPrice: "0",
@@ -1645,7 +1645,7 @@ export const googleModels = [
1645
1645
  },
1646
1646
  {
1647
1647
  providerId: "google-vertex",
1648
- modelName: "gemini-1.5-flash-8b",
1648
+ externalId: "gemini-1.5-flash-8b",
1649
1649
  inputPrice: "0.0375e-6",
1650
1650
  outputPrice: "0.15e-6",
1651
1651
  requestPrice: "0",
@@ -1672,7 +1672,7 @@ export const googleModels = [
1672
1672
  providers: [
1673
1673
  {
1674
1674
  providerId: "google-ai-studio",
1675
- modelName: "gemini-2.0-flash-lite",
1675
+ externalId: "gemini-2.0-flash-lite",
1676
1676
  inputPrice: "0.075e-6",
1677
1677
  outputPrice: "0.3e-6",
1678
1678
  requestPrice: "0",
@@ -1690,7 +1690,7 @@ export const googleModels = [
1690
1690
  },
1691
1691
  {
1692
1692
  providerId: "google-vertex",
1693
- modelName: "gemini-2.0-flash-lite",
1693
+ externalId: "gemini-2.0-flash-lite",
1694
1694
  inputPrice: "0.075e-6",
1695
1695
  outputPrice: "0.3e-6",
1696
1696
  requestPrice: "0",
@@ -1716,7 +1716,7 @@ export const googleModels = [
1716
1716
  providers: [
1717
1717
  {
1718
1718
  providerId: "google-ai-studio",
1719
- modelName: "gemini-2.0-flash",
1719
+ externalId: "gemini-2.0-flash",
1720
1720
  inputPrice: "0.1e-6",
1721
1721
  outputPrice: "0.4e-6",
1722
1722
  cachedInputPrice: "0.025e-6",
@@ -1738,7 +1738,7 @@ export const googleModels = [
1738
1738
  {
1739
1739
  providerId: "google-vertex",
1740
1740
  test: "skip",
1741
- modelName: "gemini-2.0-flash",
1741
+ externalId: "gemini-2.0-flash",
1742
1742
  inputPrice: "0.1e-6",
1743
1743
  outputPrice: "0.4e-6",
1744
1744
  cachedInputPrice: "0.025e-6",
@@ -1767,7 +1767,7 @@ export const googleModels = [
1767
1767
  providers: [
1768
1768
  {
1769
1769
  providerId: "google-ai-studio",
1770
- modelName: "gemma-3n-e2b-it",
1770
+ externalId: "gemma-3n-e2b-it",
1771
1771
  inputPrice: "0.075e-6",
1772
1772
  outputPrice: "0.3e-6",
1773
1773
  requestPrice: "0",
@@ -1790,7 +1790,7 @@ export const googleModels = [
1790
1790
  providers: [
1791
1791
  {
1792
1792
  providerId: "google-ai-studio",
1793
- modelName: "gemma-3n-e4b-it",
1793
+ externalId: "gemma-3n-e4b-it",
1794
1794
  inputPrice: "0.075e-6",
1795
1795
  outputPrice: "0.3e-6",
1796
1796
  requestPrice: "0",
@@ -1813,7 +1813,7 @@ export const googleModels = [
1813
1813
  providers: [
1814
1814
  {
1815
1815
  providerId: "google-ai-studio",
1816
- modelName: "gemma-3-1b-it",
1816
+ externalId: "gemma-3-1b-it",
1817
1817
  inputPrice: "0.075e-6",
1818
1818
  outputPrice: "0.3e-6",
1819
1819
  requestPrice: "0",
@@ -1836,7 +1836,7 @@ export const googleModels = [
1836
1836
  providers: [
1837
1837
  {
1838
1838
  providerId: "google-ai-studio",
1839
- modelName: "gemma-3-4b-it",
1839
+ externalId: "gemma-3-4b-it",
1840
1840
  inputPrice: "0.075e-6",
1841
1841
  outputPrice: "0.3e-6",
1842
1842
  requestPrice: "0",
@@ -1859,7 +1859,7 @@ export const googleModels = [
1859
1859
  providers: [
1860
1860
  {
1861
1861
  providerId: "google-ai-studio",
1862
- modelName: "gemma-3-12b-it",
1862
+ externalId: "gemma-3-12b-it",
1863
1863
  inputPrice: "0.075e-6",
1864
1864
  outputPrice: "0.3e-6",
1865
1865
  requestPrice: "0",
@@ -1882,7 +1882,7 @@ export const googleModels = [
1882
1882
  providers: [
1883
1883
  {
1884
1884
  providerId: "groq",
1885
- modelName: "gemma2-9b-it",
1885
+ externalId: "gemma2-9b-it",
1886
1886
  inputPrice: "0.2e-6",
1887
1887
  outputPrice: "0.2e-6",
1888
1888
  requestPrice: "0",
@@ -1906,7 +1906,7 @@ export const googleModels = [
1906
1906
  providers: [
1907
1907
  {
1908
1908
  providerId: "nebius",
1909
- modelName: "google/gemma-3-27b-it",
1909
+ externalId: "google/gemma-3-27b-it",
1910
1910
  inputPrice: "0.27e-6",
1911
1911
  outputPrice: "0.27e-6",
1912
1912
  requestPrice: "0",
@@ -1930,7 +1930,7 @@ export const googleModels = [
1930
1930
  providers: [
1931
1931
  {
1932
1932
  providerId: "google-ai-studio",
1933
- modelName: "gemini-embedding-001",
1933
+ externalId: "gemini-embedding-001",
1934
1934
  inputPrice: "0.15e-6",
1935
1935
  outputPrice: "0",
1936
1936
  requestPrice: "0",
@@ -1942,7 +1942,7 @@ export const googleModels = [
1942
1942
  },
1943
1943
  {
1944
1944
  providerId: "google-vertex",
1945
- modelName: "gemini-embedding-001",
1945
+ externalId: "gemini-embedding-001",
1946
1946
  inputPrice: "0.15e-6",
1947
1947
  outputPrice: "0",
1948
1948
  requestPrice: "0",
@@ -1964,7 +1964,7 @@ export const googleModels = [
1964
1964
  providers: [
1965
1965
  {
1966
1966
  providerId: "google-ai-studio",
1967
- modelName: "gemini-embedding-2",
1967
+ externalId: "gemini-embedding-2",
1968
1968
  inputPrice: "0.20e-6",
1969
1969
  outputPrice: "0",
1970
1970
  requestPrice: "0",
@@ -1986,7 +1986,7 @@ export const googleModels = [
1986
1986
  providers: [
1987
1987
  {
1988
1988
  providerId: "google-vertex",
1989
- modelName: "text-embedding-005",
1989
+ externalId: "text-embedding-005",
1990
1990
  inputPrice: "0.025e-6",
1991
1991
  outputPrice: "0",
1992
1992
  requestPrice: "0",
@@ -2008,7 +2008,7 @@ export const googleModels = [
2008
2008
  providers: [
2009
2009
  {
2010
2010
  providerId: "google-vertex",
2011
- modelName: "text-embedding-004",
2011
+ externalId: "text-embedding-004",
2012
2012
  inputPrice: "0.025e-6",
2013
2013
  outputPrice: "0",
2014
2014
  requestPrice: "0",
@@ -2030,7 +2030,7 @@ export const googleModels = [
2030
2030
  providers: [
2031
2031
  {
2032
2032
  providerId: "google-vertex",
2033
- modelName: "text-multilingual-embedding-002",
2033
+ externalId: "text-multilingual-embedding-002",
2034
2034
  inputPrice: "0.025e-6",
2035
2035
  outputPrice: "0",
2036
2036
  requestPrice: "0",