@fleetagent/pi-ai 0.2.3 → 0.2.5

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.
@@ -13,11 +13,11 @@ export const MODELS = {
13
13
  cost: {
14
14
  input: 0.33,
15
15
  output: 2.75,
16
- cacheRead: 0,
17
- cacheWrite: 0,
16
+ cacheRead: 0.0825,
17
+ cacheWrite: 0.33,
18
18
  },
19
- contextWindow: 128000,
20
- maxTokens: 4096,
19
+ contextWindow: 1000000,
20
+ maxTokens: 65535,
21
21
  },
22
22
  "amazon.nova-lite-v1:0": {
23
23
  id: "amazon.nova-lite-v1:0",
@@ -31,10 +31,10 @@ export const MODELS = {
31
31
  input: 0.06,
32
32
  output: 0.24,
33
33
  cacheRead: 0.015,
34
- cacheWrite: 0,
34
+ cacheWrite: 0.06,
35
35
  },
36
36
  contextWindow: 300000,
37
- maxTokens: 8192,
37
+ maxTokens: 10000,
38
38
  },
39
39
  "amazon.nova-micro-v1:0": {
40
40
  id: "amazon.nova-micro-v1:0",
@@ -48,10 +48,10 @@ export const MODELS = {
48
48
  input: 0.035,
49
49
  output: 0.14,
50
50
  cacheRead: 0.00875,
51
- cacheWrite: 0,
51
+ cacheWrite: 0.035,
52
52
  },
53
53
  contextWindow: 128000,
54
- maxTokens: 8192,
54
+ maxTokens: 10000,
55
55
  },
56
56
  "amazon.nova-pro-v1:0": {
57
57
  id: "amazon.nova-pro-v1:0",
@@ -65,10 +65,10 @@ export const MODELS = {
65
65
  input: 0.8,
66
66
  output: 3.2,
67
67
  cacheRead: 0.2,
68
- cacheWrite: 0,
68
+ cacheWrite: 0.8,
69
69
  },
70
70
  contextWindow: 300000,
71
- maxTokens: 8192,
71
+ maxTokens: 10000,
72
72
  },
73
73
  "anthropic.claude-fable-5": {
74
74
  id: "anthropic.claude-fable-5",
@@ -165,8 +165,8 @@ export const MODELS = {
165
165
  thinkingLevelMap: { "xhigh": "max" },
166
166
  input: ["text", "image"],
167
167
  cost: {
168
- input: 5,
169
- output: 25,
168
+ input: 5.5,
169
+ output: 27.5,
170
170
  cacheRead: 0.5,
171
171
  cacheWrite: 6.25,
172
172
  },
@@ -251,13 +251,13 @@ export const MODELS = {
251
251
  reasoning: true,
252
252
  input: ["text", "image"],
253
253
  cost: {
254
- input: 3,
255
- output: 15,
256
- cacheRead: 0.3,
257
- cacheWrite: 3.75,
254
+ input: 3.3,
255
+ output: 16.5,
256
+ cacheRead: 0.33,
257
+ cacheWrite: 4.125,
258
258
  },
259
259
  contextWindow: 1000000,
260
- maxTokens: 64000,
260
+ maxTokens: 128000,
261
261
  },
262
262
  "anthropic.claude-sonnet-5": {
263
263
  id: "anthropic.claude-sonnet-5",
@@ -288,10 +288,10 @@ export const MODELS = {
288
288
  input: 0.063,
289
289
  output: 0.252,
290
290
  cacheRead: 0.01575,
291
- cacheWrite: 0,
291
+ cacheWrite: 0.063,
292
292
  },
293
293
  contextWindow: 300000,
294
- maxTokens: 8192,
294
+ maxTokens: 10000,
295
295
  },
296
296
  "apac.amazon.nova-micro-v1:0": {
297
297
  id: "apac.amazon.nova-micro-v1:0",
@@ -305,10 +305,10 @@ export const MODELS = {
305
305
  input: 0.037,
306
306
  output: 0.148,
307
307
  cacheRead: 0.00925,
308
- cacheWrite: 0,
308
+ cacheWrite: 0.037,
309
309
  },
310
310
  contextWindow: 128000,
311
- maxTokens: 8192,
311
+ maxTokens: 10000,
312
312
  },
313
313
  "apac.amazon.nova-pro-v1:0": {
314
314
  id: "apac.amazon.nova-pro-v1:0",
@@ -322,10 +322,27 @@ export const MODELS = {
322
322
  input: 0.84,
323
323
  output: 3.36,
324
324
  cacheRead: 0.21,
325
- cacheWrite: 0,
325
+ cacheWrite: 0.84,
326
326
  },
327
327
  contextWindow: 300000,
328
- maxTokens: 8192,
328
+ maxTokens: 10000,
329
+ },
330
+ "apac.anthropic.claude-sonnet-4-20250514-v1:0": {
331
+ id: "apac.anthropic.claude-sonnet-4-20250514-v1:0",
332
+ name: "Claude Sonnet 4 (APAC)",
333
+ api: "bedrock-converse-stream",
334
+ provider: "amazon-bedrock",
335
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
336
+ reasoning: true,
337
+ input: ["text", "image"],
338
+ cost: {
339
+ input: 3,
340
+ output: 15,
341
+ cacheRead: 0.3,
342
+ cacheWrite: 3.75,
343
+ },
344
+ contextWindow: 200000,
345
+ maxTokens: 64000,
329
346
  },
330
347
  "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
331
348
  id: "au.anthropic.claude-haiku-4-5-20251001-v1:0",
@@ -336,10 +353,10 @@ export const MODELS = {
336
353
  reasoning: true,
337
354
  input: ["text", "image"],
338
355
  cost: {
339
- input: 1,
340
- output: 5,
341
- cacheRead: 0.1,
342
- cacheWrite: 1.25,
356
+ input: 1.1,
357
+ output: 5.5,
358
+ cacheRead: 0.11,
359
+ cacheWrite: 1.375,
343
360
  },
344
361
  contextWindow: 200000,
345
362
  maxTokens: 64000,
@@ -354,8 +371,8 @@ export const MODELS = {
354
371
  thinkingLevelMap: { "xhigh": "max" },
355
372
  input: ["text", "image"],
356
373
  cost: {
357
- input: 16.5,
358
- output: 82.5,
374
+ input: 5.5,
375
+ output: 27.5,
359
376
  cacheRead: 0.5,
360
377
  cacheWrite: 6.25,
361
378
  },
@@ -389,10 +406,10 @@ export const MODELS = {
389
406
  reasoning: true,
390
407
  input: ["text", "image"],
391
408
  cost: {
392
- input: 5,
393
- output: 25,
394
- cacheRead: 0.5,
395
- cacheWrite: 6.25,
409
+ input: 5.5,
410
+ output: 27.5,
411
+ cacheRead: 0.55,
412
+ cacheWrite: 6.875,
396
413
  },
397
414
  contextWindow: 1000000,
398
415
  maxTokens: 128000,
@@ -406,10 +423,10 @@ export const MODELS = {
406
423
  reasoning: true,
407
424
  input: ["text", "image"],
408
425
  cost: {
409
- input: 5,
410
- output: 25,
411
- cacheRead: 0.5,
412
- cacheWrite: 6.25,
426
+ input: 5.5,
427
+ output: 27.5,
428
+ cacheRead: 0.55,
429
+ cacheWrite: 6.875,
413
430
  },
414
431
  contextWindow: 1000000,
415
432
  maxTokens: 128000,
@@ -423,10 +440,10 @@ export const MODELS = {
423
440
  reasoning: true,
424
441
  input: ["text", "image"],
425
442
  cost: {
426
- input: 3,
427
- output: 15,
428
- cacheRead: 0.3,
429
- cacheWrite: 3.75,
443
+ input: 3.3,
444
+ output: 16.5,
445
+ cacheRead: 0.33,
446
+ cacheWrite: 4.125,
430
447
  },
431
448
  contextWindow: 200000,
432
449
  maxTokens: 64000,
@@ -457,10 +474,10 @@ export const MODELS = {
457
474
  reasoning: true,
458
475
  input: ["text", "image"],
459
476
  cost: {
460
- input: 2,
461
- output: 10,
462
- cacheRead: 0.2,
463
- cacheWrite: 2.5,
477
+ input: 2.2,
478
+ output: 11,
479
+ cacheRead: 0.22,
480
+ cacheWrite: 2.75,
464
481
  },
465
482
  contextWindow: 1000000,
466
483
  maxTokens: 128000,
@@ -477,27 +494,10 @@ export const MODELS = {
477
494
  input: 0.064,
478
495
  output: 0.256,
479
496
  cacheRead: 0.016,
480
- cacheWrite: 0,
497
+ cacheWrite: 0.064,
481
498
  },
482
499
  contextWindow: 300000,
483
- maxTokens: 8192,
484
- },
485
- "deepseek.r1-v1:0": {
486
- id: "deepseek.r1-v1:0",
487
- name: "DeepSeek-R1",
488
- api: "bedrock-converse-stream",
489
- provider: "amazon-bedrock",
490
- baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
491
- reasoning: true,
492
- input: ["text"],
493
- cost: {
494
- input: 1.35,
495
- output: 5.4,
496
- cacheRead: 0,
497
- cacheWrite: 0,
498
- },
499
- contextWindow: 128000,
500
- maxTokens: 32768,
500
+ maxTokens: 10000,
501
501
  },
502
502
  "deepseek.v3-v1:0": {
503
503
  id: "deepseek.v3-v1:0",
@@ -518,7 +518,7 @@ export const MODELS = {
518
518
  },
519
519
  "deepseek.v3.2": {
520
520
  id: "deepseek.v3.2",
521
- name: "DeepSeek-V3.2",
521
+ name: "DeepSeek V3.2",
522
522
  api: "bedrock-converse-stream",
523
523
  provider: "amazon-bedrock",
524
524
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -545,10 +545,10 @@ export const MODELS = {
545
545
  input: 0.374,
546
546
  output: 3.157,
547
547
  cacheRead: 0.0935,
548
- cacheWrite: 0,
548
+ cacheWrite: 0.374,
549
549
  },
550
550
  contextWindow: 1000000,
551
- maxTokens: 64000,
551
+ maxTokens: 65535,
552
552
  },
553
553
  "eu.amazon.nova-lite-v1:0": {
554
554
  id: "eu.amazon.nova-lite-v1:0",
@@ -562,10 +562,10 @@ export const MODELS = {
562
562
  input: 0.069,
563
563
  output: 0.276,
564
564
  cacheRead: 0.01725,
565
- cacheWrite: 0,
565
+ cacheWrite: 0.069,
566
566
  },
567
567
  contextWindow: 300000,
568
- maxTokens: 8192,
568
+ maxTokens: 10000,
569
569
  },
570
570
  "eu.amazon.nova-micro-v1:0": {
571
571
  id: "eu.amazon.nova-micro-v1:0",
@@ -579,10 +579,10 @@ export const MODELS = {
579
579
  input: 0.04,
580
580
  output: 0.16,
581
581
  cacheRead: 0.01,
582
- cacheWrite: 0,
582
+ cacheWrite: 0.04,
583
583
  },
584
584
  contextWindow: 128000,
585
- maxTokens: 8192,
585
+ maxTokens: 10000,
586
586
  },
587
587
  "eu.amazon.nova-pro-v1:0": {
588
588
  id: "eu.amazon.nova-pro-v1:0",
@@ -596,10 +596,10 @@ export const MODELS = {
596
596
  input: 0.92,
597
597
  output: 3.68,
598
598
  cacheRead: 0.23,
599
- cacheWrite: 0,
599
+ cacheWrite: 0.92,
600
600
  },
601
601
  contextWindow: 300000,
602
- maxTokens: 8192,
602
+ maxTokens: 10000,
603
603
  },
604
604
  "eu.anthropic.claude-fable-5": {
605
605
  id: "eu.anthropic.claude-fable-5",
@@ -722,6 +722,23 @@ export const MODELS = {
722
722
  contextWindow: 1000000,
723
723
  maxTokens: 128000,
724
724
  },
725
+ "eu.anthropic.claude-sonnet-4-20250514-v1:0": {
726
+ id: "eu.anthropic.claude-sonnet-4-20250514-v1:0",
727
+ name: "Claude Sonnet 4 (EU)",
728
+ api: "bedrock-converse-stream",
729
+ provider: "amazon-bedrock",
730
+ baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
731
+ reasoning: true,
732
+ input: ["text", "image"],
733
+ cost: {
734
+ input: 3,
735
+ output: 15,
736
+ cacheRead: 0.3,
737
+ cacheWrite: 3.75,
738
+ },
739
+ contextWindow: 200000,
740
+ maxTokens: 64000,
741
+ },
725
742
  "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
726
743
  id: "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",
727
744
  name: "Claude Sonnet 4.5 (EU)",
@@ -754,7 +771,7 @@ export const MODELS = {
754
771
  cacheWrite: 4.125,
755
772
  },
756
773
  contextWindow: 1000000,
757
- maxTokens: 64000,
774
+ maxTokens: 128000,
758
775
  },
759
776
  "eu.anthropic.claude-sonnet-5": {
760
777
  id: "eu.anthropic.claude-sonnet-5",
@@ -802,10 +819,10 @@ export const MODELS = {
802
819
  input: 0.3,
803
820
  output: 2.5,
804
821
  cacheRead: 0.075,
805
- cacheWrite: 0,
822
+ cacheWrite: 0.3,
806
823
  },
807
824
  contextWindow: 1000000,
808
- maxTokens: 64000,
825
+ maxTokens: 65535,
809
826
  },
810
827
  "global.anthropic.claude-fable-5": {
811
828
  id: "global.anthropic.claude-fable-5",
@@ -945,6 +962,23 @@ export const MODELS = {
945
962
  contextWindow: 1000000,
946
963
  maxTokens: 128000,
947
964
  },
965
+ "global.anthropic.claude-sonnet-4-20250514-v1:0": {
966
+ id: "global.anthropic.claude-sonnet-4-20250514-v1:0",
967
+ name: "Claude Sonnet 4 (Global)",
968
+ api: "bedrock-converse-stream",
969
+ provider: "amazon-bedrock",
970
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
971
+ reasoning: true,
972
+ input: ["text", "image"],
973
+ cost: {
974
+ input: 3,
975
+ output: 15,
976
+ cacheRead: 0.3,
977
+ cacheWrite: 3.75,
978
+ },
979
+ contextWindow: 200000,
980
+ maxTokens: 64000,
981
+ },
948
982
  "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
949
983
  id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
950
984
  name: "Claude Sonnet 4.5 (Global)",
@@ -977,7 +1011,7 @@ export const MODELS = {
977
1011
  cacheWrite: 3.75,
978
1012
  },
979
1013
  contextWindow: 1000000,
980
- maxTokens: 64000,
1014
+ maxTokens: 128000,
981
1015
  },
982
1016
  "global.anthropic.claude-sonnet-5": {
983
1017
  id: "global.anthropic.claude-sonnet-5",
@@ -1085,30 +1119,47 @@ export const MODELS = {
1085
1119
  contextWindow: 500000,
1086
1120
  maxTokens: 500000,
1087
1121
  },
1088
- "google.gemma-3-27b-it": {
1089
- id: "google.gemma-3-27b-it",
1090
- name: "Google Gemma 3 27B Instruct",
1122
+ "google.gemma-4-26b-a4b": {
1123
+ id: "google.gemma-4-26b-a4b",
1124
+ name: "Gemma 4 26B A4B IT",
1091
1125
  api: "bedrock-converse-stream",
1092
1126
  provider: "amazon-bedrock",
1093
1127
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1094
- reasoning: false,
1128
+ reasoning: true,
1095
1129
  input: ["text", "image"],
1096
1130
  cost: {
1097
- input: 0.12,
1098
- output: 0.2,
1131
+ input: 0.13,
1132
+ output: 0.4,
1099
1133
  cacheRead: 0,
1100
1134
  cacheWrite: 0,
1101
1135
  },
1102
- contextWindow: 202752,
1103
- maxTokens: 8192,
1136
+ contextWindow: 262144,
1137
+ maxTokens: 32768,
1104
1138
  },
1105
- "google.gemma-3-4b-it": {
1106
- id: "google.gemma-3-4b-it",
1107
- name: "Gemma 3 4B IT",
1139
+ "google.gemma-4-31b": {
1140
+ id: "google.gemma-4-31b",
1141
+ name: "Gemma 4 31B IT",
1108
1142
  api: "bedrock-converse-stream",
1109
1143
  provider: "amazon-bedrock",
1110
1144
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1111
- reasoning: false,
1145
+ reasoning: true,
1146
+ input: ["text", "image"],
1147
+ cost: {
1148
+ input: 0.14,
1149
+ output: 0.4,
1150
+ cacheRead: 0,
1151
+ cacheWrite: 0,
1152
+ },
1153
+ contextWindow: 262144,
1154
+ maxTokens: 32768,
1155
+ },
1156
+ "google.gemma-4-e2b": {
1157
+ id: "google.gemma-4-e2b",
1158
+ name: "Gemma 4 E2B IT",
1159
+ api: "bedrock-converse-stream",
1160
+ provider: "amazon-bedrock",
1161
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1162
+ reasoning: true,
1112
1163
  input: ["text", "image"],
1113
1164
  cost: {
1114
1165
  input: 0.04,
@@ -1116,8 +1167,44 @@ export const MODELS = {
1116
1167
  cacheRead: 0,
1117
1168
  cacheWrite: 0,
1118
1169
  },
1119
- contextWindow: 128000,
1120
- maxTokens: 4096,
1170
+ contextWindow: 131072,
1171
+ maxTokens: 8192,
1172
+ },
1173
+ "in.openai.gpt-5.6-luna": {
1174
+ id: "in.openai.gpt-5.6-luna",
1175
+ name: "GPT-5.6 Luna (India)",
1176
+ api: "bedrock-converse-stream",
1177
+ provider: "amazon-bedrock",
1178
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1179
+ reasoning: true,
1180
+ thinkingLevelMap: { "xhigh": "xhigh" },
1181
+ input: ["text", "image"],
1182
+ cost: {
1183
+ input: 0.22,
1184
+ output: 1.32,
1185
+ cacheRead: 0.022,
1186
+ cacheWrite: 0.275,
1187
+ },
1188
+ contextWindow: 1050000,
1189
+ maxTokens: 128000,
1190
+ },
1191
+ "in.openai.gpt-5.6-terra": {
1192
+ id: "in.openai.gpt-5.6-terra",
1193
+ name: "GPT-5.6 Terra (India)",
1194
+ api: "bedrock-converse-stream",
1195
+ provider: "amazon-bedrock",
1196
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1197
+ reasoning: true,
1198
+ thinkingLevelMap: { "xhigh": "xhigh" },
1199
+ input: ["text", "image"],
1200
+ cost: {
1201
+ input: 2.2,
1202
+ output: 13.2,
1203
+ cacheRead: 0.22,
1204
+ cacheWrite: 2.75,
1205
+ },
1206
+ contextWindow: 1050000,
1207
+ maxTokens: 128000,
1121
1208
  },
1122
1209
  "jp.amazon.nova-2-lite-v1:0": {
1123
1210
  id: "jp.amazon.nova-2-lite-v1:0",
@@ -1131,10 +1218,10 @@ export const MODELS = {
1131
1218
  input: 0.396,
1132
1219
  output: 3.311,
1133
1220
  cacheRead: 0.099,
1134
- cacheWrite: 0,
1221
+ cacheWrite: 0.396,
1135
1222
  },
1136
1223
  contextWindow: 1000000,
1137
- maxTokens: 64000,
1224
+ maxTokens: 65535,
1138
1225
  },
1139
1226
  "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
1140
1227
  id: "jp.anthropic.claude-haiku-4-5-20251001-v1:0",
@@ -1145,10 +1232,10 @@ export const MODELS = {
1145
1232
  reasoning: true,
1146
1233
  input: ["text", "image"],
1147
1234
  cost: {
1148
- input: 1,
1149
- output: 5,
1150
- cacheRead: 0.1,
1151
- cacheWrite: 1.25,
1235
+ input: 1.1,
1236
+ output: 5.5,
1237
+ cacheRead: 0.11,
1238
+ cacheWrite: 1.375,
1152
1239
  },
1153
1240
  contextWindow: 200000,
1154
1241
  maxTokens: 64000,
@@ -1163,10 +1250,10 @@ export const MODELS = {
1163
1250
  thinkingLevelMap: { "xhigh": "xhigh" },
1164
1251
  input: ["text", "image"],
1165
1252
  cost: {
1166
- input: 5,
1167
- output: 25,
1168
- cacheRead: 0.5,
1169
- cacheWrite: 6.25,
1253
+ input: 5.5,
1254
+ output: 27.5,
1255
+ cacheRead: 0.55,
1256
+ cacheWrite: 6.875,
1170
1257
  },
1171
1258
  contextWindow: 1000000,
1172
1259
  maxTokens: 128000,
@@ -1180,10 +1267,10 @@ export const MODELS = {
1180
1267
  reasoning: true,
1181
1268
  input: ["text", "image"],
1182
1269
  cost: {
1183
- input: 5,
1184
- output: 25,
1185
- cacheRead: 0.5,
1186
- cacheWrite: 6.25,
1270
+ input: 5.5,
1271
+ output: 27.5,
1272
+ cacheRead: 0.55,
1273
+ cacheWrite: 6.875,
1187
1274
  },
1188
1275
  contextWindow: 1000000,
1189
1276
  maxTokens: 128000,
@@ -1197,10 +1284,10 @@ export const MODELS = {
1197
1284
  reasoning: true,
1198
1285
  input: ["text", "image"],
1199
1286
  cost: {
1200
- input: 5,
1201
- output: 25,
1202
- cacheRead: 0.5,
1203
- cacheWrite: 6.25,
1287
+ input: 5.5,
1288
+ output: 27.5,
1289
+ cacheRead: 0.55,
1290
+ cacheWrite: 6.875,
1204
1291
  },
1205
1292
  contextWindow: 1000000,
1206
1293
  maxTokens: 128000,
@@ -1214,10 +1301,10 @@ export const MODELS = {
1214
1301
  reasoning: true,
1215
1302
  input: ["text", "image"],
1216
1303
  cost: {
1217
- input: 3,
1218
- output: 15,
1219
- cacheRead: 0.3,
1220
- cacheWrite: 3.75,
1304
+ input: 3.3,
1305
+ output: 16.5,
1306
+ cacheRead: 0.33,
1307
+ cacheWrite: 4.125,
1221
1308
  },
1222
1309
  contextWindow: 200000,
1223
1310
  maxTokens: 64000,
@@ -1231,13 +1318,13 @@ export const MODELS = {
1231
1318
  reasoning: true,
1232
1319
  input: ["text", "image"],
1233
1320
  cost: {
1234
- input: 3,
1235
- output: 15,
1236
- cacheRead: 0.3,
1237
- cacheWrite: 3.75,
1321
+ input: 3.3,
1322
+ output: 16.5,
1323
+ cacheRead: 0.33,
1324
+ cacheWrite: 4.125,
1238
1325
  },
1239
1326
  contextWindow: 1000000,
1240
- maxTokens: 64000,
1327
+ maxTokens: 128000,
1241
1328
  },
1242
1329
  "jp.anthropic.claude-sonnet-5": {
1243
1330
  id: "jp.anthropic.claude-sonnet-5",
@@ -1248,10 +1335,10 @@ export const MODELS = {
1248
1335
  reasoning: true,
1249
1336
  input: ["text", "image"],
1250
1337
  cost: {
1251
- input: 2,
1252
- output: 10,
1253
- cacheRead: 0.2,
1254
- cacheWrite: 2.5,
1338
+ input: 2.2,
1339
+ output: 11,
1340
+ cacheRead: 0.22,
1341
+ cacheWrite: 2.75,
1255
1342
  },
1256
1343
  contextWindow: 1000000,
1257
1344
  maxTokens: 128000,
@@ -1322,7 +1409,7 @@ export const MODELS = {
1322
1409
  cacheWrite: 0,
1323
1410
  },
1324
1411
  contextWindow: 1000000,
1325
- maxTokens: 16384,
1412
+ maxTokens: 8192,
1326
1413
  },
1327
1414
  "meta.llama4-scout-17b-instruct-v1:0": {
1328
1415
  id: "meta.llama4-scout-17b-instruct-v1:0",
@@ -1338,12 +1425,12 @@ export const MODELS = {
1338
1425
  cacheRead: 0,
1339
1426
  cacheWrite: 0,
1340
1427
  },
1341
- contextWindow: 3500000,
1342
- maxTokens: 16384,
1428
+ contextWindow: 10000000,
1429
+ maxTokens: 8192,
1343
1430
  },
1344
1431
  "minimax.minimax-m2": {
1345
1432
  id: "minimax.minimax-m2",
1346
- name: "MiniMax M2",
1433
+ name: "MiniMax-M2",
1347
1434
  api: "bedrock-converse-stream",
1348
1435
  provider: "amazon-bedrock",
1349
1436
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1360,7 +1447,7 @@ export const MODELS = {
1360
1447
  },
1361
1448
  "minimax.minimax-m2.1": {
1362
1449
  id: "minimax.minimax-m2.1",
1363
- name: "MiniMax M2.1",
1450
+ name: "MiniMax-M2.1",
1364
1451
  api: "bedrock-converse-stream",
1365
1452
  provider: "amazon-bedrock",
1366
1453
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1377,7 +1464,7 @@ export const MODELS = {
1377
1464
  },
1378
1465
  "minimax.minimax-m2.5": {
1379
1466
  id: "minimax.minimax-m2.5",
1380
- name: "MiniMax M2.5",
1467
+ name: "MiniMax-M2.5",
1381
1468
  api: "bedrock-converse-stream",
1382
1469
  provider: "amazon-bedrock",
1383
1470
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1433,7 +1520,7 @@ export const MODELS = {
1433
1520
  provider: "amazon-bedrock",
1434
1521
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1435
1522
  reasoning: false,
1436
- input: ["text"],
1523
+ input: ["text", "image"],
1437
1524
  cost: {
1438
1525
  input: 0.2,
1439
1526
  output: 0.2,
@@ -1467,7 +1554,7 @@ export const MODELS = {
1467
1554
  provider: "amazon-bedrock",
1468
1555
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1469
1556
  reasoning: false,
1470
- input: ["text"],
1557
+ input: ["text", "image"],
1471
1558
  cost: {
1472
1559
  input: 0.15,
1473
1560
  output: 0.15,
@@ -1525,7 +1612,7 @@ export const MODELS = {
1525
1612
  cacheRead: 0,
1526
1613
  cacheWrite: 0,
1527
1614
  },
1528
- contextWindow: 128000,
1615
+ contextWindow: 32768,
1529
1616
  maxTokens: 4096,
1530
1617
  },
1531
1618
  "mistral.voxtral-small-24b-2507": {
@@ -1537,12 +1624,12 @@ export const MODELS = {
1537
1624
  reasoning: false,
1538
1625
  input: ["text"],
1539
1626
  cost: {
1540
- input: 0.15,
1541
- output: 0.35,
1627
+ input: 0.1,
1628
+ output: 0.3,
1542
1629
  cacheRead: 0,
1543
1630
  cacheWrite: 0,
1544
1631
  },
1545
- contextWindow: 32000,
1632
+ contextWindow: 32768,
1546
1633
  maxTokens: 8192,
1547
1634
  },
1548
1635
  "moonshot.kimi-k2-thinking": {
@@ -1577,7 +1664,7 @@ export const MODELS = {
1577
1664
  cacheWrite: 0,
1578
1665
  },
1579
1666
  contextWindow: 262143,
1580
- maxTokens: 16000,
1667
+ maxTokens: 16384,
1581
1668
  },
1582
1669
  "nvidia.nemotron-nano-12b-v2": {
1583
1670
  id: "nvidia.nemotron-nano-12b-v2",
@@ -1594,7 +1681,7 @@ export const MODELS = {
1594
1681
  cacheWrite: 0,
1595
1682
  },
1596
1683
  contextWindow: 128000,
1597
- maxTokens: 4096,
1684
+ maxTokens: 8192,
1598
1685
  },
1599
1686
  "nvidia.nemotron-nano-3-30b": {
1600
1687
  id: "nvidia.nemotron-nano-3-30b",
@@ -1610,8 +1697,8 @@ export const MODELS = {
1610
1697
  cacheRead: 0,
1611
1698
  cacheWrite: 0,
1612
1699
  },
1613
- contextWindow: 128000,
1614
- maxTokens: 4096,
1700
+ contextWindow: 262144,
1701
+ maxTokens: 8192,
1615
1702
  },
1616
1703
  "nvidia.nemotron-nano-9b-v2": {
1617
1704
  id: "nvidia.nemotron-nano-9b-v2",
@@ -1627,8 +1714,8 @@ export const MODELS = {
1627
1714
  cacheRead: 0,
1628
1715
  cacheWrite: 0,
1629
1716
  },
1630
- contextWindow: 128000,
1631
- maxTokens: 4096,
1717
+ contextWindow: 131072,
1718
+ maxTokens: 8192,
1632
1719
  },
1633
1720
  "nvidia.nemotron-super-3-120b": {
1634
1721
  id: "nvidia.nemotron-super-3-120b",
@@ -1829,7 +1916,7 @@ export const MODELS = {
1829
1916
  api: "bedrock-converse-stream",
1830
1917
  provider: "amazon-bedrock",
1831
1918
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1832
- reasoning: false,
1919
+ reasoning: true,
1833
1920
  input: ["text"],
1834
1921
  cost: {
1835
1922
  input: 0.15,
@@ -1846,7 +1933,7 @@ export const MODELS = {
1846
1933
  api: "bedrock-converse-stream",
1847
1934
  provider: "amazon-bedrock",
1848
1935
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1849
- reasoning: false,
1936
+ reasoning: true,
1850
1937
  input: ["text"],
1851
1938
  cost: {
1852
1939
  input: 0.07,
@@ -1859,7 +1946,7 @@ export const MODELS = {
1859
1946
  },
1860
1947
  "qwen.qwen3-235b-a22b-2507-v1:0": {
1861
1948
  id: "qwen.qwen3-235b-a22b-2507-v1:0",
1862
- name: "Qwen3 235B A22B 2507",
1949
+ name: "Qwen3 235B-A22B Instruct 2507",
1863
1950
  api: "bedrock-converse-stream",
1864
1951
  provider: "amazon-bedrock",
1865
1952
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1876,7 +1963,7 @@ export const MODELS = {
1876
1963
  },
1877
1964
  "qwen.qwen3-32b-v1:0": {
1878
1965
  id: "qwen.qwen3-32b-v1:0",
1879
- name: "Qwen3 32B (dense)",
1966
+ name: "Qwen3 32B",
1880
1967
  api: "bedrock-converse-stream",
1881
1968
  provider: "amazon-bedrock",
1882
1969
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1888,12 +1975,12 @@ export const MODELS = {
1888
1975
  cacheRead: 0,
1889
1976
  cacheWrite: 0,
1890
1977
  },
1891
- contextWindow: 16384,
1978
+ contextWindow: 32768,
1892
1979
  maxTokens: 16384,
1893
1980
  },
1894
1981
  "qwen.qwen3-coder-30b-a3b-v1:0": {
1895
1982
  id: "qwen.qwen3-coder-30b-a3b-v1:0",
1896
- name: "Qwen3 Coder 30B A3B Instruct",
1983
+ name: "Qwen3-Coder 30B-A3B Instruct",
1897
1984
  api: "bedrock-converse-stream",
1898
1985
  provider: "amazon-bedrock",
1899
1986
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1910,14 +1997,14 @@ export const MODELS = {
1910
1997
  },
1911
1998
  "qwen.qwen3-coder-480b-a35b-v1:0": {
1912
1999
  id: "qwen.qwen3-coder-480b-a35b-v1:0",
1913
- name: "Qwen3 Coder 480B A35B Instruct",
2000
+ name: "Qwen3-Coder 480B-A35B Instruct",
1914
2001
  api: "bedrock-converse-stream",
1915
2002
  provider: "amazon-bedrock",
1916
2003
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1917
2004
  reasoning: false,
1918
2005
  input: ["text"],
1919
2006
  cost: {
1920
- input: 0.22,
2007
+ input: 0.45,
1921
2008
  output: 1.8,
1922
2009
  cacheRead: 0,
1923
2010
  cacheWrite: 0,
@@ -1931,51 +2018,85 @@ export const MODELS = {
1931
2018
  api: "bedrock-converse-stream",
1932
2019
  provider: "amazon-bedrock",
1933
2020
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1934
- reasoning: true,
2021
+ reasoning: false,
1935
2022
  input: ["text"],
1936
2023
  cost: {
1937
- input: 0.22,
1938
- output: 1.8,
2024
+ input: 0.5,
2025
+ output: 1.2,
1939
2026
  cacheRead: 0,
1940
2027
  cacheWrite: 0,
1941
2028
  },
1942
- contextWindow: 131072,
2029
+ contextWindow: 262144,
1943
2030
  maxTokens: 65536,
1944
2031
  },
1945
2032
  "qwen.qwen3-next-80b-a3b": {
1946
2033
  id: "qwen.qwen3-next-80b-a3b",
1947
- name: "Qwen/Qwen3-Next-80B-A3B-Instruct",
2034
+ name: "Qwen3-Next 80B-A3B Instruct",
1948
2035
  api: "bedrock-converse-stream",
1949
2036
  provider: "amazon-bedrock",
1950
2037
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1951
2038
  reasoning: false,
1952
2039
  input: ["text"],
1953
2040
  cost: {
1954
- input: 0.14,
1955
- output: 1.4,
2041
+ input: 0.15,
2042
+ output: 1.2,
1956
2043
  cacheRead: 0,
1957
2044
  cacheWrite: 0,
1958
2045
  },
1959
- contextWindow: 262000,
2046
+ contextWindow: 262144,
1960
2047
  maxTokens: 262000,
1961
2048
  },
1962
2049
  "qwen.qwen3-vl-235b-a22b": {
1963
2050
  id: "qwen.qwen3-vl-235b-a22b",
1964
- name: "Qwen/Qwen3-VL-235B-A22B-Instruct",
2051
+ name: "Qwen3 VL 235B A22B Instruct",
1965
2052
  api: "bedrock-converse-stream",
1966
2053
  provider: "amazon-bedrock",
1967
2054
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1968
2055
  reasoning: false,
1969
2056
  input: ["text", "image"],
1970
2057
  cost: {
1971
- input: 0.3,
1972
- output: 1.5,
2058
+ input: 0.53,
2059
+ output: 2.66,
1973
2060
  cacheRead: 0,
1974
2061
  cacheWrite: 0,
1975
2062
  },
1976
- contextWindow: 262000,
2063
+ contextWindow: 262144,
1977
2064
  maxTokens: 262000,
1978
2065
  },
2066
+ "us-gov.openai.gpt-oss-120b-1:0": {
2067
+ id: "us-gov.openai.gpt-oss-120b-1:0",
2068
+ name: "gpt-oss-120b (GovCloud)",
2069
+ api: "bedrock-converse-stream",
2070
+ provider: "amazon-bedrock",
2071
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2072
+ reasoning: true,
2073
+ input: ["text"],
2074
+ cost: {
2075
+ input: 0.18,
2076
+ output: 0.72,
2077
+ cacheRead: 0,
2078
+ cacheWrite: 0,
2079
+ },
2080
+ contextWindow: 128000,
2081
+ maxTokens: 16384,
2082
+ },
2083
+ "us-gov.openai.gpt-oss-20b-1:0": {
2084
+ id: "us-gov.openai.gpt-oss-20b-1:0",
2085
+ name: "gpt-oss-20b (GovCloud)",
2086
+ api: "bedrock-converse-stream",
2087
+ provider: "amazon-bedrock",
2088
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2089
+ reasoning: true,
2090
+ input: ["text"],
2091
+ cost: {
2092
+ input: 0.084,
2093
+ output: 0.36,
2094
+ cacheRead: 0,
2095
+ cacheWrite: 0,
2096
+ },
2097
+ contextWindow: 128000,
2098
+ maxTokens: 16384,
2099
+ },
1979
2100
  "us.amazon.nova-2-lite-v1:0": {
1980
2101
  id: "us.amazon.nova-2-lite-v1:0",
1981
2102
  name: "Nova 2 Lite (US)",
@@ -1988,10 +2109,10 @@ export const MODELS = {
1988
2109
  input: 0.33,
1989
2110
  output: 2.75,
1990
2111
  cacheRead: 0.0825,
1991
- cacheWrite: 0,
2112
+ cacheWrite: 0.33,
1992
2113
  },
1993
2114
  contextWindow: 1000000,
1994
- maxTokens: 64000,
2115
+ maxTokens: 65535,
1995
2116
  },
1996
2117
  "us.amazon.nova-lite-v1:0": {
1997
2118
  id: "us.amazon.nova-lite-v1:0",
@@ -2005,10 +2126,10 @@ export const MODELS = {
2005
2126
  input: 0.06,
2006
2127
  output: 0.24,
2007
2128
  cacheRead: 0.015,
2008
- cacheWrite: 0,
2129
+ cacheWrite: 0.06,
2009
2130
  },
2010
2131
  contextWindow: 300000,
2011
- maxTokens: 8192,
2132
+ maxTokens: 10000,
2012
2133
  },
2013
2134
  "us.amazon.nova-micro-v1:0": {
2014
2135
  id: "us.amazon.nova-micro-v1:0",
@@ -2022,10 +2143,27 @@ export const MODELS = {
2022
2143
  input: 0.035,
2023
2144
  output: 0.14,
2024
2145
  cacheRead: 0.00875,
2025
- cacheWrite: 0,
2146
+ cacheWrite: 0.035,
2026
2147
  },
2027
2148
  contextWindow: 128000,
2028
- maxTokens: 8192,
2149
+ maxTokens: 10000,
2150
+ },
2151
+ "us.amazon.nova-premier-v1:0": {
2152
+ id: "us.amazon.nova-premier-v1:0",
2153
+ name: "Nova Premier (US)",
2154
+ api: "bedrock-converse-stream",
2155
+ provider: "amazon-bedrock",
2156
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2157
+ reasoning: false,
2158
+ input: ["text", "image"],
2159
+ cost: {
2160
+ input: 2.5,
2161
+ output: 12.5,
2162
+ cacheRead: 0.625,
2163
+ cacheWrite: 2.5,
2164
+ },
2165
+ contextWindow: 1000000,
2166
+ maxTokens: 10000,
2029
2167
  },
2030
2168
  "us.amazon.nova-pro-v1:0": {
2031
2169
  id: "us.amazon.nova-pro-v1:0",
@@ -2039,10 +2177,10 @@ export const MODELS = {
2039
2177
  input: 0.8,
2040
2178
  output: 3.2,
2041
2179
  cacheRead: 0.2,
2042
- cacheWrite: 0,
2180
+ cacheWrite: 0.8,
2043
2181
  },
2044
2182
  contextWindow: 300000,
2045
- maxTokens: 8192,
2183
+ maxTokens: 10000,
2046
2184
  },
2047
2185
  "us.anthropic.claude-fable-5": {
2048
2186
  id: "us.anthropic.claude-fable-5",
@@ -2053,10 +2191,10 @@ export const MODELS = {
2053
2191
  reasoning: true,
2054
2192
  input: ["text", "image"],
2055
2193
  cost: {
2056
- input: 10,
2057
- output: 50,
2058
- cacheRead: 1,
2059
- cacheWrite: 12.5,
2194
+ input: 11,
2195
+ output: 55,
2196
+ cacheRead: 1.1,
2197
+ cacheWrite: 13.75,
2060
2198
  },
2061
2199
  contextWindow: 1000000,
2062
2200
  maxTokens: 128000,
@@ -2087,10 +2225,10 @@ export const MODELS = {
2087
2225
  reasoning: true,
2088
2226
  input: ["text", "image"],
2089
2227
  cost: {
2090
- input: 1,
2091
- output: 5,
2092
- cacheRead: 0.1,
2093
- cacheWrite: 1.25,
2228
+ input: 1.1,
2229
+ output: 5.5,
2230
+ cacheRead: 0.11,
2231
+ cacheWrite: 1.375,
2094
2232
  },
2095
2233
  contextWindow: 200000,
2096
2234
  maxTokens: 64000,
@@ -2121,10 +2259,10 @@ export const MODELS = {
2121
2259
  reasoning: true,
2122
2260
  input: ["text", "image"],
2123
2261
  cost: {
2124
- input: 5,
2125
- output: 25,
2126
- cacheRead: 0.5,
2127
- cacheWrite: 6.25,
2262
+ input: 5.5,
2263
+ output: 27.5,
2264
+ cacheRead: 0.55,
2265
+ cacheWrite: 6.875,
2128
2266
  },
2129
2267
  contextWindow: 200000,
2130
2268
  maxTokens: 64000,
@@ -2139,8 +2277,8 @@ export const MODELS = {
2139
2277
  thinkingLevelMap: { "xhigh": "max" },
2140
2278
  input: ["text", "image"],
2141
2279
  cost: {
2142
- input: 5,
2143
- output: 25,
2280
+ input: 5.5,
2281
+ output: 27.5,
2144
2282
  cacheRead: 0.5,
2145
2283
  cacheWrite: 6.25,
2146
2284
  },
@@ -2157,10 +2295,10 @@ export const MODELS = {
2157
2295
  thinkingLevelMap: { "xhigh": "xhigh" },
2158
2296
  input: ["text", "image"],
2159
2297
  cost: {
2160
- input: 5,
2161
- output: 25,
2162
- cacheRead: 0.5,
2163
- cacheWrite: 6.25,
2298
+ input: 5.5,
2299
+ output: 27.5,
2300
+ cacheRead: 0.55,
2301
+ cacheWrite: 6.875,
2164
2302
  },
2165
2303
  contextWindow: 1000000,
2166
2304
  maxTokens: 128000,
@@ -2173,11 +2311,11 @@ export const MODELS = {
2173
2311
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2174
2312
  reasoning: true,
2175
2313
  input: ["text", "image"],
2176
- cost: {
2177
- input: 5,
2178
- output: 25,
2179
- cacheRead: 0.5,
2180
- cacheWrite: 6.25,
2314
+ cost: {
2315
+ input: 5.5,
2316
+ output: 27.5,
2317
+ cacheRead: 0.55,
2318
+ cacheWrite: 6.875,
2181
2319
  },
2182
2320
  contextWindow: 1000000,
2183
2321
  maxTokens: 128000,
@@ -2191,17 +2329,17 @@ export const MODELS = {
2191
2329
  reasoning: true,
2192
2330
  input: ["text", "image"],
2193
2331
  cost: {
2194
- input: 5,
2195
- output: 25,
2196
- cacheRead: 0.5,
2197
- cacheWrite: 6.25,
2332
+ input: 5.5,
2333
+ output: 27.5,
2334
+ cacheRead: 0.55,
2335
+ cacheWrite: 6.875,
2198
2336
  },
2199
2337
  contextWindow: 1000000,
2200
2338
  maxTokens: 128000,
2201
2339
  },
2202
- "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
2203
- id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
2204
- name: "Claude Sonnet 4.5 (US)",
2340
+ "us.anthropic.claude-sonnet-4-20250514-v1:0": {
2341
+ id: "us.anthropic.claude-sonnet-4-20250514-v1:0",
2342
+ name: "Claude Sonnet 4 (US)",
2205
2343
  api: "bedrock-converse-stream",
2206
2344
  provider: "amazon-bedrock",
2207
2345
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -2216,56 +2354,56 @@ export const MODELS = {
2216
2354
  contextWindow: 200000,
2217
2355
  maxTokens: 64000,
2218
2356
  },
2219
- "us.anthropic.claude-sonnet-4-6": {
2220
- id: "us.anthropic.claude-sonnet-4-6",
2221
- name: "Claude Sonnet 4.6 (US)",
2357
+ "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
2358
+ id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
2359
+ name: "Claude Sonnet 4.5 (US)",
2222
2360
  api: "bedrock-converse-stream",
2223
2361
  provider: "amazon-bedrock",
2224
2362
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2225
2363
  reasoning: true,
2226
2364
  input: ["text", "image"],
2227
2365
  cost: {
2228
- input: 3,
2229
- output: 15,
2230
- cacheRead: 0.3,
2231
- cacheWrite: 3.75,
2366
+ input: 3.3,
2367
+ output: 16.5,
2368
+ cacheRead: 0.33,
2369
+ cacheWrite: 4.125,
2232
2370
  },
2233
- contextWindow: 1000000,
2371
+ contextWindow: 200000,
2234
2372
  maxTokens: 64000,
2235
2373
  },
2236
- "us.anthropic.claude-sonnet-5": {
2237
- id: "us.anthropic.claude-sonnet-5",
2238
- name: "Claude Sonnet 5 (US)",
2374
+ "us.anthropic.claude-sonnet-4-6": {
2375
+ id: "us.anthropic.claude-sonnet-4-6",
2376
+ name: "Claude Sonnet 4.6 (US)",
2239
2377
  api: "bedrock-converse-stream",
2240
2378
  provider: "amazon-bedrock",
2241
2379
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2242
2380
  reasoning: true,
2243
2381
  input: ["text", "image"],
2244
2382
  cost: {
2245
- input: 2,
2246
- output: 10,
2247
- cacheRead: 0.2,
2248
- cacheWrite: 2.5,
2383
+ input: 3.3,
2384
+ output: 16.5,
2385
+ cacheRead: 0.33,
2386
+ cacheWrite: 4.125,
2249
2387
  },
2250
2388
  contextWindow: 1000000,
2251
2389
  maxTokens: 128000,
2252
2390
  },
2253
- "us.deepseek.r1-v1:0": {
2254
- id: "us.deepseek.r1-v1:0",
2255
- name: "DeepSeek-R1 (US)",
2391
+ "us.anthropic.claude-sonnet-5": {
2392
+ id: "us.anthropic.claude-sonnet-5",
2393
+ name: "Claude Sonnet 5 (US)",
2256
2394
  api: "bedrock-converse-stream",
2257
2395
  provider: "amazon-bedrock",
2258
2396
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2259
2397
  reasoning: true,
2260
- input: ["text"],
2398
+ input: ["text", "image"],
2261
2399
  cost: {
2262
- input: 1.35,
2263
- output: 5.4,
2264
- cacheRead: 0,
2265
- cacheWrite: 0,
2400
+ input: 2.2,
2401
+ output: 11,
2402
+ cacheRead: 0.22,
2403
+ cacheWrite: 2.75,
2266
2404
  },
2267
- contextWindow: 128000,
2268
- maxTokens: 32768,
2405
+ contextWindow: 1000000,
2406
+ maxTokens: 128000,
2269
2407
  },
2270
2408
  "us.meta.llama3-1-70b-instruct-v1:0": {
2271
2409
  id: "us.meta.llama3-1-70b-instruct-v1:0",
@@ -2333,7 +2471,7 @@ export const MODELS = {
2333
2471
  cacheWrite: 0,
2334
2472
  },
2335
2473
  contextWindow: 1000000,
2336
- maxTokens: 16384,
2474
+ maxTokens: 8192,
2337
2475
  },
2338
2476
  "us.meta.llama4-scout-17b-instruct-v1:0": {
2339
2477
  id: "us.meta.llama4-scout-17b-instruct-v1:0",
@@ -2349,8 +2487,8 @@ export const MODELS = {
2349
2487
  cacheRead: 0,
2350
2488
  cacheWrite: 0,
2351
2489
  },
2352
- contextWindow: 3500000,
2353
- maxTokens: 16384,
2490
+ contextWindow: 10000000,
2491
+ maxTokens: 8192,
2354
2492
  },
2355
2493
  "us.mistral.pixtral-large-2502-v1:0": {
2356
2494
  id: "us.mistral.pixtral-large-2502-v1:0",
@@ -2609,7 +2747,7 @@ export const MODELS = {
2609
2747
  cacheWrite: 0,
2610
2748
  },
2611
2749
  contextWindow: 202752,
2612
- maxTokens: 101376,
2750
+ maxTokens: 131072,
2613
2751
  },
2614
2752
  },
2615
2753
  "anthropic": {
@@ -4625,6 +4763,24 @@ export const MODELS = {
4625
4763
  contextWindow: 1000000,
4626
4764
  maxTokens: 384000,
4627
4765
  },
4766
+ "accounts/fireworks/models/deepseek-v4-pro": {
4767
+ id: "accounts/fireworks/models/deepseek-v4-pro",
4768
+ name: "DeepSeek V4 Pro",
4769
+ api: "anthropic-messages",
4770
+ provider: "fireworks",
4771
+ baseUrl: "https://api.fireworks.ai/inference",
4772
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4773
+ reasoning: true,
4774
+ input: ["text"],
4775
+ cost: {
4776
+ input: 1.2,
4777
+ output: 1.2,
4778
+ cacheRead: 0.6,
4779
+ cacheWrite: 0,
4780
+ },
4781
+ contextWindow: 1000000,
4782
+ maxTokens: 384000,
4783
+ },
4628
4784
  "accounts/fireworks/models/deepseek-v4-pro-0813": {
4629
4785
  id: "accounts/fireworks/models/deepseek-v4-pro-0813",
4630
4786
  name: "DeepSeek V4 Pro 0813",
@@ -4643,6 +4799,24 @@ export const MODELS = {
4643
4799
  contextWindow: 1000000,
4644
4800
  maxTokens: 384000,
4645
4801
  },
4802
+ "accounts/fireworks/models/deepseek-v4p1-flash": {
4803
+ id: "accounts/fireworks/models/deepseek-v4p1-flash",
4804
+ name: "DeepSeek V4.1 Flash",
4805
+ api: "anthropic-messages",
4806
+ provider: "fireworks",
4807
+ baseUrl: "https://api.fireworks.ai/inference",
4808
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4809
+ reasoning: true,
4810
+ input: ["text", "image"],
4811
+ cost: {
4812
+ input: 0.22,
4813
+ output: 0.66,
4814
+ cacheRead: 0.007,
4815
+ cacheWrite: 0,
4816
+ },
4817
+ contextWindow: 1000000,
4818
+ maxTokens: 384000,
4819
+ },
4646
4820
  "accounts/fireworks/models/glm-5p2": {
4647
4821
  id: "accounts/fireworks/models/glm-5p2",
4648
4822
  name: "GLM 5.2",
@@ -4787,6 +4961,24 @@ export const MODELS = {
4787
4961
  contextWindow: 1048576,
4788
4962
  maxTokens: 131072,
4789
4963
  },
4964
+ "accounts/fireworks/models/minimax-m2p7": {
4965
+ id: "accounts/fireworks/models/minimax-m2p7",
4966
+ name: "MiniMax-M2.7",
4967
+ api: "anthropic-messages",
4968
+ provider: "fireworks",
4969
+ baseUrl: "https://api.fireworks.ai/inference",
4970
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4971
+ reasoning: true,
4972
+ input: ["text"],
4973
+ cost: {
4974
+ input: 1.2,
4975
+ output: 1.2,
4976
+ cacheRead: 0.6,
4977
+ cacheWrite: 0,
4978
+ },
4979
+ contextWindow: 196608,
4980
+ maxTokens: 131072,
4981
+ },
4790
4982
  "accounts/fireworks/models/minimax-m3": {
4791
4983
  id: "accounts/fireworks/models/minimax-m3",
4792
4984
  name: "MiniMax-M3",
@@ -4795,7 +4987,7 @@ export const MODELS = {
4795
4987
  baseUrl: "https://api.fireworks.ai/inference",
4796
4988
  compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4797
4989
  reasoning: true,
4798
- input: ["text", "image"],
4990
+ input: ["text"],
4799
4991
  cost: {
4800
4992
  input: 0.3,
4801
4993
  output: 1.2,
@@ -4835,7 +5027,7 @@ export const MODELS = {
4835
5027
  cost: {
4836
5028
  input: 0.6,
4837
5029
  output: 2.4,
4838
- cacheRead: 0.119,
5030
+ cacheRead: 0.12,
4839
5031
  cacheWrite: 0,
4840
5032
  },
4841
5033
  contextWindow: 262144,
@@ -4903,7 +5095,7 @@ export const MODELS = {
4903
5095
  baseUrl: "https://api.fireworks.ai/inference",
4904
5096
  compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4905
5097
  reasoning: true,
4906
- input: ["text"],
5098
+ input: ["text", "image"],
4907
5099
  cost: {
4908
5100
  input: 2,
4909
5101
  output: 6,
@@ -4913,6 +5105,42 @@ export const MODELS = {
4913
5105
  contextWindow: 262144,
4914
5106
  maxTokens: 131072,
4915
5107
  },
5108
+ "accounts/fireworks/routers/deepseek-flash-latest": {
5109
+ id: "accounts/fireworks/routers/deepseek-flash-latest",
5110
+ name: "DeepSeek Flash Latest",
5111
+ api: "anthropic-messages",
5112
+ provider: "fireworks",
5113
+ baseUrl: "https://api.fireworks.ai/inference",
5114
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
5115
+ reasoning: true,
5116
+ input: ["text", "image"],
5117
+ cost: {
5118
+ input: 0.22,
5119
+ output: 0.66,
5120
+ cacheRead: 0.007,
5121
+ cacheWrite: 0,
5122
+ },
5123
+ contextWindow: 1000000,
5124
+ maxTokens: 384000,
5125
+ },
5126
+ "accounts/fireworks/routers/deepseek-pro-latest": {
5127
+ id: "accounts/fireworks/routers/deepseek-pro-latest",
5128
+ name: "DeepSeek Pro Latest",
5129
+ api: "anthropic-messages",
5130
+ provider: "fireworks",
5131
+ baseUrl: "https://api.fireworks.ai/inference",
5132
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
5133
+ reasoning: true,
5134
+ input: ["text"],
5135
+ cost: {
5136
+ input: 1.32,
5137
+ output: 3.96,
5138
+ cacheRead: 0.044,
5139
+ cacheWrite: 0,
5140
+ },
5141
+ contextWindow: 1000000,
5142
+ maxTokens: 384000,
5143
+ },
4916
5144
  "accounts/fireworks/routers/glm-5p2-fast": {
4917
5145
  id: "accounts/fireworks/routers/glm-5p2-fast",
4918
5146
  name: "GLM 5.2 Fast",
@@ -4949,6 +5177,78 @@ export const MODELS = {
4949
5177
  contextWindow: 1048572,
4950
5178
  maxTokens: 262144,
4951
5179
  },
5180
+ "accounts/fireworks/routers/glm-fast-latest": {
5181
+ id: "accounts/fireworks/routers/glm-fast-latest",
5182
+ name: "GLM 5.3 Fast (Latest)",
5183
+ api: "anthropic-messages",
5184
+ provider: "fireworks",
5185
+ baseUrl: "https://api.fireworks.ai/inference",
5186
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
5187
+ reasoning: true,
5188
+ input: ["text"],
5189
+ cost: {
5190
+ input: 2.1,
5191
+ output: 6.6,
5192
+ cacheRead: 0.39,
5193
+ cacheWrite: 0,
5194
+ },
5195
+ contextWindow: 1048572,
5196
+ maxTokens: 262144,
5197
+ },
5198
+ "accounts/fireworks/routers/glm-flash-latest": {
5199
+ id: "accounts/fireworks/routers/glm-flash-latest",
5200
+ name: "GLM Flash Latest (GLM 5.3 Flash)",
5201
+ api: "anthropic-messages",
5202
+ provider: "fireworks",
5203
+ baseUrl: "https://api.fireworks.ai/inference",
5204
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
5205
+ reasoning: true,
5206
+ input: ["text", "image"],
5207
+ cost: {
5208
+ input: 0.15,
5209
+ output: 0.5,
5210
+ cacheRead: 0.03,
5211
+ cacheWrite: 0,
5212
+ },
5213
+ contextWindow: 1048573,
5214
+ maxTokens: 131072,
5215
+ },
5216
+ "accounts/fireworks/routers/glm-latest": {
5217
+ id: "accounts/fireworks/routers/glm-latest",
5218
+ name: "GLM Latest",
5219
+ api: "anthropic-messages",
5220
+ provider: "fireworks",
5221
+ baseUrl: "https://api.fireworks.ai/inference",
5222
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
5223
+ reasoning: true,
5224
+ input: ["text"],
5225
+ cost: {
5226
+ input: 1.4,
5227
+ output: 4.4,
5228
+ cacheRead: 0.26,
5229
+ cacheWrite: 0,
5230
+ },
5231
+ contextWindow: 1048573,
5232
+ maxTokens: 262144,
5233
+ },
5234
+ "accounts/fireworks/routers/kimi-fast-latest": {
5235
+ id: "accounts/fireworks/routers/kimi-fast-latest",
5236
+ name: "Kimi Fast Latest",
5237
+ api: "anthropic-messages",
5238
+ provider: "fireworks",
5239
+ baseUrl: "https://api.fireworks.ai/inference",
5240
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
5241
+ reasoning: true,
5242
+ input: ["text", "image"],
5243
+ cost: {
5244
+ input: 4.5,
5245
+ output: 22.5,
5246
+ cacheRead: 0.45,
5247
+ cacheWrite: 0,
5248
+ },
5249
+ contextWindow: 1048576,
5250
+ maxTokens: 131072,
5251
+ },
4952
5252
  "accounts/fireworks/routers/kimi-k2p6-turbo": {
4953
5253
  id: "accounts/fireworks/routers/kimi-k2p6-turbo",
4954
5254
  name: "Kimi K2.6 Turbo",
@@ -4967,9 +5267,63 @@ export const MODELS = {
4967
5267
  contextWindow: 262000,
4968
5268
  maxTokens: 262000,
4969
5269
  },
4970
- "accounts/fireworks/routers/kimi-k3-fast": {
4971
- id: "accounts/fireworks/routers/kimi-k3-fast",
4972
- name: "Kimi K3 Fast",
5270
+ "accounts/fireworks/routers/kimi-k3-fast": {
5271
+ id: "accounts/fireworks/routers/kimi-k3-fast",
5272
+ name: "Kimi K3 Fast",
5273
+ api: "anthropic-messages",
5274
+ provider: "fireworks",
5275
+ baseUrl: "https://api.fireworks.ai/inference",
5276
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
5277
+ reasoning: true,
5278
+ input: ["text", "image"],
5279
+ cost: {
5280
+ input: 4.5,
5281
+ output: 22.5,
5282
+ cacheRead: 0.45,
5283
+ cacheWrite: 0,
5284
+ },
5285
+ contextWindow: 1048576,
5286
+ maxTokens: 131072,
5287
+ },
5288
+ "accounts/fireworks/routers/kimi-latest": {
5289
+ id: "accounts/fireworks/routers/kimi-latest",
5290
+ name: "Kimi Latest",
5291
+ api: "anthropic-messages",
5292
+ provider: "fireworks",
5293
+ baseUrl: "https://api.fireworks.ai/inference",
5294
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
5295
+ reasoning: true,
5296
+ input: ["text", "image"],
5297
+ cost: {
5298
+ input: 3,
5299
+ output: 15,
5300
+ cacheRead: 0.3,
5301
+ cacheWrite: 0,
5302
+ },
5303
+ contextWindow: 1048576,
5304
+ maxTokens: 131072,
5305
+ },
5306
+ "accounts/fireworks/routers/minimax-latest": {
5307
+ id: "accounts/fireworks/routers/minimax-latest",
5308
+ name: "MiniMax Latest",
5309
+ api: "anthropic-messages",
5310
+ provider: "fireworks",
5311
+ baseUrl: "https://api.fireworks.ai/inference",
5312
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
5313
+ reasoning: true,
5314
+ input: ["text"],
5315
+ cost: {
5316
+ input: 0.3,
5317
+ output: 1.2,
5318
+ cacheRead: 0.06,
5319
+ cacheWrite: 0,
5320
+ },
5321
+ contextWindow: 512000,
5322
+ maxTokens: 512000,
5323
+ },
5324
+ "accounts/fireworks/routers/qwen-max-latest": {
5325
+ id: "accounts/fireworks/routers/qwen-max-latest",
5326
+ name: "Qwen Max Latest (Qwen3.8 Max)",
4973
5327
  api: "anthropic-messages",
4974
5328
  provider: "fireworks",
4975
5329
  baseUrl: "https://api.fireworks.ai/inference",
@@ -4977,12 +5331,12 @@ export const MODELS = {
4977
5331
  reasoning: true,
4978
5332
  input: ["text", "image"],
4979
5333
  cost: {
4980
- input: 4.5,
4981
- output: 22.5,
4982
- cacheRead: 0.45,
5334
+ input: 2,
5335
+ output: 6,
5336
+ cacheRead: 0.25,
4983
5337
  cacheWrite: 0,
4984
5338
  },
4985
- contextWindow: 1048576,
5339
+ contextWindow: 262144,
4986
5340
  maxTokens: 131072,
4987
5341
  },
4988
5342
  },
@@ -6999,6 +7353,78 @@ export const MODELS = {
6999
7353
  contextWindow: 1000000,
7000
7354
  maxTokens: 384000,
7001
7355
  },
7356
+ "deepseek-ai/DeepSeek-V4.1-Flash": {
7357
+ id: "deepseek-ai/DeepSeek-V4.1-Flash",
7358
+ name: "DeepSeek V4.1 Flash",
7359
+ api: "openai-completions",
7360
+ provider: "huggingface",
7361
+ baseUrl: "https://router.huggingface.co/v1",
7362
+ compat: { "supportsDeveloperRole": false },
7363
+ reasoning: true,
7364
+ input: ["text", "image"],
7365
+ cost: {
7366
+ input: 0.3,
7367
+ output: 1.2,
7368
+ cacheRead: 0,
7369
+ cacheWrite: 0,
7370
+ },
7371
+ contextWindow: 1048576,
7372
+ maxTokens: 384000,
7373
+ },
7374
+ "google/gemma-3-12b-it": {
7375
+ id: "google/gemma-3-12b-it",
7376
+ name: "Gemma 3 12B IT",
7377
+ api: "openai-completions",
7378
+ provider: "huggingface",
7379
+ baseUrl: "https://router.huggingface.co/v1",
7380
+ compat: { "supportsDeveloperRole": false },
7381
+ reasoning: false,
7382
+ input: ["text", "image"],
7383
+ cost: {
7384
+ input: 0.05,
7385
+ output: 0.15,
7386
+ cacheRead: 0,
7387
+ cacheWrite: 0,
7388
+ },
7389
+ contextWindow: 131072,
7390
+ maxTokens: 131072,
7391
+ },
7392
+ "google/gemma-3-27b-it": {
7393
+ id: "google/gemma-3-27b-it",
7394
+ name: "Gemma 3 27B IT",
7395
+ api: "openai-completions",
7396
+ provider: "huggingface",
7397
+ baseUrl: "https://router.huggingface.co/v1",
7398
+ compat: { "supportsDeveloperRole": false },
7399
+ reasoning: false,
7400
+ input: ["text", "image"],
7401
+ cost: {
7402
+ input: 0.08,
7403
+ output: 0.16,
7404
+ cacheRead: 0,
7405
+ cacheWrite: 0,
7406
+ },
7407
+ contextWindow: 131072,
7408
+ maxTokens: 131072,
7409
+ },
7410
+ "google/gemma-3-4b-it": {
7411
+ id: "google/gemma-3-4b-it",
7412
+ name: "Gemma 3 4B IT",
7413
+ api: "openai-completions",
7414
+ provider: "huggingface",
7415
+ baseUrl: "https://router.huggingface.co/v1",
7416
+ compat: { "supportsDeveloperRole": false },
7417
+ reasoning: false,
7418
+ input: ["text", "image"],
7419
+ cost: {
7420
+ input: 0.05,
7421
+ output: 0.1,
7422
+ cacheRead: 0,
7423
+ cacheWrite: 0,
7424
+ },
7425
+ contextWindow: 131072,
7426
+ maxTokens: 131072,
7427
+ },
7002
7428
  "google/gemma-4-26B-A4B-it": {
7003
7429
  id: "google/gemma-4-26B-A4B-it",
7004
7430
  name: "Gemma 4 26B A4B IT",
@@ -7579,7 +8005,7 @@ export const MODELS = {
7579
8005
  },
7580
8006
  "kimi-for-coding": {
7581
8007
  id: "kimi-for-coding",
7582
- name: "Kimi K2.7 Code",
8008
+ name: "kimi-for-coding",
7583
8009
  api: "anthropic-messages",
7584
8010
  provider: "kimi-coding",
7585
8011
  baseUrl: "https://api.kimi.com/coding",
@@ -7592,7 +8018,7 @@ export const MODELS = {
7592
8018
  cacheRead: 0,
7593
8019
  cacheWrite: 0,
7594
8020
  },
7595
- contextWindow: 262144,
8021
+ contextWindow: 1048576,
7596
8022
  maxTokens: 32768,
7597
8023
  },
7598
8024
  "kimi-for-coding-highspeed": {
@@ -10520,25 +10946,25 @@ export const MODELS = {
10520
10946
  contextWindow: 262144,
10521
10947
  maxTokens: 65536,
10522
10948
  },
10523
- },
10524
- "opencode-go": {
10525
- "deepseek-flash": {
10526
- id: "deepseek-flash",
10527
- name: "DeepSeek V4.1 Flash",
10528
- api: "openai-completions",
10529
- provider: "opencode-go",
10530
- baseUrl: "https://opencode.ai/zen/go/v1",
10949
+ "union-alpha": {
10950
+ id: "union-alpha",
10951
+ name: "Union Alpha Free",
10952
+ api: "anthropic-messages",
10953
+ provider: "opencode",
10954
+ baseUrl: "https://opencode.ai/zen",
10531
10955
  reasoning: true,
10532
10956
  input: ["text", "image"],
10533
10957
  cost: {
10534
- input: 0.15,
10535
- output: 0.6,
10536
- cacheRead: 0.003,
10958
+ input: 0,
10959
+ output: 0,
10960
+ cacheRead: 0,
10537
10961
  cacheWrite: 0,
10538
10962
  },
10539
- contextWindow: 1000000,
10540
- maxTokens: 384000,
10963
+ contextWindow: 262144,
10964
+ maxTokens: 131072,
10541
10965
  },
10966
+ },
10967
+ "opencode-go": {
10542
10968
  "deepseek-v4-flash": {
10543
10969
  id: "deepseek-v4-flash",
10544
10970
  name: "DeepSeek V4 Flash",
@@ -10596,6 +11022,25 @@ export const MODELS = {
10596
11022
  contextWindow: 1000000,
10597
11023
  maxTokens: 384000,
10598
11024
  },
11025
+ "deepseek-v4.1-flash": {
11026
+ id: "deepseek-v4.1-flash",
11027
+ name: "DeepSeek V4.1 Flash",
11028
+ api: "openai-completions",
11029
+ provider: "opencode-go",
11030
+ baseUrl: "https://opencode.ai/zen/go/v1",
11031
+ compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
11032
+ reasoning: true,
11033
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
11034
+ input: ["text", "image"],
11035
+ cost: {
11036
+ input: 0.15,
11037
+ output: 0.6,
11038
+ cacheRead: 0.003,
11039
+ cacheWrite: 0,
11040
+ },
11041
+ contextWindow: 1000000,
11042
+ maxTokens: 384000,
11043
+ },
10599
11044
  "glm-5.1": {
10600
11045
  id: "glm-5.1",
10601
11046
  name: "GLM-5.1",
@@ -10991,6 +11436,23 @@ export const MODELS = {
10991
11436
  contextWindow: 1000000,
10992
11437
  maxTokens: 131072,
10993
11438
  },
11439
+ "union-alpha": {
11440
+ id: "union-alpha",
11441
+ name: "Union Alpha Free",
11442
+ api: "anthropic-messages",
11443
+ provider: "opencode-go",
11444
+ baseUrl: "https://opencode.ai/zen/go",
11445
+ reasoning: true,
11446
+ input: ["text", "image"],
11447
+ cost: {
11448
+ input: 0,
11449
+ output: 0,
11450
+ cacheRead: 0,
11451
+ cacheWrite: 0,
11452
+ },
11453
+ contextWindow: 262144,
11454
+ maxTokens: 131072,
11455
+ },
10994
11456
  },
10995
11457
  "openrouter": {
10996
11458
  "aion-labs/aion-2.0": {
@@ -11441,7 +11903,7 @@ export const MODELS = {
11441
11903
  },
11442
11904
  "anthropic/claude-opus-5": {
11443
11905
  id: "anthropic/claude-opus-5",
11444
- name: "Claude Opus 5",
11906
+ name: "Anthropic: Claude Opus 5",
11445
11907
  api: "openai-completions",
11446
11908
  provider: "openrouter",
11447
11909
  baseUrl: "https://openrouter.ai/api/v1",
@@ -11458,7 +11920,7 @@ export const MODELS = {
11458
11920
  },
11459
11921
  "anthropic/claude-opus-5:batch": {
11460
11922
  id: "anthropic/claude-opus-5:batch",
11461
- name: "Claude Opus 5 (batch)",
11923
+ name: "Anthropic: Claude Opus 5 (batch)",
11462
11924
  api: "openai-completions",
11463
11925
  provider: "openrouter",
11464
11926
  baseUrl: "https://openrouter.ai/api/v1",
@@ -11805,9 +12267,9 @@ export const MODELS = {
11805
12267
  reasoning: false,
11806
12268
  input: ["text"],
11807
12269
  cost: {
11808
- input: 0.29,
11809
- output: 1.1400000000000001,
11810
- cacheRead: 0.11,
12270
+ input: 0.25,
12271
+ output: 1,
12272
+ cacheRead: 0,
11811
12273
  cacheWrite: 0,
11812
12274
  },
11813
12275
  contextWindow: 163840,
@@ -11926,9 +12388,9 @@ export const MODELS = {
11926
12388
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
11927
12389
  input: ["text"],
11928
12390
  cost: {
11929
- input: 0.088606,
11930
- output: 0.177212,
11931
- cacheRead: 0.017721200000000003,
12391
+ input: 0.07,
12392
+ output: 0.14,
12393
+ cacheRead: 0.014,
11932
12394
  cacheWrite: 0,
11933
12395
  },
11934
12396
  contextWindow: 1048576,
@@ -11945,9 +12407,9 @@ export const MODELS = {
11945
12407
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
11946
12408
  input: ["text"],
11947
12409
  cost: {
11948
- input: 0.065,
11949
- output: 0.18,
11950
- cacheRead: 0.016,
12410
+ input: 0.06,
12411
+ output: 0.12,
12412
+ cacheRead: 0.012,
11951
12413
  cacheWrite: 0,
11952
12414
  },
11953
12415
  contextWindow: 1310720,
@@ -12021,13 +12483,13 @@ export const MODELS = {
12021
12483
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
12022
12484
  input: ["text"],
12023
12485
  cost: {
12024
- input: 0.9552599999999999,
12025
- output: 1.9105199999999998,
12026
- cacheRead: 0.07960500000000001,
12486
+ input: 1.5999999999999999,
12487
+ output: 3.1999999999999997,
12488
+ cacheRead: 0.135,
12027
12489
  cacheWrite: 0,
12028
12490
  },
12029
12491
  contextWindow: 1048576,
12030
- maxTokens: 384000,
12492
+ maxTokens: 393216,
12031
12493
  },
12032
12494
  "deepseek/deepseek-v4-pro-0813": {
12033
12495
  id: "deepseek/deepseek-v4-pro-0813",
@@ -12040,13 +12502,13 @@ export const MODELS = {
12040
12502
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
12041
12503
  input: ["text"],
12042
12504
  cost: {
12043
- input: 1.0494,
12044
- output: 3.1482,
12045
- cacheRead: 0.03498,
12505
+ input: 0.57948,
12506
+ output: 1.73844,
12507
+ cacheRead: 0.018438,
12046
12508
  cacheWrite: 0,
12047
12509
  },
12048
12510
  contextWindow: 1048576,
12049
- maxTokens: 384000,
12511
+ maxTokens: 393216,
12050
12512
  },
12051
12513
  "deepseek/deepseek-v4-pro-0813:batch": {
12052
12514
  id: "deepseek/deepseek-v4-pro-0813:batch",
@@ -12067,6 +12529,25 @@ export const MODELS = {
12067
12529
  contextWindow: 1048576,
12068
12530
  maxTokens: 943718,
12069
12531
  },
12532
+ "deepseek/deepseek-v4.1-flash": {
12533
+ id: "deepseek/deepseek-v4.1-flash",
12534
+ name: "DeepSeek: DeepSeek V4.1 Flash",
12535
+ api: "openai-completions",
12536
+ provider: "openrouter",
12537
+ baseUrl: "https://openrouter.ai/api/v1",
12538
+ compat: { "requiresReasoningContentOnAssistantMessages": true },
12539
+ reasoning: true,
12540
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
12541
+ input: ["text", "image"],
12542
+ cost: {
12543
+ input: 0.15,
12544
+ output: 0.6,
12545
+ cacheRead: 0.003,
12546
+ cacheWrite: 0,
12547
+ },
12548
+ contextWindow: 1048576,
12549
+ maxTokens: 384000,
12550
+ },
12070
12551
  "dots-studio/dots-3-note-preview:free": {
12071
12552
  id: "dots-studio/dots-3-note-preview:free",
12072
12553
  name: "Dots Studio: Dots3-Note Preview (free)",
@@ -12186,23 +12667,6 @@ export const MODELS = {
12186
12667
  contextWindow: 1048576,
12187
12668
  maxTokens: 65536,
12188
12669
  },
12189
- "google/gemini-2.5-pro-preview-05-06": {
12190
- id: "google/gemini-2.5-pro-preview-05-06",
12191
- name: "Google: Gemini 2.5 Pro Preview 05-06",
12192
- api: "openai-completions",
12193
- provider: "openrouter",
12194
- baseUrl: "https://openrouter.ai/api/v1",
12195
- reasoning: true,
12196
- input: ["text", "image"],
12197
- cost: {
12198
- input: 1.25,
12199
- output: 10,
12200
- cacheRead: 0.125,
12201
- cacheWrite: 0.375,
12202
- },
12203
- contextWindow: 1048576,
12204
- maxTokens: 65535,
12205
- },
12206
12670
  "google/gemini-2.5-pro:batch": {
12207
12671
  id: "google/gemini-2.5-pro:batch",
12208
12672
  name: "Google: Gemini 2.5 Pro (batch)",
@@ -12586,13 +13050,13 @@ export const MODELS = {
12586
13050
  reasoning: true,
12587
13051
  input: ["text", "image"],
12588
13052
  cost: {
12589
- input: 0.07,
12590
- output: 0.33999999999999997,
12591
- cacheRead: 0,
13053
+ input: 0.09,
13054
+ output: 0.3,
13055
+ cacheRead: 0.049999999999999996,
12592
13056
  cacheWrite: 0,
12593
13057
  },
12594
13058
  contextWindow: 262144,
12595
- maxTokens: 16384,
13059
+ maxTokens: 235929,
12596
13060
  },
12597
13061
  "google/gemma-4-26b-a4b-it:free": {
12598
13062
  id: "google/gemma-4-26b-a4b-it:free",
@@ -12628,23 +13092,6 @@ export const MODELS = {
12628
13092
  contextWindow: 262144,
12629
13093
  maxTokens: 16384,
12630
13094
  },
12631
- "google/gemma-4-31b-it:batch": {
12632
- id: "google/gemma-4-31b-it:batch",
12633
- name: "Google: Gemma 4 31B (batch)",
12634
- api: "openai-completions",
12635
- provider: "openrouter",
12636
- baseUrl: "https://openrouter.ai/api/v1",
12637
- reasoning: true,
12638
- input: ["text", "image"],
12639
- cost: {
12640
- input: 0.39,
12641
- output: 0.9700000000000001,
12642
- cacheRead: 0,
12643
- cacheWrite: 0,
12644
- },
12645
- contextWindow: 262144,
12646
- maxTokens: 235929,
12647
- },
12648
13095
  "google/gemma-4-31b-it:free": {
12649
13096
  id: "google/gemma-4-31b-it:free",
12650
13097
  name: "Google: Gemma 4 31B (free)",
@@ -12783,6 +13230,40 @@ export const MODELS = {
12783
13230
  contextWindow: 262144,
12784
13231
  maxTokens: 32768,
12785
13232
  },
13233
+ "inclusionai/ling-3.0-flash-vl": {
13234
+ id: "inclusionai/ling-3.0-flash-vl",
13235
+ name: "inclusionAI: Ling 3.0 Flash VL",
13236
+ api: "openai-completions",
13237
+ provider: "openrouter",
13238
+ baseUrl: "https://openrouter.ai/api/v1",
13239
+ reasoning: true,
13240
+ input: ["text", "image"],
13241
+ cost: {
13242
+ input: 0.06,
13243
+ output: 0.18,
13244
+ cacheRead: 0.012,
13245
+ cacheWrite: 0,
13246
+ },
13247
+ contextWindow: 131072,
13248
+ maxTokens: 32768,
13249
+ },
13250
+ "inclusionai/ling-3.0-flash-vl:free": {
13251
+ id: "inclusionai/ling-3.0-flash-vl:free",
13252
+ name: "inclusionAI: Ling 3.0 Flash VL (free)",
13253
+ api: "openai-completions",
13254
+ provider: "openrouter",
13255
+ baseUrl: "https://openrouter.ai/api/v1",
13256
+ reasoning: true,
13257
+ input: ["text", "image"],
13258
+ cost: {
13259
+ input: 0,
13260
+ output: 0,
13261
+ cacheRead: 0,
13262
+ cacheWrite: 0,
13263
+ },
13264
+ contextWindow: 262144,
13265
+ maxTokens: 32768,
13266
+ },
12786
13267
  "kwaipilot/kat-coder-pro-v2": {
12787
13268
  id: "kwaipilot/kat-coder-pro-v2",
12788
13269
  name: "Kwaipilot: KAT-Coder-Pro V2",
@@ -12911,13 +13392,13 @@ export const MODELS = {
12911
13392
  reasoning: false,
12912
13393
  input: ["text", "image"],
12913
13394
  cost: {
12914
- input: 0.19999999999999998,
12915
- output: 0.696,
13395
+ input: 0.1875,
13396
+ output: 0.6525,
12916
13397
  cacheRead: 0,
12917
13398
  cacheWrite: 0,
12918
13399
  },
12919
13400
  contextWindow: 1048576,
12920
- maxTokens: 115200,
13401
+ maxTokens: 16384,
12921
13402
  },
12922
13403
  "meta-llama/llama-4-scout": {
12923
13404
  id: "meta-llama/llama-4-scout",
@@ -13064,7 +13545,7 @@ export const MODELS = {
13064
13545
  reasoning: true,
13065
13546
  input: ["text"],
13066
13547
  cost: {
13067
- input: 0.55,
13548
+ input: 0.39999999999999997,
13068
13549
  output: 2.2,
13069
13550
  cacheRead: 0,
13070
13551
  cacheWrite: 0,
@@ -13115,13 +13596,13 @@ export const MODELS = {
13115
13596
  reasoning: true,
13116
13597
  input: ["text"],
13117
13598
  cost: {
13118
- input: 0.3,
13119
- output: 1.2,
13120
- cacheRead: 0.03,
13599
+ input: 0.27,
13600
+ output: 1.08,
13601
+ cacheRead: 0.027,
13121
13602
  cacheWrite: 0,
13122
13603
  },
13123
13604
  contextWindow: 204800,
13124
- maxTokens: 131072,
13605
+ maxTokens: 128000,
13125
13606
  },
13126
13607
  "minimax/minimax-m2.7": {
13127
13608
  id: "minimax/minimax-m2.7",
@@ -13523,12 +14004,12 @@ export const MODELS = {
13523
14004
  reasoning: false,
13524
14005
  input: ["text", "image"],
13525
14006
  cost: {
13526
- input: 0.075,
13527
- output: 0.19999999999999998,
14007
+ input: 0.09375,
14008
+ output: 0.25,
13528
14009
  cacheRead: 0,
13529
14010
  cacheWrite: 0,
13530
14011
  },
13531
- contextWindow: 131072,
14012
+ contextWindow: 256000,
13532
14013
  maxTokens: 16384,
13533
14014
  },
13534
14015
  "mistralai/mixtral-8x22b-instruct": {
@@ -13580,7 +14061,7 @@ export const MODELS = {
13580
14061
  cacheWrite: 0,
13581
14062
  },
13582
14063
  contextWindow: 131072,
13583
- maxTokens: 100352,
14064
+ maxTokens: 98304,
13584
14065
  },
13585
14066
  "moonshotai/kimi-k2-0905": {
13586
14067
  id: "moonshotai/kimi-k2-0905",
@@ -13597,7 +14078,7 @@ export const MODELS = {
13597
14078
  cacheWrite: 0,
13598
14079
  },
13599
14080
  contextWindow: 262144,
13600
- maxTokens: 100352,
14081
+ maxTokens: 98304,
13601
14082
  },
13602
14083
  "moonshotai/kimi-k2-thinking": {
13603
14084
  id: "moonshotai/kimi-k2-thinking",
@@ -13614,7 +14095,7 @@ export const MODELS = {
13614
14095
  cacheWrite: 0,
13615
14096
  },
13616
14097
  contextWindow: 262144,
13617
- maxTokens: 100352,
14098
+ maxTokens: 98304,
13618
14099
  },
13619
14100
  "moonshotai/kimi-k2.5": {
13620
14101
  id: "moonshotai/kimi-k2.5",
@@ -13660,9 +14141,9 @@ export const MODELS = {
13660
14141
  reasoning: true,
13661
14142
  input: ["text", "image"],
13662
14143
  cost: {
13663
- input: 0.71,
13664
- output: 3.5,
13665
- cacheRead: 0.15,
14144
+ input: 0.7062,
14145
+ output: 3.21,
14146
+ cacheRead: 0.18,
13666
14147
  cacheWrite: 0,
13667
14148
  },
13668
14149
  contextWindow: 262144,
@@ -13745,9 +14226,9 @@ export const MODELS = {
13745
14226
  reasoning: true,
13746
14227
  input: ["text"],
13747
14228
  cost: {
13748
- input: 0.049999999999999996,
13749
- output: 0.19999999999999998,
13750
- cacheRead: 0.03,
14229
+ input: 0.06,
14230
+ output: 0.24,
14231
+ cacheRead: 0,
13751
14232
  cacheWrite: 0,
13752
14233
  },
13753
14234
  contextWindow: 262144,
@@ -13779,13 +14260,13 @@ export const MODELS = {
13779
14260
  reasoning: true,
13780
14261
  input: ["text"],
13781
14262
  cost: {
13782
- input: 0.08499999999999999,
13783
- output: 0.39999999999999997,
14263
+ input: 0.08,
14264
+ output: 0.44999999999999996,
13784
14265
  cacheRead: 0,
13785
14266
  cacheWrite: 0,
13786
14267
  },
13787
14268
  contextWindow: 262144,
13788
- maxTokens: 16384,
14269
+ maxTokens: 235929,
13789
14270
  },
13790
14271
  "nvidia/nemotron-3-super-120b-a12b:free": {
13791
14272
  id: "nvidia/nemotron-3-super-120b-a12b:free",
@@ -13974,23 +14455,6 @@ export const MODELS = {
13974
14455
  contextWindow: 128000,
13975
14456
  maxTokens: 4096,
13976
14457
  },
13977
- "openai/gpt-4-turbo-preview": {
13978
- id: "openai/gpt-4-turbo-preview",
13979
- name: "OpenAI: GPT-4 Turbo Preview",
13980
- api: "openai-completions",
13981
- provider: "openrouter",
13982
- baseUrl: "https://openrouter.ai/api/v1",
13983
- reasoning: false,
13984
- input: ["text"],
13985
- cost: {
13986
- input: 10,
13987
- output: 30,
13988
- cacheRead: 0,
13989
- cacheWrite: 0,
13990
- },
13991
- contextWindow: 128000,
13992
- maxTokens: 4096,
13993
- },
13994
14458
  "openai/gpt-4-turbo:batch": {
13995
14459
  id: "openai/gpt-4-turbo:batch",
13996
14460
  name: "OpenAI: GPT-4 Turbo (batch)",
@@ -15582,13 +16046,13 @@ export const MODELS = {
15582
16046
  reasoning: true,
15583
16047
  input: ["text"],
15584
16048
  cost: {
15585
- input: 0.22749999999999998,
15586
- output: 0.9099999999999999,
16049
+ input: 0.12,
16050
+ output: 0.24,
15587
16051
  cacheRead: 0,
15588
16052
  cacheWrite: 0,
15589
16053
  },
15590
16054
  contextWindow: 131072,
15591
- maxTokens: 8192,
16055
+ maxTokens: 16384,
15592
16056
  },
15593
16057
  "qwen/qwen3-235b-a22b": {
15594
16058
  id: "qwen/qwen3-235b-a22b",
@@ -15616,13 +16080,13 @@ export const MODELS = {
15616
16080
  reasoning: false,
15617
16081
  input: ["text"],
15618
16082
  cost: {
15619
- input: 0.22,
15620
- output: 0.88,
15621
- cacheRead: 0,
16083
+ input: 0.0875,
16084
+ output: 0.35,
16085
+ cacheRead: 0.0175,
15622
16086
  cacheWrite: 0,
15623
16087
  },
15624
16088
  contextWindow: 262144,
15625
- maxTokens: 16384,
16089
+ maxTokens: 235929,
15626
16090
  },
15627
16091
  "qwen/qwen3-235b-a22b-thinking-2507": {
15628
16092
  id: "qwen/qwen3-235b-a22b-thinking-2507",
@@ -15667,13 +16131,13 @@ export const MODELS = {
15667
16131
  reasoning: false,
15668
16132
  input: ["text"],
15669
16133
  cost: {
15670
- input: 0.09,
15671
- output: 0.3,
16134
+ input: 0.04815,
16135
+ output: 0.19305,
15672
16136
  cacheRead: 0,
15673
16137
  cacheWrite: 0,
15674
16138
  },
15675
16139
  contextWindow: 262144,
15676
- maxTokens: 235929,
16140
+ maxTokens: 32000,
15677
16141
  },
15678
16142
  "qwen/qwen3-30b-a3b-thinking-2507": {
15679
16143
  id: "qwen/qwen3-30b-a3b-thinking-2507",
@@ -15877,7 +16341,7 @@ export const MODELS = {
15877
16341
  cacheWrite: 0,
15878
16342
  },
15879
16343
  contextWindow: 262144,
15880
- maxTokens: 235929,
16344
+ maxTokens: 32768,
15881
16345
  },
15882
16346
  "qwen/qwen3-vl-235b-a22b-instruct": {
15883
16347
  id: "qwen/qwen3-vl-235b-a22b-instruct",
@@ -15922,13 +16386,13 @@ export const MODELS = {
15922
16386
  reasoning: false,
15923
16387
  input: ["text", "image"],
15924
16388
  cost: {
15925
- input: 0.15,
15926
- output: 0.6,
16389
+ input: 0.13,
16390
+ output: 0.52,
15927
16391
  cacheRead: 0,
15928
16392
  cacheWrite: 0,
15929
16393
  },
15930
16394
  contextWindow: 262144,
15931
- maxTokens: 16384,
16395
+ maxTokens: 32768,
15932
16396
  },
15933
16397
  "qwen/qwen3-vl-30b-a3b-thinking": {
15934
16398
  id: "qwen/qwen3-vl-30b-a3b-thinking",
@@ -16041,13 +16505,13 @@ export const MODELS = {
16041
16505
  reasoning: true,
16042
16506
  input: ["text", "image"],
16043
16507
  cost: {
16044
- input: 0.3125,
16045
- output: 1.25,
16046
- cacheRead: 0.15625,
16508
+ input: 0.1625,
16509
+ output: 1.3,
16510
+ cacheRead: 0,
16047
16511
  cacheWrite: 0,
16048
16512
  },
16049
16513
  contextWindow: 262144,
16050
- maxTokens: 16384,
16514
+ maxTokens: 65536,
16051
16515
  },
16052
16516
  "qwen/qwen3.5-397b-a17b": {
16053
16517
  id: "qwen/qwen3.5-397b-a17b",
@@ -16330,9 +16794,9 @@ export const MODELS = {
16330
16794
  reasoning: true,
16331
16795
  input: ["text", "image"],
16332
16796
  cost: {
16333
- input: 0.42,
16334
- output: 3,
16335
- cacheRead: 0.08499999999999999,
16797
+ input: 0.21400000000000002,
16798
+ output: 2.5500000000000003,
16799
+ cacheRead: 0.15,
16336
16800
  cacheWrite: 0,
16337
16801
  },
16338
16802
  contextWindow: 1000000,
@@ -16406,6 +16870,23 @@ export const MODELS = {
16406
16870
  contextWindow: 256000,
16407
16871
  maxTokens: 128000,
16408
16872
  },
16873
+ "sakana/fugu-max": {
16874
+ id: "sakana/fugu-max",
16875
+ name: "Sakana: Fugu Max",
16876
+ api: "openai-completions",
16877
+ provider: "openrouter",
16878
+ baseUrl: "https://openrouter.ai/api/v1",
16879
+ reasoning: true,
16880
+ input: ["text", "image"],
16881
+ cost: {
16882
+ input: 2,
16883
+ output: 6,
16884
+ cacheRead: 0.25,
16885
+ cacheWrite: 0,
16886
+ },
16887
+ contextWindow: 1000000,
16888
+ maxTokens: 128000,
16889
+ },
16409
16890
  "sakana/fugu-ultra": {
16410
16891
  id: "sakana/fugu-ultra",
16411
16892
  name: "Sakana: Fugu Ultra",
@@ -16423,6 +16904,23 @@ export const MODELS = {
16423
16904
  contextWindow: 1000000,
16424
16905
  maxTokens: 128000,
16425
16906
  },
16907
+ "sakana/fugu-ultra-v2": {
16908
+ id: "sakana/fugu-ultra-v2",
16909
+ name: "Sakana: Fugu Ultra v2",
16910
+ api: "openai-completions",
16911
+ provider: "openrouter",
16912
+ baseUrl: "https://openrouter.ai/api/v1",
16913
+ reasoning: true,
16914
+ input: ["text", "image"],
16915
+ cost: {
16916
+ input: 5,
16917
+ output: 30,
16918
+ cacheRead: 0.5,
16919
+ cacheWrite: 0,
16920
+ },
16921
+ contextWindow: 1000000,
16922
+ maxTokens: 128000,
16923
+ },
16426
16924
  "sakana/sakana-namazu": {
16427
16925
  id: "sakana/sakana-namazu",
16428
16926
  name: "Sakana: Sakana Namazu",
@@ -16457,6 +16955,23 @@ export const MODELS = {
16457
16955
  contextWindow: 131072,
16458
16956
  maxTokens: 16384,
16459
16957
  },
16958
+ "stealth/union-alpha": {
16959
+ id: "stealth/union-alpha",
16960
+ name: "Union Alpha",
16961
+ api: "openai-completions",
16962
+ provider: "openrouter",
16963
+ baseUrl: "https://openrouter.ai/api/v1",
16964
+ reasoning: false,
16965
+ input: ["text", "image"],
16966
+ cost: {
16967
+ input: 0,
16968
+ output: 0,
16969
+ cacheRead: 0,
16970
+ cacheWrite: 0,
16971
+ },
16972
+ contextWindow: 262144,
16973
+ maxTokens: 131072,
16974
+ },
16460
16975
  "stepfun/step-3.5-flash": {
16461
16976
  id: "stepfun/step-3.5-flash",
16462
16977
  name: "StepFun: Step 3.5 Flash",
@@ -16542,23 +17057,6 @@ export const MODELS = {
16542
17057
  contextWindow: 1048576,
16543
17058
  maxTokens: 64000,
16544
17059
  },
16545
- "thedrummer/unslopnemo-12b": {
16546
- id: "thedrummer/unslopnemo-12b",
16547
- name: "TheDrummer: UnslopNemo 12B",
16548
- api: "openai-completions",
16549
- provider: "openrouter",
16550
- baseUrl: "https://openrouter.ai/api/v1",
16551
- reasoning: false,
16552
- input: ["text"],
16553
- cost: {
16554
- input: 0.39999999999999997,
16555
- output: 0.39999999999999997,
16556
- cacheRead: 0,
16557
- cacheWrite: 0,
16558
- },
16559
- contextWindow: 1024000,
16560
- maxTokens: 819200,
16561
- },
16562
17060
  "thinkingmachines/inkling": {
16563
17061
  id: "thinkingmachines/inkling",
16564
17062
  name: "Thinking Machines: Inkling",
@@ -16574,7 +17072,7 @@ export const MODELS = {
16574
17072
  cacheWrite: 0,
16575
17073
  },
16576
17074
  contextWindow: 1048576,
16577
- maxTokens: 32768,
17075
+ maxTokens: 471859,
16578
17076
  },
16579
17077
  "thinkingmachines/inkling-small": {
16580
17078
  id: "thinkingmachines/inkling-small",
@@ -16593,23 +17091,6 @@ export const MODELS = {
16593
17091
  contextWindow: 1048576,
16594
17092
  maxTokens: 262144,
16595
17093
  },
16596
- "thinkingmachines/inkling-small:batch": {
16597
- id: "thinkingmachines/inkling-small:batch",
16598
- name: "Thinking Machines: Inkling Small (batch)",
16599
- api: "openai-completions",
16600
- provider: "openrouter",
16601
- baseUrl: "https://openrouter.ai/api/v1",
16602
- reasoning: true,
16603
- input: ["text", "image"],
16604
- cost: {
16605
- input: 0.5,
16606
- output: 1.2,
16607
- cacheRead: 0.09999999999999999,
16608
- cacheWrite: 0,
16609
- },
16610
- contextWindow: 524288,
16611
- maxTokens: 471859,
16612
- },
16613
17094
  "thinkingmachines/inkling-small:free": {
16614
17095
  id: "thinkingmachines/inkling-small:free",
16615
17096
  name: "Thinking Machines: Inkling Small (free)",
@@ -16687,9 +17168,9 @@ export const MODELS = {
16687
17168
  reasoning: true,
16688
17169
  input: ["text"],
16689
17170
  cost: {
16690
- input: 0.03,
16691
- output: 0.12,
16692
- cacheRead: 0.006,
17171
+ input: 0.09,
17172
+ output: 0.36,
17173
+ cacheRead: 0.018,
16693
17174
  cacheWrite: 0,
16694
17175
  },
16695
17176
  contextWindow: 524288,
@@ -16947,7 +17428,7 @@ export const MODELS = {
16947
17428
  cacheRead: 0,
16948
17429
  cacheWrite: 0,
16949
17430
  },
16950
- contextWindow: 202752,
17431
+ contextWindow: 200000,
16951
17432
  maxTokens: 117964,
16952
17433
  },
16953
17434
  "z-ai/glm-5": {
@@ -17010,9 +17491,9 @@ export const MODELS = {
17010
17491
  reasoning: true,
17011
17492
  input: ["text"],
17012
17493
  cost: {
17013
- input: 0.966,
17014
- output: 3.036,
17015
- cacheRead: 0.1932,
17494
+ input: 1.4,
17495
+ output: 4.4,
17496
+ cacheRead: 0.14,
17016
17497
  cacheWrite: 0,
17017
17498
  },
17018
17499
  contextWindow: 1048576,
@@ -17050,7 +17531,7 @@ export const MODELS = {
17050
17531
  cacheWrite: 0,
17051
17532
  },
17052
17533
  contextWindow: 1310720,
17053
- maxTokens: 943718,
17534
+ maxTokens: 943717,
17054
17535
  },
17055
17536
  "z-ai/glm-5.3-flash": {
17056
17537
  id: "z-ai/glm-5.3-flash",
@@ -17061,9 +17542,9 @@ export const MODELS = {
17061
17542
  reasoning: true,
17062
17543
  input: ["text", "image"],
17063
17544
  cost: {
17064
- input: 0.075,
17065
- output: 0.25,
17066
- cacheRead: 0.015,
17545
+ input: 0.09,
17546
+ output: 0.3,
17547
+ cacheRead: 0.018,
17067
17548
  cacheWrite: 0,
17068
17549
  },
17069
17550
  contextWindow: 1310720,
@@ -17139,7 +17620,7 @@ export const MODELS = {
17139
17620
  },
17140
17621
  "~anthropic/claude-haiku-latest": {
17141
17622
  id: "~anthropic/claude-haiku-latest",
17142
- name: "Anthropic Claude Haiku Latest",
17623
+ name: "Anthropic: Claude Haiku Latest",
17143
17624
  api: "openai-completions",
17144
17625
  provider: "openrouter",
17145
17626
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17173,7 +17654,7 @@ export const MODELS = {
17173
17654
  },
17174
17655
  "~anthropic/claude-sonnet-latest": {
17175
17656
  id: "~anthropic/claude-sonnet-latest",
17176
- name: "Anthropic Claude Sonnet Latest",
17657
+ name: "Anthropic: Claude Sonnet Latest",
17177
17658
  api: "openai-completions",
17178
17659
  provider: "openrouter",
17179
17660
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17188,9 +17669,43 @@ export const MODELS = {
17188
17669
  contextWindow: 1000000,
17189
17670
  maxTokens: 128000,
17190
17671
  },
17672
+ "~deepseek/deepseek-flash-latest": {
17673
+ id: "~deepseek/deepseek-flash-latest",
17674
+ name: "DeepSeek: DeepSeek Flash Latest",
17675
+ api: "openai-completions",
17676
+ provider: "openrouter",
17677
+ baseUrl: "https://openrouter.ai/api/v1",
17678
+ reasoning: true,
17679
+ input: ["text", "image"],
17680
+ cost: {
17681
+ input: 0.15,
17682
+ output: 0.6,
17683
+ cacheRead: 0.015,
17684
+ cacheWrite: 0,
17685
+ },
17686
+ contextWindow: 1048576,
17687
+ maxTokens: 393216,
17688
+ },
17689
+ "~deepseek/deepseek-pro-latest": {
17690
+ id: "~deepseek/deepseek-pro-latest",
17691
+ name: "DeepSeek: DeepSeek Pro Latest",
17692
+ api: "openai-completions",
17693
+ provider: "openrouter",
17694
+ baseUrl: "https://openrouter.ai/api/v1",
17695
+ reasoning: true,
17696
+ input: ["text"],
17697
+ cost: {
17698
+ input: 0.57948,
17699
+ output: 1.73844,
17700
+ cacheRead: 0.018438,
17701
+ cacheWrite: 0,
17702
+ },
17703
+ contextWindow: 1048576,
17704
+ maxTokens: 393216,
17705
+ },
17191
17706
  "~deepseek/deepseek-v4-flash-latest": {
17192
17707
  id: "~deepseek/deepseek-v4-flash-latest",
17193
- name: "DeepSeek V4 Flash Latest",
17708
+ name: "DeepSeek: DeepSeek V4 Flash Latest",
17194
17709
  api: "openai-completions",
17195
17710
  provider: "openrouter",
17196
17711
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17199,9 +17714,9 @@ export const MODELS = {
17199
17714
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
17200
17715
  input: ["text"],
17201
17716
  cost: {
17202
- input: 0.049999999999999996,
17203
- output: 0.16,
17204
- cacheRead: 0.013000000000000001,
17717
+ input: 0.03,
17718
+ output: 0.13,
17719
+ cacheRead: 0.01,
17205
17720
  cacheWrite: 0,
17206
17721
  },
17207
17722
  contextWindow: 1310720,
@@ -17209,7 +17724,7 @@ export const MODELS = {
17209
17724
  },
17210
17725
  "~google/gemini-flash-latest": {
17211
17726
  id: "~google/gemini-flash-latest",
17212
- name: "Google Gemini Flash Latest",
17727
+ name: "Google: Gemini Flash Latest",
17213
17728
  api: "openai-completions",
17214
17729
  provider: "openrouter",
17215
17730
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17226,7 +17741,7 @@ export const MODELS = {
17226
17741
  },
17227
17742
  "~google/gemini-pro-latest": {
17228
17743
  id: "~google/gemini-pro-latest",
17229
- name: "Google Gemini Pro Latest",
17744
+ name: "Google: Gemini Pro Latest",
17230
17745
  api: "openai-completions",
17231
17746
  provider: "openrouter",
17232
17747
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17243,41 +17758,58 @@ export const MODELS = {
17243
17758
  },
17244
17759
  "~moonshotai/kimi-latest": {
17245
17760
  id: "~moonshotai/kimi-latest",
17246
- name: "MoonshotAI Kimi Latest",
17761
+ name: "MoonshotAI: Kimi Latest",
17247
17762
  api: "openai-completions",
17248
17763
  provider: "openrouter",
17249
17764
  baseUrl: "https://openrouter.ai/api/v1",
17250
17765
  reasoning: true,
17251
17766
  input: ["text", "image"],
17252
17767
  cost: {
17253
- input: 2.4,
17254
- output: 12,
17255
- cacheRead: 0.24,
17768
+ input: 2.0999999999999996,
17769
+ output: 10.950000000000001,
17770
+ cacheRead: 0.22999999999999998,
17256
17771
  cacheWrite: 0,
17257
17772
  },
17258
17773
  contextWindow: 1048576,
17259
17774
  maxTokens: 943718,
17260
17775
  },
17261
- "~openai/gpt-latest": {
17262
- id: "~openai/gpt-latest",
17263
- name: "OpenAI GPT Latest",
17776
+ "~openai/gpt-astra-latest": {
17777
+ id: "~openai/gpt-astra-latest",
17778
+ name: "OpenAI: GPT Astra Latest",
17264
17779
  api: "openai-completions",
17265
17780
  provider: "openrouter",
17266
17781
  baseUrl: "https://openrouter.ai/api/v1",
17267
17782
  reasoning: true,
17268
17783
  input: ["text", "image"],
17269
17784
  cost: {
17270
- input: 2,
17271
- output: 10,
17272
- cacheRead: 0.19999999999999998,
17273
- cacheWrite: 2.5,
17785
+ input: 10,
17786
+ output: 50,
17787
+ cacheRead: 1,
17788
+ cacheWrite: 12.5,
17789
+ },
17790
+ contextWindow: 1050000,
17791
+ maxTokens: 128000,
17792
+ },
17793
+ "~openai/gpt-luna-latest": {
17794
+ id: "~openai/gpt-luna-latest",
17795
+ name: "OpenAI: GPT Luna Latest",
17796
+ api: "openai-completions",
17797
+ provider: "openrouter",
17798
+ baseUrl: "https://openrouter.ai/api/v1",
17799
+ reasoning: true,
17800
+ input: ["text", "image"],
17801
+ cost: {
17802
+ input: 0.19999999999999998,
17803
+ output: 1.2,
17804
+ cacheRead: 0.02,
17805
+ cacheWrite: 0.25,
17274
17806
  },
17275
17807
  contextWindow: 1050000,
17276
17808
  maxTokens: 128000,
17277
17809
  },
17278
17810
  "~openai/gpt-mini-latest": {
17279
17811
  id: "~openai/gpt-mini-latest",
17280
- name: "OpenAI GPT Mini Latest",
17812
+ name: "OpenAI: GPT Mini Latest",
17281
17813
  api: "openai-completions",
17282
17814
  provider: "openrouter",
17283
17815
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17292,6 +17824,40 @@ export const MODELS = {
17292
17824
  contextWindow: 400000,
17293
17825
  maxTokens: 128000,
17294
17826
  },
17827
+ "~openai/gpt-sol-latest": {
17828
+ id: "~openai/gpt-sol-latest",
17829
+ name: "OpenAI: GPT Sol Latest",
17830
+ api: "openai-completions",
17831
+ provider: "openrouter",
17832
+ baseUrl: "https://openrouter.ai/api/v1",
17833
+ reasoning: true,
17834
+ input: ["text", "image"],
17835
+ cost: {
17836
+ input: 2,
17837
+ output: 10,
17838
+ cacheRead: 0.19999999999999998,
17839
+ cacheWrite: 2.5,
17840
+ },
17841
+ contextWindow: 1050000,
17842
+ maxTokens: 128000,
17843
+ },
17844
+ "~openai/gpt-terra-latest": {
17845
+ id: "~openai/gpt-terra-latest",
17846
+ name: "OpenAI: GPT Terra Latest",
17847
+ api: "openai-completions",
17848
+ provider: "openrouter",
17849
+ baseUrl: "https://openrouter.ai/api/v1",
17850
+ reasoning: true,
17851
+ input: ["text", "image"],
17852
+ cost: {
17853
+ input: 2,
17854
+ output: 12,
17855
+ cacheRead: 0.19999999999999998,
17856
+ cacheWrite: 2.5,
17857
+ },
17858
+ contextWindow: 1050000,
17859
+ maxTokens: 128000,
17860
+ },
17295
17861
  "~x-ai/grok-latest": {
17296
17862
  id: "~x-ai/grok-latest",
17297
17863
  name: "xAI: Grok Latest",
@@ -17335,13 +17901,13 @@ export const MODELS = {
17335
17901
  reasoning: true,
17336
17902
  input: ["text"],
17337
17903
  cost: {
17338
- input: 1.092,
17339
- output: 3.432,
17340
- cacheRead: 0.20279999999999998,
17904
+ input: 0.8775,
17905
+ output: 2.9699999999999998,
17906
+ cacheRead: 0.1755,
17341
17907
  cacheWrite: 0,
17342
17908
  },
17343
17909
  contextWindow: 1310720,
17344
- maxTokens: 131072,
17910
+ maxTokens: 235929,
17345
17911
  },
17346
17912
  },
17347
17913
  "together": {
@@ -17514,6 +18080,25 @@ export const MODELS = {
17514
18080
  contextWindow: 1048576,
17515
18081
  maxTokens: 384000,
17516
18082
  },
18083
+ "deepseek-ai/DeepSeek-V4.1-Flash": {
18084
+ id: "deepseek-ai/DeepSeek-V4.1-Flash",
18085
+ name: "DeepSeek V4.1 Flash",
18086
+ api: "openai-completions",
18087
+ provider: "together",
18088
+ baseUrl: "https://api.together.ai/v1",
18089
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
18090
+ reasoning: true,
18091
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
18092
+ input: ["text", "image"],
18093
+ cost: {
18094
+ input: 0.3,
18095
+ output: 1.2,
18096
+ cacheRead: 0.006,
18097
+ cacheWrite: 0,
18098
+ },
18099
+ contextWindow: 1048576,
18100
+ maxTokens: 384000,
18101
+ },
17517
18102
  "google/gemma-4-31B-it": {
17518
18103
  id: "google/gemma-4-31B-it",
17519
18104
  name: "Gemma 4 31B Instruct",
@@ -17822,7 +18407,7 @@ export const MODELS = {
17822
18407
  cost: {
17823
18408
  input: 1.3,
17824
18409
  output: 7.8,
17825
- cacheRead: 0.26,
18410
+ cacheRead: 0.13,
17826
18411
  cacheWrite: 1.625,
17827
18412
  },
17828
18413
  contextWindow: 240000,
@@ -17978,8 +18563,8 @@ export const MODELS = {
17978
18563
  cacheRead: 0,
17979
18564
  cacheWrite: 0,
17980
18565
  },
17981
- contextWindow: 131072,
17982
- maxTokens: 32768,
18566
+ contextWindow: 262114,
18567
+ maxTokens: 262114,
17983
18568
  },
17984
18569
  "alibaba/qwen3-next-80b-a3b-thinking": {
17985
18570
  id: "alibaba/qwen3-next-80b-a3b-thinking",
@@ -17994,9 +18579,9 @@ export const MODELS = {
17994
18579
  output: 1.2,
17995
18580
  cacheRead: 0,
17996
18581
  cacheWrite: 0,
17997
- },
17998
- contextWindow: 131072,
17999
- maxTokens: 32768,
18582
+ },
18583
+ contextWindow: 262144,
18584
+ maxTokens: 262144,
18000
18585
  },
18001
18586
  "alibaba/qwen3-vl-235b-a22b-instruct": {
18002
18587
  id: "alibaba/qwen3-vl-235b-a22b-instruct",
@@ -18060,7 +18645,7 @@ export const MODELS = {
18060
18645
  cost: {
18061
18646
  input: 0.09999999999999999,
18062
18647
  output: 0.39999999999999997,
18063
- cacheRead: 0.001,
18648
+ cacheRead: 0.01,
18064
18649
  cacheWrite: 0.125,
18065
18650
  },
18066
18651
  contextWindow: 1000000,
@@ -18076,7 +18661,7 @@ export const MODELS = {
18076
18661
  input: ["text", "image"],
18077
18662
  cost: {
18078
18663
  input: 0.39999999999999997,
18079
- output: 2.4,
18664
+ output: 2.5,
18080
18665
  cacheRead: 0.04,
18081
18666
  cacheWrite: 0.5,
18082
18667
  },
@@ -18111,7 +18696,7 @@ export const MODELS = {
18111
18696
  cost: {
18112
18697
  input: 0.5,
18113
18698
  output: 3,
18114
- cacheRead: 0.09999999999999999,
18699
+ cacheRead: 0.049999999999999996,
18115
18700
  cacheWrite: 0.625,
18116
18701
  },
18117
18702
  contextWindow: 1000000,
@@ -18211,7 +18796,7 @@ export const MODELS = {
18211
18796
  reasoning: true,
18212
18797
  input: ["text", "image"],
18213
18798
  cost: {
18214
- input: 0.16,
18799
+ input: 0.15,
18215
18800
  output: 0.47,
18216
18801
  cacheRead: 0.016,
18217
18802
  cacheWrite: 0.19999999999999998,
@@ -18219,23 +18804,6 @@ export const MODELS = {
18219
18804
  contextWindow: 991000,
18220
18805
  maxTokens: 128000,
18221
18806
  },
18222
- "alibaba/qwen3.8-flash-next": {
18223
- id: "alibaba/qwen3.8-flash-next",
18224
- name: "Qwen 3.8 Flash Next",
18225
- api: "anthropic-messages",
18226
- provider: "vercel-ai-gateway",
18227
- baseUrl: "https://ai-gateway.vercel.sh",
18228
- reasoning: true,
18229
- input: ["text", "image"],
18230
- cost: {
18231
- input: 0.12,
18232
- output: 0.39999999999999997,
18233
- cacheRead: 0.01,
18234
- cacheWrite: 0,
18235
- },
18236
- contextWindow: 1048576,
18237
- maxTokens: 1048576,
18238
- },
18239
18807
  "alibaba/qwen3.8-max": {
18240
18808
  id: "alibaba/qwen3.8-max",
18241
18809
  name: "Qwen 3.8 Max",
@@ -18248,9 +18816,9 @@ export const MODELS = {
18248
18816
  input: 2,
18249
18817
  output: 6,
18250
18818
  cacheRead: 0.25,
18251
- cacheWrite: 2.5,
18819
+ cacheWrite: 0,
18252
18820
  },
18253
- contextWindow: 1000000,
18821
+ contextWindow: 262144,
18254
18822
  maxTokens: 128000,
18255
18823
  },
18256
18824
  "alibaba/qwen3.8-max-0902": {
@@ -18668,6 +19236,23 @@ export const MODELS = {
18668
19236
  contextWindow: 256000,
18669
19237
  maxTokens: 64000,
18670
19238
  },
19239
+ "bytedance/seed-2.1-turbo": {
19240
+ id: "bytedance/seed-2.1-turbo",
19241
+ name: "Seed 2.1 Turbo",
19242
+ api: "anthropic-messages",
19243
+ provider: "vercel-ai-gateway",
19244
+ baseUrl: "https://ai-gateway.vercel.sh",
19245
+ reasoning: true,
19246
+ input: ["text", "image"],
19247
+ cost: {
19248
+ input: 0.5,
19249
+ output: 2.5,
19250
+ cacheRead: 0.09999999999999999,
19251
+ cacheWrite: 0,
19252
+ },
19253
+ contextWindow: 262144,
19254
+ maxTokens: 262144,
19255
+ },
18671
19256
  "cohere/command-a": {
18672
19257
  id: "cohere/command-a",
18673
19258
  name: "Command A",
@@ -18864,13 +19449,13 @@ export const MODELS = {
18864
19449
  reasoning: true,
18865
19450
  input: ["text", "image"],
18866
19451
  cost: {
18867
- input: 0.15,
18868
- output: 0.6,
18869
- cacheRead: 0.003,
19452
+ input: 0.3,
19453
+ output: 1.2,
19454
+ cacheRead: 0.03,
18870
19455
  cacheWrite: 0,
18871
19456
  },
18872
- contextWindow: 1000000,
18873
- maxTokens: 384000,
19457
+ contextWindow: 1048576,
19458
+ maxTokens: 32768,
18874
19459
  },
18875
19460
  "google/gemini-2.5-flash": {
18876
19461
  id: "google/gemini-2.5-flash",
@@ -19153,9 +19738,9 @@ export const MODELS = {
19153
19738
  reasoning: true,
19154
19739
  input: ["text"],
19155
19740
  cost: {
19156
- input: 0.06,
19157
- output: 0.18,
19158
- cacheRead: 0.012,
19741
+ input: 0.020999999999999998,
19742
+ output: 0.063,
19743
+ cacheRead: 0.004200000000000001,
19159
19744
  cacheWrite: 0,
19160
19745
  },
19161
19746
  contextWindow: 256000,
@@ -19229,90 +19814,56 @@ export const MODELS = {
19229
19814
  contextWindow: 256000,
19230
19815
  maxTokens: 32000,
19231
19816
  },
19232
- "interfaze/interfaze-beta": {
19233
- id: "interfaze/interfaze-beta",
19234
- name: "Interfaze Beta",
19817
+ "inclusionai/ling-3.0-flash-vl": {
19818
+ id: "inclusionai/ling-3.0-flash-vl",
19819
+ name: "Ling 3.0 Flash VL",
19235
19820
  api: "anthropic-messages",
19236
19821
  provider: "vercel-ai-gateway",
19237
19822
  baseUrl: "https://ai-gateway.vercel.sh",
19238
19823
  reasoning: true,
19239
19824
  input: ["text", "image"],
19240
19825
  cost: {
19241
- input: 1.5,
19242
- output: 3.5,
19826
+ input: 0,
19827
+ output: 0,
19243
19828
  cacheRead: 0,
19244
19829
  cacheWrite: 0,
19245
19830
  },
19246
- contextWindow: 1000000,
19831
+ contextWindow: 256000,
19247
19832
  maxTokens: 32000,
19248
19833
  },
19249
- "kwaipilot/kat-coder-air-v2.5": {
19250
- id: "kwaipilot/kat-coder-air-v2.5",
19251
- name: "Kat Coder Air V2.5",
19834
+ "inclusionai/ling-3.0-flash-vl-free": {
19835
+ id: "inclusionai/ling-3.0-flash-vl-free",
19836
+ name: "Ling 3.0 Flash VL (Free)",
19252
19837
  api: "anthropic-messages",
19253
19838
  provider: "vercel-ai-gateway",
19254
19839
  baseUrl: "https://ai-gateway.vercel.sh",
19255
19840
  reasoning: true,
19256
19841
  input: ["text", "image"],
19257
19842
  cost: {
19258
- input: 0.15,
19259
- output: 0.6,
19260
- cacheRead: 0.03,
19261
- cacheWrite: 0,
19262
- },
19263
- contextWindow: 256000,
19264
- maxTokens: 80000,
19265
- },
19266
- "kwaipilot/kat-coder-pro-v1": {
19267
- id: "kwaipilot/kat-coder-pro-v1",
19268
- name: "KAT-Coder-Pro V1",
19269
- api: "anthropic-messages",
19270
- provider: "vercel-ai-gateway",
19271
- baseUrl: "https://ai-gateway.vercel.sh",
19272
- reasoning: false,
19273
- input: ["text"],
19274
- cost: {
19275
- input: 0.3,
19276
- output: 1.2,
19277
- cacheRead: 0.06,
19843
+ input: 0,
19844
+ output: 0,
19845
+ cacheRead: 0,
19278
19846
  cacheWrite: 0,
19279
19847
  },
19280
19848
  contextWindow: 256000,
19281
19849
  maxTokens: 32000,
19282
19850
  },
19283
- "kwaipilot/kat-coder-pro-v2": {
19284
- id: "kwaipilot/kat-coder-pro-v2",
19285
- name: "Kat Coder Pro V2",
19286
- api: "anthropic-messages",
19287
- provider: "vercel-ai-gateway",
19288
- baseUrl: "https://ai-gateway.vercel.sh",
19289
- reasoning: true,
19290
- input: ["text"],
19291
- cost: {
19292
- input: 0.3,
19293
- output: 1.2,
19294
- cacheRead: 0.06,
19295
- cacheWrite: 0,
19296
- },
19297
- contextWindow: 256000,
19298
- maxTokens: 256000,
19299
- },
19300
- "kwaipilot/kat-coder-pro-v2.5": {
19301
- id: "kwaipilot/kat-coder-pro-v2.5",
19302
- name: "Kat Coder Pro V2.5",
19851
+ "interfaze/interfaze-beta": {
19852
+ id: "interfaze/interfaze-beta",
19853
+ name: "Interfaze Beta",
19303
19854
  api: "anthropic-messages",
19304
19855
  provider: "vercel-ai-gateway",
19305
19856
  baseUrl: "https://ai-gateway.vercel.sh",
19306
19857
  reasoning: true,
19307
19858
  input: ["text", "image"],
19308
19859
  cost: {
19309
- input: 0.74,
19310
- output: 2.96,
19311
- cacheRead: 0.15,
19860
+ input: 1.5,
19861
+ output: 3.5,
19862
+ cacheRead: 0,
19312
19863
  cacheWrite: 0,
19313
19864
  },
19314
- contextWindow: 256000,
19315
- maxTokens: 80000,
19865
+ contextWindow: 1000000,
19866
+ maxTokens: 32000,
19316
19867
  },
19317
19868
  "meta/llama-3.1-70b": {
19318
19869
  id: "meta/llama-3.1-70b",
@@ -19648,46 +20199,12 @@ export const MODELS = {
19648
20199
  cost: {
19649
20200
  input: 0.3,
19650
20201
  output: 0.8999999999999999,
19651
- cacheRead: 0,
20202
+ cacheRead: 0.03,
19652
20203
  cacheWrite: 0,
19653
20204
  },
19654
20205
  contextWindow: 128000,
19655
20206
  maxTokens: 4000,
19656
20207
  },
19657
- "mistral/devstral-2": {
19658
- id: "mistral/devstral-2",
19659
- name: "Devstral 2",
19660
- api: "anthropic-messages",
19661
- provider: "vercel-ai-gateway",
19662
- baseUrl: "https://ai-gateway.vercel.sh",
19663
- reasoning: false,
19664
- input: ["text"],
19665
- cost: {
19666
- input: 0.39999999999999997,
19667
- output: 2,
19668
- cacheRead: 0,
19669
- cacheWrite: 0,
19670
- },
19671
- contextWindow: 256000,
19672
- maxTokens: 256000,
19673
- },
19674
- "mistral/devstral-small-2": {
19675
- id: "mistral/devstral-small-2",
19676
- name: "Devstral Small 2",
19677
- api: "anthropic-messages",
19678
- provider: "vercel-ai-gateway",
19679
- baseUrl: "https://ai-gateway.vercel.sh",
19680
- reasoning: false,
19681
- input: ["text", "image"],
19682
- cost: {
19683
- input: 0.09999999999999999,
19684
- output: 0.3,
19685
- cacheRead: 0,
19686
- cacheWrite: 0,
19687
- },
19688
- contextWindow: 256000,
19689
- maxTokens: 256000,
19690
- },
19691
20208
  "mistral/ministral-14b": {
19692
20209
  id: "mistral/ministral-14b",
19693
20210
  name: "Ministral 14B",
@@ -19699,10 +20216,10 @@ export const MODELS = {
19699
20216
  cost: {
19700
20217
  input: 0.19999999999999998,
19701
20218
  output: 0.19999999999999998,
19702
- cacheRead: 0,
20219
+ cacheRead: 0.02,
19703
20220
  cacheWrite: 0,
19704
20221
  },
19705
- contextWindow: 256000,
20222
+ contextWindow: 262144,
19706
20223
  maxTokens: 256000,
19707
20224
  },
19708
20225
  "mistral/ministral-3b": {
@@ -19716,10 +20233,10 @@ export const MODELS = {
19716
20233
  cost: {
19717
20234
  input: 0.09999999999999999,
19718
20235
  output: 0.09999999999999999,
19719
- cacheRead: 0,
20236
+ cacheRead: 0.01,
19720
20237
  cacheWrite: 0,
19721
20238
  },
19722
- contextWindow: 128000,
20239
+ contextWindow: 131072,
19723
20240
  maxTokens: 4000,
19724
20241
  },
19725
20242
  "mistral/ministral-8b": {
@@ -19733,10 +20250,10 @@ export const MODELS = {
19733
20250
  cost: {
19734
20251
  input: 0.15,
19735
20252
  output: 0.15,
19736
- cacheRead: 0,
20253
+ cacheRead: 0.015,
19737
20254
  cacheWrite: 0,
19738
20255
  },
19739
- contextWindow: 128000,
20256
+ contextWindow: 262144,
19740
20257
  maxTokens: 4000,
19741
20258
  },
19742
20259
  "mistral/mistral-large-3": {
@@ -19750,29 +20267,12 @@ export const MODELS = {
19750
20267
  cost: {
19751
20268
  input: 0.5,
19752
20269
  output: 1.5,
19753
- cacheRead: 0,
20270
+ cacheRead: 0.049999999999999996,
19754
20271
  cacheWrite: 0,
19755
20272
  },
19756
- contextWindow: 256000,
20273
+ contextWindow: 262144,
19757
20274
  maxTokens: 256000,
19758
20275
  },
19759
- "mistral/mistral-medium": {
19760
- id: "mistral/mistral-medium",
19761
- name: "Mistral Medium 3.1",
19762
- api: "anthropic-messages",
19763
- provider: "vercel-ai-gateway",
19764
- baseUrl: "https://ai-gateway.vercel.sh",
19765
- reasoning: false,
19766
- input: ["text", "image"],
19767
- cost: {
19768
- input: 0.39999999999999997,
19769
- output: 2,
19770
- cacheRead: 0,
19771
- cacheWrite: 0,
19772
- },
19773
- contextWindow: 128000,
19774
- maxTokens: 64000,
19775
- },
19776
20276
  "mistral/mistral-medium-3.5": {
19777
20277
  id: "mistral/mistral-medium-3.5",
19778
20278
  name: "Mistral Medium Latest",
@@ -19784,10 +20284,10 @@ export const MODELS = {
19784
20284
  cost: {
19785
20285
  input: 1.5,
19786
20286
  output: 7.5,
19787
- cacheRead: 0,
20287
+ cacheRead: 0.15,
19788
20288
  cacheWrite: 0,
19789
20289
  },
19790
- contextWindow: 256000,
20290
+ contextWindow: 262144,
19791
20291
  maxTokens: 256000,
19792
20292
  },
19793
20293
  "mistral/mistral-nemo": {
@@ -19797,15 +20297,15 @@ export const MODELS = {
19797
20297
  provider: "vercel-ai-gateway",
19798
20298
  baseUrl: "https://ai-gateway.vercel.sh",
19799
20299
  reasoning: false,
19800
- input: ["text", "image"],
20300
+ input: ["text"],
19801
20301
  cost: {
19802
- input: 0.15,
19803
- output: 0.15,
20302
+ input: 0.04,
20303
+ output: 0.16999999999999998,
19804
20304
  cacheRead: 0,
19805
20305
  cacheWrite: 0,
19806
20306
  },
19807
- contextWindow: 128000,
19808
- maxTokens: 128000,
20307
+ contextWindow: 60288,
20308
+ maxTokens: 16000,
19809
20309
  },
19810
20310
  "mistral/mistral-small": {
19811
20311
  id: "mistral/mistral-small",
@@ -19815,30 +20315,13 @@ export const MODELS = {
19815
20315
  baseUrl: "https://ai-gateway.vercel.sh",
19816
20316
  reasoning: false,
19817
20317
  input: ["text", "image"],
19818
- cost: {
19819
- input: 0.09999999999999999,
19820
- output: 0.3,
19821
- cacheRead: 0,
19822
- cacheWrite: 0,
19823
- },
19824
- contextWindow: 32000,
19825
- maxTokens: 4000,
19826
- },
19827
- "mistral/pixtral-12b": {
19828
- id: "mistral/pixtral-12b",
19829
- name: "Pixtral 12B 2409",
19830
- api: "anthropic-messages",
19831
- provider: "vercel-ai-gateway",
19832
- baseUrl: "https://ai-gateway.vercel.sh",
19833
- reasoning: false,
19834
- input: ["text", "image"],
19835
20318
  cost: {
19836
20319
  input: 0.15,
19837
- output: 0.15,
19838
- cacheRead: 0,
20320
+ output: 0.6,
20321
+ cacheRead: 0.015,
19839
20322
  cacheWrite: 0,
19840
20323
  },
19841
- contextWindow: 128000,
20324
+ contextWindow: 262144,
19842
20325
  maxTokens: 4000,
19843
20326
  },
19844
20327
  "moonshotai/kimi-k2": {
@@ -19886,11 +20369,11 @@ export const MODELS = {
19886
20369
  cost: {
19887
20370
  input: 0.6,
19888
20371
  output: 3,
19889
- cacheRead: 0.09999999999999999,
20372
+ cacheRead: 0,
19890
20373
  cacheWrite: 0,
19891
20374
  },
19892
- contextWindow: 262114,
19893
- maxTokens: 262114,
20375
+ contextWindow: 256000,
20376
+ maxTokens: 256000,
19894
20377
  },
19895
20378
  "moonshotai/kimi-k2.6": {
19896
20379
  id: "moonshotai/kimi-k2.6",
@@ -19987,8 +20470,8 @@ export const MODELS = {
19987
20470
  input: ["text"],
19988
20471
  cost: {
19989
20472
  input: 0.049999999999999996,
19990
- output: 0.24,
19991
- cacheRead: 0,
20473
+ output: 0.19999999999999998,
20474
+ cacheRead: 0.024999999999999998,
19992
20475
  cacheWrite: 0,
19993
20476
  },
19994
20477
  contextWindow: 262144,
@@ -20927,8 +21410,8 @@ export const MODELS = {
20927
21410
  reasoning: true,
20928
21411
  input: ["text"],
20929
21412
  cost: {
20930
- input: 0.049999999999999996,
20931
- output: 0.19999999999999998,
21413
+ input: 0.03,
21414
+ output: 0.14,
20932
21415
  cacheRead: 0,
20933
21416
  cacheWrite: 0,
20934
21417
  },
@@ -21122,6 +21605,23 @@ export const MODELS = {
21122
21605
  contextWindow: 256000,
21123
21606
  maxTokens: 32768,
21124
21607
  },
21608
+ "sakana/fugu-max": {
21609
+ id: "sakana/fugu-max",
21610
+ name: "Fugu Max",
21611
+ api: "anthropic-messages",
21612
+ provider: "vercel-ai-gateway",
21613
+ baseUrl: "https://ai-gateway.vercel.sh",
21614
+ reasoning: true,
21615
+ input: ["text", "image"],
21616
+ cost: {
21617
+ input: 2,
21618
+ output: 6,
21619
+ cacheRead: 0.25,
21620
+ cacheWrite: 0,
21621
+ },
21622
+ contextWindow: 1000000,
21623
+ maxTokens: 1000000,
21624
+ },
21125
21625
  "sakana/fugu-ultra": {
21126
21626
  id: "sakana/fugu-ultra",
21127
21627
  name: "Fugu Ultra",
@@ -21139,6 +21639,23 @@ export const MODELS = {
21139
21639
  contextWindow: 1000000,
21140
21640
  maxTokens: 1000000,
21141
21641
  },
21642
+ "sakana/fugu-ultra-v2": {
21643
+ id: "sakana/fugu-ultra-v2",
21644
+ name: "Fugu Ultra v2",
21645
+ api: "anthropic-messages",
21646
+ provider: "vercel-ai-gateway",
21647
+ baseUrl: "https://ai-gateway.vercel.sh",
21648
+ reasoning: true,
21649
+ input: ["text", "image"],
21650
+ cost: {
21651
+ input: 5,
21652
+ output: 30,
21653
+ cacheRead: 0.5,
21654
+ cacheWrite: 0,
21655
+ },
21656
+ contextWindow: 1000000,
21657
+ maxTokens: 1000000,
21658
+ },
21142
21659
  "sakana/namazu": {
21143
21660
  id: "sakana/namazu",
21144
21661
  name: "Sakana Namazu",