@fleetagent/pi-ai 0.2.3 → 0.2.4

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",
@@ -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,10 @@ 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
329
  },
330
330
  "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
331
331
  id: "au.anthropic.claude-haiku-4-5-20251001-v1:0",
@@ -477,27 +477,10 @@ export const MODELS = {
477
477
  input: 0.064,
478
478
  output: 0.256,
479
479
  cacheRead: 0.016,
480
- cacheWrite: 0,
480
+ cacheWrite: 0.064,
481
481
  },
482
482
  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,
483
+ maxTokens: 10000,
501
484
  },
502
485
  "deepseek.v3-v1:0": {
503
486
  id: "deepseek.v3-v1:0",
@@ -518,7 +501,7 @@ export const MODELS = {
518
501
  },
519
502
  "deepseek.v3.2": {
520
503
  id: "deepseek.v3.2",
521
- name: "DeepSeek-V3.2",
504
+ name: "DeepSeek V3.2",
522
505
  api: "bedrock-converse-stream",
523
506
  provider: "amazon-bedrock",
524
507
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -545,10 +528,10 @@ export const MODELS = {
545
528
  input: 0.374,
546
529
  output: 3.157,
547
530
  cacheRead: 0.0935,
548
- cacheWrite: 0,
531
+ cacheWrite: 0.374,
549
532
  },
550
533
  contextWindow: 1000000,
551
- maxTokens: 64000,
534
+ maxTokens: 65535,
552
535
  },
553
536
  "eu.amazon.nova-lite-v1:0": {
554
537
  id: "eu.amazon.nova-lite-v1:0",
@@ -562,10 +545,10 @@ export const MODELS = {
562
545
  input: 0.069,
563
546
  output: 0.276,
564
547
  cacheRead: 0.01725,
565
- cacheWrite: 0,
548
+ cacheWrite: 0.069,
566
549
  },
567
550
  contextWindow: 300000,
568
- maxTokens: 8192,
551
+ maxTokens: 10000,
569
552
  },
570
553
  "eu.amazon.nova-micro-v1:0": {
571
554
  id: "eu.amazon.nova-micro-v1:0",
@@ -579,10 +562,10 @@ export const MODELS = {
579
562
  input: 0.04,
580
563
  output: 0.16,
581
564
  cacheRead: 0.01,
582
- cacheWrite: 0,
565
+ cacheWrite: 0.04,
583
566
  },
584
567
  contextWindow: 128000,
585
- maxTokens: 8192,
568
+ maxTokens: 10000,
586
569
  },
587
570
  "eu.amazon.nova-pro-v1:0": {
588
571
  id: "eu.amazon.nova-pro-v1:0",
@@ -596,10 +579,10 @@ export const MODELS = {
596
579
  input: 0.92,
597
580
  output: 3.68,
598
581
  cacheRead: 0.23,
599
- cacheWrite: 0,
582
+ cacheWrite: 0.92,
600
583
  },
601
584
  contextWindow: 300000,
602
- maxTokens: 8192,
585
+ maxTokens: 10000,
603
586
  },
604
587
  "eu.anthropic.claude-fable-5": {
605
588
  id: "eu.anthropic.claude-fable-5",
@@ -802,10 +785,10 @@ export const MODELS = {
802
785
  input: 0.3,
803
786
  output: 2.5,
804
787
  cacheRead: 0.075,
805
- cacheWrite: 0,
788
+ cacheWrite: 0.3,
806
789
  },
807
790
  contextWindow: 1000000,
808
- maxTokens: 64000,
791
+ maxTokens: 65535,
809
792
  },
810
793
  "global.anthropic.claude-fable-5": {
811
794
  id: "global.anthropic.claude-fable-5",
@@ -1085,30 +1068,47 @@ export const MODELS = {
1085
1068
  contextWindow: 500000,
1086
1069
  maxTokens: 500000,
1087
1070
  },
1088
- "google.gemma-3-27b-it": {
1089
- id: "google.gemma-3-27b-it",
1090
- name: "Google Gemma 3 27B Instruct",
1071
+ "google.gemma-4-26b-a4b": {
1072
+ id: "google.gemma-4-26b-a4b",
1073
+ name: "Gemma 4 26B A4B IT",
1091
1074
  api: "bedrock-converse-stream",
1092
1075
  provider: "amazon-bedrock",
1093
1076
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1094
- reasoning: false,
1077
+ reasoning: true,
1095
1078
  input: ["text", "image"],
1096
1079
  cost: {
1097
- input: 0.12,
1098
- output: 0.2,
1080
+ input: 0.13,
1081
+ output: 0.4,
1099
1082
  cacheRead: 0,
1100
1083
  cacheWrite: 0,
1101
1084
  },
1102
- contextWindow: 202752,
1103
- maxTokens: 8192,
1085
+ contextWindow: 262144,
1086
+ maxTokens: 32768,
1104
1087
  },
1105
- "google.gemma-3-4b-it": {
1106
- id: "google.gemma-3-4b-it",
1107
- name: "Gemma 3 4B IT",
1088
+ "google.gemma-4-31b": {
1089
+ id: "google.gemma-4-31b",
1090
+ name: "Gemma 4 31B IT",
1108
1091
  api: "bedrock-converse-stream",
1109
1092
  provider: "amazon-bedrock",
1110
1093
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1111
- reasoning: false,
1094
+ reasoning: true,
1095
+ input: ["text", "image"],
1096
+ cost: {
1097
+ input: 0.14,
1098
+ output: 0.4,
1099
+ cacheRead: 0,
1100
+ cacheWrite: 0,
1101
+ },
1102
+ contextWindow: 262144,
1103
+ maxTokens: 32768,
1104
+ },
1105
+ "google.gemma-4-e2b": {
1106
+ id: "google.gemma-4-e2b",
1107
+ name: "Gemma 4 E2B IT",
1108
+ api: "bedrock-converse-stream",
1109
+ provider: "amazon-bedrock",
1110
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1111
+ reasoning: true,
1112
1112
  input: ["text", "image"],
1113
1113
  cost: {
1114
1114
  input: 0.04,
@@ -1116,8 +1116,44 @@ export const MODELS = {
1116
1116
  cacheRead: 0,
1117
1117
  cacheWrite: 0,
1118
1118
  },
1119
- contextWindow: 128000,
1120
- maxTokens: 4096,
1119
+ contextWindow: 131072,
1120
+ maxTokens: 8192,
1121
+ },
1122
+ "in.openai.gpt-5.6-luna": {
1123
+ id: "in.openai.gpt-5.6-luna",
1124
+ name: "GPT-5.6 Luna (India)",
1125
+ api: "bedrock-converse-stream",
1126
+ provider: "amazon-bedrock",
1127
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1128
+ reasoning: true,
1129
+ thinkingLevelMap: { "xhigh": "xhigh" },
1130
+ input: ["text", "image"],
1131
+ cost: {
1132
+ input: 0.22,
1133
+ output: 1.32,
1134
+ cacheRead: 0.022,
1135
+ cacheWrite: 0.275,
1136
+ },
1137
+ contextWindow: 1050000,
1138
+ maxTokens: 128000,
1139
+ },
1140
+ "in.openai.gpt-5.6-terra": {
1141
+ id: "in.openai.gpt-5.6-terra",
1142
+ name: "GPT-5.6 Terra (India)",
1143
+ api: "bedrock-converse-stream",
1144
+ provider: "amazon-bedrock",
1145
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1146
+ reasoning: true,
1147
+ thinkingLevelMap: { "xhigh": "xhigh" },
1148
+ input: ["text", "image"],
1149
+ cost: {
1150
+ input: 2.2,
1151
+ output: 13.2,
1152
+ cacheRead: 0.22,
1153
+ cacheWrite: 2.75,
1154
+ },
1155
+ contextWindow: 1050000,
1156
+ maxTokens: 128000,
1121
1157
  },
1122
1158
  "jp.amazon.nova-2-lite-v1:0": {
1123
1159
  id: "jp.amazon.nova-2-lite-v1:0",
@@ -1131,10 +1167,10 @@ export const MODELS = {
1131
1167
  input: 0.396,
1132
1168
  output: 3.311,
1133
1169
  cacheRead: 0.099,
1134
- cacheWrite: 0,
1170
+ cacheWrite: 0.396,
1135
1171
  },
1136
1172
  contextWindow: 1000000,
1137
- maxTokens: 64000,
1173
+ maxTokens: 65535,
1138
1174
  },
1139
1175
  "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
1140
1176
  id: "jp.anthropic.claude-haiku-4-5-20251001-v1:0",
@@ -1322,7 +1358,7 @@ export const MODELS = {
1322
1358
  cacheWrite: 0,
1323
1359
  },
1324
1360
  contextWindow: 1000000,
1325
- maxTokens: 16384,
1361
+ maxTokens: 8192,
1326
1362
  },
1327
1363
  "meta.llama4-scout-17b-instruct-v1:0": {
1328
1364
  id: "meta.llama4-scout-17b-instruct-v1:0",
@@ -1338,12 +1374,12 @@ export const MODELS = {
1338
1374
  cacheRead: 0,
1339
1375
  cacheWrite: 0,
1340
1376
  },
1341
- contextWindow: 3500000,
1342
- maxTokens: 16384,
1377
+ contextWindow: 10000000,
1378
+ maxTokens: 8192,
1343
1379
  },
1344
1380
  "minimax.minimax-m2": {
1345
1381
  id: "minimax.minimax-m2",
1346
- name: "MiniMax M2",
1382
+ name: "MiniMax-M2",
1347
1383
  api: "bedrock-converse-stream",
1348
1384
  provider: "amazon-bedrock",
1349
1385
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1360,7 +1396,7 @@ export const MODELS = {
1360
1396
  },
1361
1397
  "minimax.minimax-m2.1": {
1362
1398
  id: "minimax.minimax-m2.1",
1363
- name: "MiniMax M2.1",
1399
+ name: "MiniMax-M2.1",
1364
1400
  api: "bedrock-converse-stream",
1365
1401
  provider: "amazon-bedrock",
1366
1402
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1377,7 +1413,7 @@ export const MODELS = {
1377
1413
  },
1378
1414
  "minimax.minimax-m2.5": {
1379
1415
  id: "minimax.minimax-m2.5",
1380
- name: "MiniMax M2.5",
1416
+ name: "MiniMax-M2.5",
1381
1417
  api: "bedrock-converse-stream",
1382
1418
  provider: "amazon-bedrock",
1383
1419
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1433,7 +1469,7 @@ export const MODELS = {
1433
1469
  provider: "amazon-bedrock",
1434
1470
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1435
1471
  reasoning: false,
1436
- input: ["text"],
1472
+ input: ["text", "image"],
1437
1473
  cost: {
1438
1474
  input: 0.2,
1439
1475
  output: 0.2,
@@ -1467,7 +1503,7 @@ export const MODELS = {
1467
1503
  provider: "amazon-bedrock",
1468
1504
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1469
1505
  reasoning: false,
1470
- input: ["text"],
1506
+ input: ["text", "image"],
1471
1507
  cost: {
1472
1508
  input: 0.15,
1473
1509
  output: 0.15,
@@ -1525,7 +1561,7 @@ export const MODELS = {
1525
1561
  cacheRead: 0,
1526
1562
  cacheWrite: 0,
1527
1563
  },
1528
- contextWindow: 128000,
1564
+ contextWindow: 32768,
1529
1565
  maxTokens: 4096,
1530
1566
  },
1531
1567
  "mistral.voxtral-small-24b-2507": {
@@ -1537,12 +1573,12 @@ export const MODELS = {
1537
1573
  reasoning: false,
1538
1574
  input: ["text"],
1539
1575
  cost: {
1540
- input: 0.15,
1541
- output: 0.35,
1576
+ input: 0.1,
1577
+ output: 0.3,
1542
1578
  cacheRead: 0,
1543
1579
  cacheWrite: 0,
1544
1580
  },
1545
- contextWindow: 32000,
1581
+ contextWindow: 32768,
1546
1582
  maxTokens: 8192,
1547
1583
  },
1548
1584
  "moonshot.kimi-k2-thinking": {
@@ -1577,7 +1613,7 @@ export const MODELS = {
1577
1613
  cacheWrite: 0,
1578
1614
  },
1579
1615
  contextWindow: 262143,
1580
- maxTokens: 16000,
1616
+ maxTokens: 16384,
1581
1617
  },
1582
1618
  "nvidia.nemotron-nano-12b-v2": {
1583
1619
  id: "nvidia.nemotron-nano-12b-v2",
@@ -1594,7 +1630,7 @@ export const MODELS = {
1594
1630
  cacheWrite: 0,
1595
1631
  },
1596
1632
  contextWindow: 128000,
1597
- maxTokens: 4096,
1633
+ maxTokens: 8192,
1598
1634
  },
1599
1635
  "nvidia.nemotron-nano-3-30b": {
1600
1636
  id: "nvidia.nemotron-nano-3-30b",
@@ -1610,8 +1646,8 @@ export const MODELS = {
1610
1646
  cacheRead: 0,
1611
1647
  cacheWrite: 0,
1612
1648
  },
1613
- contextWindow: 128000,
1614
- maxTokens: 4096,
1649
+ contextWindow: 262144,
1650
+ maxTokens: 8192,
1615
1651
  },
1616
1652
  "nvidia.nemotron-nano-9b-v2": {
1617
1653
  id: "nvidia.nemotron-nano-9b-v2",
@@ -1627,8 +1663,8 @@ export const MODELS = {
1627
1663
  cacheRead: 0,
1628
1664
  cacheWrite: 0,
1629
1665
  },
1630
- contextWindow: 128000,
1631
- maxTokens: 4096,
1666
+ contextWindow: 131072,
1667
+ maxTokens: 8192,
1632
1668
  },
1633
1669
  "nvidia.nemotron-super-3-120b": {
1634
1670
  id: "nvidia.nemotron-super-3-120b",
@@ -1829,7 +1865,7 @@ export const MODELS = {
1829
1865
  api: "bedrock-converse-stream",
1830
1866
  provider: "amazon-bedrock",
1831
1867
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1832
- reasoning: false,
1868
+ reasoning: true,
1833
1869
  input: ["text"],
1834
1870
  cost: {
1835
1871
  input: 0.15,
@@ -1846,7 +1882,7 @@ export const MODELS = {
1846
1882
  api: "bedrock-converse-stream",
1847
1883
  provider: "amazon-bedrock",
1848
1884
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1849
- reasoning: false,
1885
+ reasoning: true,
1850
1886
  input: ["text"],
1851
1887
  cost: {
1852
1888
  input: 0.07,
@@ -1859,7 +1895,7 @@ export const MODELS = {
1859
1895
  },
1860
1896
  "qwen.qwen3-235b-a22b-2507-v1:0": {
1861
1897
  id: "qwen.qwen3-235b-a22b-2507-v1:0",
1862
- name: "Qwen3 235B A22B 2507",
1898
+ name: "Qwen3 235B-A22B Instruct 2507",
1863
1899
  api: "bedrock-converse-stream",
1864
1900
  provider: "amazon-bedrock",
1865
1901
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1876,7 +1912,7 @@ export const MODELS = {
1876
1912
  },
1877
1913
  "qwen.qwen3-32b-v1:0": {
1878
1914
  id: "qwen.qwen3-32b-v1:0",
1879
- name: "Qwen3 32B (dense)",
1915
+ name: "Qwen3 32B",
1880
1916
  api: "bedrock-converse-stream",
1881
1917
  provider: "amazon-bedrock",
1882
1918
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1888,12 +1924,12 @@ export const MODELS = {
1888
1924
  cacheRead: 0,
1889
1925
  cacheWrite: 0,
1890
1926
  },
1891
- contextWindow: 16384,
1927
+ contextWindow: 32768,
1892
1928
  maxTokens: 16384,
1893
1929
  },
1894
1930
  "qwen.qwen3-coder-30b-a3b-v1:0": {
1895
1931
  id: "qwen.qwen3-coder-30b-a3b-v1:0",
1896
- name: "Qwen3 Coder 30B A3B Instruct",
1932
+ name: "Qwen3-Coder 30B-A3B Instruct",
1897
1933
  api: "bedrock-converse-stream",
1898
1934
  provider: "amazon-bedrock",
1899
1935
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
@@ -1910,14 +1946,14 @@ export const MODELS = {
1910
1946
  },
1911
1947
  "qwen.qwen3-coder-480b-a35b-v1:0": {
1912
1948
  id: "qwen.qwen3-coder-480b-a35b-v1:0",
1913
- name: "Qwen3 Coder 480B A35B Instruct",
1949
+ name: "Qwen3-Coder 480B-A35B Instruct",
1914
1950
  api: "bedrock-converse-stream",
1915
1951
  provider: "amazon-bedrock",
1916
1952
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1917
1953
  reasoning: false,
1918
1954
  input: ["text"],
1919
1955
  cost: {
1920
- input: 0.22,
1956
+ input: 0.45,
1921
1957
  output: 1.8,
1922
1958
  cacheRead: 0,
1923
1959
  cacheWrite: 0,
@@ -1931,51 +1967,85 @@ export const MODELS = {
1931
1967
  api: "bedrock-converse-stream",
1932
1968
  provider: "amazon-bedrock",
1933
1969
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1934
- reasoning: true,
1970
+ reasoning: false,
1935
1971
  input: ["text"],
1936
1972
  cost: {
1937
- input: 0.22,
1938
- output: 1.8,
1973
+ input: 0.5,
1974
+ output: 1.2,
1939
1975
  cacheRead: 0,
1940
1976
  cacheWrite: 0,
1941
1977
  },
1942
- contextWindow: 131072,
1978
+ contextWindow: 262144,
1943
1979
  maxTokens: 65536,
1944
1980
  },
1945
1981
  "qwen.qwen3-next-80b-a3b": {
1946
1982
  id: "qwen.qwen3-next-80b-a3b",
1947
- name: "Qwen/Qwen3-Next-80B-A3B-Instruct",
1983
+ name: "Qwen3-Next 80B-A3B Instruct",
1948
1984
  api: "bedrock-converse-stream",
1949
1985
  provider: "amazon-bedrock",
1950
1986
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1951
1987
  reasoning: false,
1952
1988
  input: ["text"],
1953
1989
  cost: {
1954
- input: 0.14,
1955
- output: 1.4,
1990
+ input: 0.15,
1991
+ output: 1.2,
1956
1992
  cacheRead: 0,
1957
1993
  cacheWrite: 0,
1958
1994
  },
1959
- contextWindow: 262000,
1995
+ contextWindow: 262144,
1960
1996
  maxTokens: 262000,
1961
1997
  },
1962
1998
  "qwen.qwen3-vl-235b-a22b": {
1963
1999
  id: "qwen.qwen3-vl-235b-a22b",
1964
- name: "Qwen/Qwen3-VL-235B-A22B-Instruct",
2000
+ name: "Qwen3 VL 235B A22B Instruct",
1965
2001
  api: "bedrock-converse-stream",
1966
2002
  provider: "amazon-bedrock",
1967
2003
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1968
2004
  reasoning: false,
1969
2005
  input: ["text", "image"],
1970
2006
  cost: {
1971
- input: 0.3,
1972
- output: 1.5,
2007
+ input: 0.53,
2008
+ output: 2.66,
1973
2009
  cacheRead: 0,
1974
2010
  cacheWrite: 0,
1975
2011
  },
1976
- contextWindow: 262000,
2012
+ contextWindow: 262144,
1977
2013
  maxTokens: 262000,
1978
2014
  },
2015
+ "us-gov.openai.gpt-oss-120b-1:0": {
2016
+ id: "us-gov.openai.gpt-oss-120b-1:0",
2017
+ name: "gpt-oss-120b (GovCloud)",
2018
+ api: "bedrock-converse-stream",
2019
+ provider: "amazon-bedrock",
2020
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2021
+ reasoning: true,
2022
+ input: ["text"],
2023
+ cost: {
2024
+ input: 0.18,
2025
+ output: 0.72,
2026
+ cacheRead: 0,
2027
+ cacheWrite: 0,
2028
+ },
2029
+ contextWindow: 128000,
2030
+ maxTokens: 16384,
2031
+ },
2032
+ "us-gov.openai.gpt-oss-20b-1:0": {
2033
+ id: "us-gov.openai.gpt-oss-20b-1:0",
2034
+ name: "gpt-oss-20b (GovCloud)",
2035
+ api: "bedrock-converse-stream",
2036
+ provider: "amazon-bedrock",
2037
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2038
+ reasoning: true,
2039
+ input: ["text"],
2040
+ cost: {
2041
+ input: 0.084,
2042
+ output: 0.36,
2043
+ cacheRead: 0,
2044
+ cacheWrite: 0,
2045
+ },
2046
+ contextWindow: 128000,
2047
+ maxTokens: 16384,
2048
+ },
1979
2049
  "us.amazon.nova-2-lite-v1:0": {
1980
2050
  id: "us.amazon.nova-2-lite-v1:0",
1981
2051
  name: "Nova 2 Lite (US)",
@@ -1988,10 +2058,10 @@ export const MODELS = {
1988
2058
  input: 0.33,
1989
2059
  output: 2.75,
1990
2060
  cacheRead: 0.0825,
1991
- cacheWrite: 0,
2061
+ cacheWrite: 0.33,
1992
2062
  },
1993
2063
  contextWindow: 1000000,
1994
- maxTokens: 64000,
2064
+ maxTokens: 65535,
1995
2065
  },
1996
2066
  "us.amazon.nova-lite-v1:0": {
1997
2067
  id: "us.amazon.nova-lite-v1:0",
@@ -2005,10 +2075,10 @@ export const MODELS = {
2005
2075
  input: 0.06,
2006
2076
  output: 0.24,
2007
2077
  cacheRead: 0.015,
2008
- cacheWrite: 0,
2078
+ cacheWrite: 0.06,
2009
2079
  },
2010
2080
  contextWindow: 300000,
2011
- maxTokens: 8192,
2081
+ maxTokens: 10000,
2012
2082
  },
2013
2083
  "us.amazon.nova-micro-v1:0": {
2014
2084
  id: "us.amazon.nova-micro-v1:0",
@@ -2022,10 +2092,27 @@ export const MODELS = {
2022
2092
  input: 0.035,
2023
2093
  output: 0.14,
2024
2094
  cacheRead: 0.00875,
2025
- cacheWrite: 0,
2095
+ cacheWrite: 0.035,
2026
2096
  },
2027
2097
  contextWindow: 128000,
2028
- maxTokens: 8192,
2098
+ maxTokens: 10000,
2099
+ },
2100
+ "us.amazon.nova-premier-v1:0": {
2101
+ id: "us.amazon.nova-premier-v1:0",
2102
+ name: "Nova Premier (US)",
2103
+ api: "bedrock-converse-stream",
2104
+ provider: "amazon-bedrock",
2105
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2106
+ reasoning: false,
2107
+ input: ["text", "image"],
2108
+ cost: {
2109
+ input: 2.5,
2110
+ output: 12.5,
2111
+ cacheRead: 0.625,
2112
+ cacheWrite: 2.5,
2113
+ },
2114
+ contextWindow: 1000000,
2115
+ maxTokens: 10000,
2029
2116
  },
2030
2117
  "us.amazon.nova-pro-v1:0": {
2031
2118
  id: "us.amazon.nova-pro-v1:0",
@@ -2039,10 +2126,10 @@ export const MODELS = {
2039
2126
  input: 0.8,
2040
2127
  output: 3.2,
2041
2128
  cacheRead: 0.2,
2042
- cacheWrite: 0,
2129
+ cacheWrite: 0.8,
2043
2130
  },
2044
2131
  contextWindow: 300000,
2045
- maxTokens: 8192,
2132
+ maxTokens: 10000,
2046
2133
  },
2047
2134
  "us.anthropic.claude-fable-5": {
2048
2135
  id: "us.anthropic.claude-fable-5",
@@ -2250,23 +2337,6 @@ export const MODELS = {
2250
2337
  contextWindow: 1000000,
2251
2338
  maxTokens: 128000,
2252
2339
  },
2253
- "us.deepseek.r1-v1:0": {
2254
- id: "us.deepseek.r1-v1:0",
2255
- name: "DeepSeek-R1 (US)",
2256
- api: "bedrock-converse-stream",
2257
- provider: "amazon-bedrock",
2258
- baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
2259
- reasoning: true,
2260
- input: ["text"],
2261
- cost: {
2262
- input: 1.35,
2263
- output: 5.4,
2264
- cacheRead: 0,
2265
- cacheWrite: 0,
2266
- },
2267
- contextWindow: 128000,
2268
- maxTokens: 32768,
2269
- },
2270
2340
  "us.meta.llama3-1-70b-instruct-v1:0": {
2271
2341
  id: "us.meta.llama3-1-70b-instruct-v1:0",
2272
2342
  name: "Llama 3.1 70B Instruct (US)",
@@ -2333,7 +2403,7 @@ export const MODELS = {
2333
2403
  cacheWrite: 0,
2334
2404
  },
2335
2405
  contextWindow: 1000000,
2336
- maxTokens: 16384,
2406
+ maxTokens: 8192,
2337
2407
  },
2338
2408
  "us.meta.llama4-scout-17b-instruct-v1:0": {
2339
2409
  id: "us.meta.llama4-scout-17b-instruct-v1:0",
@@ -2349,8 +2419,8 @@ export const MODELS = {
2349
2419
  cacheRead: 0,
2350
2420
  cacheWrite: 0,
2351
2421
  },
2352
- contextWindow: 3500000,
2353
- maxTokens: 16384,
2422
+ contextWindow: 10000000,
2423
+ maxTokens: 8192,
2354
2424
  },
2355
2425
  "us.mistral.pixtral-large-2502-v1:0": {
2356
2426
  id: "us.mistral.pixtral-large-2502-v1:0",
@@ -2609,7 +2679,7 @@ export const MODELS = {
2609
2679
  cacheWrite: 0,
2610
2680
  },
2611
2681
  contextWindow: 202752,
2612
- maxTokens: 101376,
2682
+ maxTokens: 131072,
2613
2683
  },
2614
2684
  },
2615
2685
  "anthropic": {
@@ -4643,6 +4713,24 @@ export const MODELS = {
4643
4713
  contextWindow: 1000000,
4644
4714
  maxTokens: 384000,
4645
4715
  },
4716
+ "accounts/fireworks/models/deepseek-v4p1-flash": {
4717
+ id: "accounts/fireworks/models/deepseek-v4p1-flash",
4718
+ name: "DeepSeek V4.1 Flash",
4719
+ api: "anthropic-messages",
4720
+ provider: "fireworks",
4721
+ baseUrl: "https://api.fireworks.ai/inference",
4722
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4723
+ reasoning: true,
4724
+ input: ["text", "image"],
4725
+ cost: {
4726
+ input: 0.22,
4727
+ output: 0.66,
4728
+ cacheRead: 0.007,
4729
+ cacheWrite: 0,
4730
+ },
4731
+ contextWindow: 1000000,
4732
+ maxTokens: 384000,
4733
+ },
4646
4734
  "accounts/fireworks/models/glm-5p2": {
4647
4735
  id: "accounts/fireworks/models/glm-5p2",
4648
4736
  name: "GLM 5.2",
@@ -4805,6 +4893,24 @@ export const MODELS = {
4805
4893
  contextWindow: 512000,
4806
4894
  maxTokens: 512000,
4807
4895
  },
4896
+ "accounts/fireworks/models/mistral-large-3-fp8": {
4897
+ id: "accounts/fireworks/models/mistral-large-3-fp8",
4898
+ name: "Mistral Large 3 675B Instruct 2512",
4899
+ api: "anthropic-messages",
4900
+ provider: "fireworks",
4901
+ baseUrl: "https://api.fireworks.ai/inference",
4902
+ compat: { "sendSessionAffinityHeaders": true, "supportsEagerToolInputStreaming": false, "supportsCacheControlOnTools": false, "supportsLongCacheRetention": false },
4903
+ reasoning: false,
4904
+ input: ["text", "image"],
4905
+ cost: {
4906
+ input: 0,
4907
+ output: 0,
4908
+ cacheRead: 0,
4909
+ cacheWrite: 0,
4910
+ },
4911
+ contextWindow: 262144,
4912
+ maxTokens: 262144,
4913
+ },
4808
4914
  "accounts/fireworks/models/muse-glimmer-30b": {
4809
4915
  id: "accounts/fireworks/models/muse-glimmer-30b",
4810
4916
  name: "Muse Glimmer 30B",
@@ -6999,6 +7105,78 @@ export const MODELS = {
6999
7105
  contextWindow: 1000000,
7000
7106
  maxTokens: 384000,
7001
7107
  },
7108
+ "deepseek-ai/DeepSeek-V4.1-Flash": {
7109
+ id: "deepseek-ai/DeepSeek-V4.1-Flash",
7110
+ name: "DeepSeek V4.1 Flash",
7111
+ api: "openai-completions",
7112
+ provider: "huggingface",
7113
+ baseUrl: "https://router.huggingface.co/v1",
7114
+ compat: { "supportsDeveloperRole": false },
7115
+ reasoning: true,
7116
+ input: ["text", "image"],
7117
+ cost: {
7118
+ input: 0.3,
7119
+ output: 1.2,
7120
+ cacheRead: 0,
7121
+ cacheWrite: 0,
7122
+ },
7123
+ contextWindow: 1048576,
7124
+ maxTokens: 384000,
7125
+ },
7126
+ "google/gemma-3-12b-it": {
7127
+ id: "google/gemma-3-12b-it",
7128
+ name: "Gemma 3 12B IT",
7129
+ api: "openai-completions",
7130
+ provider: "huggingface",
7131
+ baseUrl: "https://router.huggingface.co/v1",
7132
+ compat: { "supportsDeveloperRole": false },
7133
+ reasoning: false,
7134
+ input: ["text", "image"],
7135
+ cost: {
7136
+ input: 0.05,
7137
+ output: 0.15,
7138
+ cacheRead: 0,
7139
+ cacheWrite: 0,
7140
+ },
7141
+ contextWindow: 131072,
7142
+ maxTokens: 131072,
7143
+ },
7144
+ "google/gemma-3-27b-it": {
7145
+ id: "google/gemma-3-27b-it",
7146
+ name: "Gemma 3 27B IT",
7147
+ api: "openai-completions",
7148
+ provider: "huggingface",
7149
+ baseUrl: "https://router.huggingface.co/v1",
7150
+ compat: { "supportsDeveloperRole": false },
7151
+ reasoning: false,
7152
+ input: ["text", "image"],
7153
+ cost: {
7154
+ input: 0.08,
7155
+ output: 0.16,
7156
+ cacheRead: 0,
7157
+ cacheWrite: 0,
7158
+ },
7159
+ contextWindow: 131072,
7160
+ maxTokens: 131072,
7161
+ },
7162
+ "google/gemma-3-4b-it": {
7163
+ id: "google/gemma-3-4b-it",
7164
+ name: "Gemma 3 4B IT",
7165
+ api: "openai-completions",
7166
+ provider: "huggingface",
7167
+ baseUrl: "https://router.huggingface.co/v1",
7168
+ compat: { "supportsDeveloperRole": false },
7169
+ reasoning: false,
7170
+ input: ["text", "image"],
7171
+ cost: {
7172
+ input: 0.05,
7173
+ output: 0.1,
7174
+ cacheRead: 0,
7175
+ cacheWrite: 0,
7176
+ },
7177
+ contextWindow: 131072,
7178
+ maxTokens: 131072,
7179
+ },
7002
7180
  "google/gemma-4-26B-A4B-it": {
7003
7181
  id: "google/gemma-4-26B-A4B-it",
7004
7182
  name: "Gemma 4 26B A4B IT",
@@ -10522,23 +10700,6 @@ export const MODELS = {
10522
10700
  },
10523
10701
  },
10524
10702
  "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",
10531
- reasoning: true,
10532
- input: ["text", "image"],
10533
- cost: {
10534
- input: 0.15,
10535
- output: 0.6,
10536
- cacheRead: 0.003,
10537
- cacheWrite: 0,
10538
- },
10539
- contextWindow: 1000000,
10540
- maxTokens: 384000,
10541
- },
10542
10703
  "deepseek-v4-flash": {
10543
10704
  id: "deepseek-v4-flash",
10544
10705
  name: "DeepSeek V4 Flash",
@@ -10596,6 +10757,25 @@ export const MODELS = {
10596
10757
  contextWindow: 1000000,
10597
10758
  maxTokens: 384000,
10598
10759
  },
10760
+ "deepseek-v4.1-flash": {
10761
+ id: "deepseek-v4.1-flash",
10762
+ name: "DeepSeek V4.1 Flash",
10763
+ api: "openai-completions",
10764
+ provider: "opencode-go",
10765
+ baseUrl: "https://opencode.ai/zen/go/v1",
10766
+ compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
10767
+ reasoning: true,
10768
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
10769
+ input: ["text", "image"],
10770
+ cost: {
10771
+ input: 0.15,
10772
+ output: 0.6,
10773
+ cacheRead: 0.003,
10774
+ cacheWrite: 0,
10775
+ },
10776
+ contextWindow: 1000000,
10777
+ maxTokens: 384000,
10778
+ },
10599
10779
  "glm-5.1": {
10600
10780
  id: "glm-5.1",
10601
10781
  name: "GLM-5.1",
@@ -11805,9 +11985,9 @@ export const MODELS = {
11805
11985
  reasoning: false,
11806
11986
  input: ["text"],
11807
11987
  cost: {
11808
- input: 0.29,
11809
- output: 1.1400000000000001,
11810
- cacheRead: 0.11,
11988
+ input: 0.25,
11989
+ output: 1,
11990
+ cacheRead: 0,
11811
11991
  cacheWrite: 0,
11812
11992
  },
11813
11993
  contextWindow: 163840,
@@ -11926,9 +12106,9 @@ export const MODELS = {
11926
12106
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
11927
12107
  input: ["text"],
11928
12108
  cost: {
11929
- input: 0.088606,
11930
- output: 0.177212,
11931
- cacheRead: 0.017721200000000003,
12109
+ input: 0.06678,
12110
+ output: 0.13356,
12111
+ cacheRead: 0.013356,
11932
12112
  cacheWrite: 0,
11933
12113
  },
11934
12114
  contextWindow: 1048576,
@@ -11945,9 +12125,9 @@ export const MODELS = {
11945
12125
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
11946
12126
  input: ["text"],
11947
12127
  cost: {
11948
- input: 0.065,
11949
- output: 0.18,
11950
- cacheRead: 0.016,
12128
+ input: 0.04,
12129
+ output: 0.08,
12130
+ cacheRead: 0.008,
11951
12131
  cacheWrite: 0,
11952
12132
  },
11953
12133
  contextWindow: 1310720,
@@ -12021,9 +12201,9 @@ export const MODELS = {
12021
12201
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
12022
12202
  input: ["text"],
12023
12203
  cost: {
12024
- input: 0.9552599999999999,
12025
- output: 1.9105199999999998,
12026
- cacheRead: 0.07960500000000001,
12204
+ input: 0.788916,
12205
+ output: 1.577832,
12206
+ cacheRead: 0.065743,
12027
12207
  cacheWrite: 0,
12028
12208
  },
12029
12209
  contextWindow: 1048576,
@@ -12040,13 +12220,13 @@ export const MODELS = {
12040
12220
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
12041
12221
  input: ["text"],
12042
12222
  cost: {
12043
- input: 1.0494,
12044
- output: 3.1482,
12045
- cacheRead: 0.03498,
12223
+ input: 0.57816,
12224
+ output: 1.73448,
12225
+ cacheRead: 0.018396000000000003,
12046
12226
  cacheWrite: 0,
12047
12227
  },
12048
12228
  contextWindow: 1048576,
12049
- maxTokens: 384000,
12229
+ maxTokens: 393216,
12050
12230
  },
12051
12231
  "deepseek/deepseek-v4-pro-0813:batch": {
12052
12232
  id: "deepseek/deepseek-v4-pro-0813:batch",
@@ -12057,15 +12237,34 @@ export const MODELS = {
12057
12237
  compat: { "requiresReasoningContentOnAssistantMessages": true },
12058
12238
  reasoning: true,
12059
12239
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
12060
- input: ["text"],
12240
+ input: ["text"],
12241
+ cost: {
12242
+ input: 0.66,
12243
+ output: 1.9800000000000002,
12244
+ cacheRead: 0.022,
12245
+ cacheWrite: 0,
12246
+ },
12247
+ contextWindow: 1048576,
12248
+ maxTokens: 943718,
12249
+ },
12250
+ "deepseek/deepseek-v4.1-flash": {
12251
+ id: "deepseek/deepseek-v4.1-flash",
12252
+ name: "DeepSeek: DeepSeek V4.1 Flash",
12253
+ api: "openai-completions",
12254
+ provider: "openrouter",
12255
+ baseUrl: "https://openrouter.ai/api/v1",
12256
+ compat: { "requiresReasoningContentOnAssistantMessages": true },
12257
+ reasoning: true,
12258
+ thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
12259
+ input: ["text", "image"],
12061
12260
  cost: {
12062
- input: 0.66,
12063
- output: 1.9800000000000002,
12064
- cacheRead: 0.022,
12261
+ input: 0.15,
12262
+ output: 0.6,
12263
+ cacheRead: 0.003,
12065
12264
  cacheWrite: 0,
12066
12265
  },
12067
12266
  contextWindow: 1048576,
12068
- maxTokens: 943718,
12267
+ maxTokens: 384000,
12069
12268
  },
12070
12269
  "dots-studio/dots-3-note-preview:free": {
12071
12270
  id: "dots-studio/dots-3-note-preview:free",
@@ -12586,13 +12785,13 @@ export const MODELS = {
12586
12785
  reasoning: true,
12587
12786
  input: ["text", "image"],
12588
12787
  cost: {
12589
- input: 0.07,
12590
- output: 0.33999999999999997,
12788
+ input: 0.041999999999999996,
12789
+ output: 0.22,
12591
12790
  cacheRead: 0,
12592
12791
  cacheWrite: 0,
12593
12792
  },
12594
12793
  contextWindow: 262144,
12595
- maxTokens: 16384,
12794
+ maxTokens: 32768,
12596
12795
  },
12597
12796
  "google/gemma-4-26b-a4b-it:free": {
12598
12797
  id: "google/gemma-4-26b-a4b-it:free",
@@ -12783,6 +12982,40 @@ export const MODELS = {
12783
12982
  contextWindow: 262144,
12784
12983
  maxTokens: 32768,
12785
12984
  },
12985
+ "inclusionai/ling-3.0-flash-vl": {
12986
+ id: "inclusionai/ling-3.0-flash-vl",
12987
+ name: "inclusionAI: Ling 3.0 Flash VL",
12988
+ api: "openai-completions",
12989
+ provider: "openrouter",
12990
+ baseUrl: "https://openrouter.ai/api/v1",
12991
+ reasoning: true,
12992
+ input: ["text", "image"],
12993
+ cost: {
12994
+ input: 0.06,
12995
+ output: 0.18,
12996
+ cacheRead: 0.012,
12997
+ cacheWrite: 0,
12998
+ },
12999
+ contextWindow: 131072,
13000
+ maxTokens: 32768,
13001
+ },
13002
+ "inclusionai/ling-3.0-flash-vl:free": {
13003
+ id: "inclusionai/ling-3.0-flash-vl:free",
13004
+ name: "inclusionAI: Ling 3.0 Flash VL (free)",
13005
+ api: "openai-completions",
13006
+ provider: "openrouter",
13007
+ baseUrl: "https://openrouter.ai/api/v1",
13008
+ reasoning: true,
13009
+ input: ["text", "image"],
13010
+ cost: {
13011
+ input: 0,
13012
+ output: 0,
13013
+ cacheRead: 0,
13014
+ cacheWrite: 0,
13015
+ },
13016
+ contextWindow: 262144,
13017
+ maxTokens: 32768,
13018
+ },
12786
13019
  "kwaipilot/kat-coder-pro-v2": {
12787
13020
  id: "kwaipilot/kat-coder-pro-v2",
12788
13021
  name: "Kwaipilot: KAT-Coder-Pro V2",
@@ -12860,13 +13093,13 @@ export const MODELS = {
12860
13093
  reasoning: false,
12861
13094
  input: ["text"],
12862
13095
  cost: {
12863
- input: 0.39999999999999997,
12864
- output: 0.39999999999999997,
13096
+ input: 0.72,
13097
+ output: 0.72,
12865
13098
  cacheRead: 0,
12866
13099
  cacheWrite: 0,
12867
13100
  },
12868
13101
  contextWindow: 131072,
12869
- maxTokens: 16384,
13102
+ maxTokens: 8192,
12870
13103
  },
12871
13104
  "meta-llama/llama-3.1-8b-instruct": {
12872
13105
  id: "meta-llama/llama-3.1-8b-instruct",
@@ -13115,13 +13348,13 @@ export const MODELS = {
13115
13348
  reasoning: true,
13116
13349
  input: ["text"],
13117
13350
  cost: {
13118
- input: 0.3,
13119
- output: 1.2,
13120
- cacheRead: 0.03,
13351
+ input: 0.27,
13352
+ output: 1.08,
13353
+ cacheRead: 0.027,
13121
13354
  cacheWrite: 0,
13122
13355
  },
13123
13356
  contextWindow: 204800,
13124
- maxTokens: 131072,
13357
+ maxTokens: 128000,
13125
13358
  },
13126
13359
  "minimax/minimax-m2.7": {
13127
13360
  id: "minimax/minimax-m2.7",
@@ -13528,7 +13761,7 @@ export const MODELS = {
13528
13761
  cacheRead: 0,
13529
13762
  cacheWrite: 0,
13530
13763
  },
13531
- contextWindow: 131072,
13764
+ contextWindow: 256000,
13532
13765
  maxTokens: 16384,
13533
13766
  },
13534
13767
  "mistralai/mixtral-8x22b-instruct": {
@@ -13610,11 +13843,11 @@ export const MODELS = {
13610
13843
  cost: {
13611
13844
  input: 0.6,
13612
13845
  output: 2.5,
13613
- cacheRead: 0.15,
13846
+ cacheRead: 0,
13614
13847
  cacheWrite: 0,
13615
13848
  },
13616
13849
  contextWindow: 262144,
13617
- maxTokens: 100352,
13850
+ maxTokens: 235929,
13618
13851
  },
13619
13852
  "moonshotai/kimi-k2.5": {
13620
13853
  id: "moonshotai/kimi-k2.5",
@@ -13677,9 +13910,9 @@ export const MODELS = {
13677
13910
  reasoning: true,
13678
13911
  input: ["text", "image"],
13679
13912
  cost: {
13680
- input: 3,
13681
- output: 15,
13682
- cacheRead: 0.3,
13913
+ input: 2.30272875,
13914
+ output: 11.550195,
13915
+ cacheRead: 0.26316900000000004,
13683
13916
  cacheWrite: 0,
13684
13917
  },
13685
13918
  contextWindow: 1048576,
@@ -15616,13 +15849,13 @@ export const MODELS = {
15616
15849
  reasoning: false,
15617
15850
  input: ["text"],
15618
15851
  cost: {
15619
- input: 0.22,
15620
- output: 0.88,
15621
- cacheRead: 0,
15852
+ input: 0.0875,
15853
+ output: 0.35,
15854
+ cacheRead: 0.0175,
15622
15855
  cacheWrite: 0,
15623
15856
  },
15624
15857
  contextWindow: 262144,
15625
- maxTokens: 16384,
15858
+ maxTokens: 235929,
15626
15859
  },
15627
15860
  "qwen/qwen3-235b-a22b-thinking-2507": {
15628
15861
  id: "qwen/qwen3-235b-a22b-thinking-2507",
@@ -16330,9 +16563,9 @@ export const MODELS = {
16330
16563
  reasoning: true,
16331
16564
  input: ["text", "image"],
16332
16565
  cost: {
16333
- input: 0.42,
16334
- output: 3,
16335
- cacheRead: 0.08499999999999999,
16566
+ input: 0.21400000000000002,
16567
+ output: 2.5500000000000003,
16568
+ cacheRead: 0.15,
16336
16569
  cacheWrite: 0,
16337
16570
  },
16338
16571
  contextWindow: 1000000,
@@ -16406,6 +16639,23 @@ export const MODELS = {
16406
16639
  contextWindow: 256000,
16407
16640
  maxTokens: 128000,
16408
16641
  },
16642
+ "sakana/fugu-max": {
16643
+ id: "sakana/fugu-max",
16644
+ name: "Sakana: Fugu Max",
16645
+ api: "openai-completions",
16646
+ provider: "openrouter",
16647
+ baseUrl: "https://openrouter.ai/api/v1",
16648
+ reasoning: true,
16649
+ input: ["text", "image"],
16650
+ cost: {
16651
+ input: 2,
16652
+ output: 6,
16653
+ cacheRead: 0.25,
16654
+ cacheWrite: 0,
16655
+ },
16656
+ contextWindow: 1000000,
16657
+ maxTokens: 128000,
16658
+ },
16409
16659
  "sakana/fugu-ultra": {
16410
16660
  id: "sakana/fugu-ultra",
16411
16661
  name: "Sakana: Fugu Ultra",
@@ -16423,6 +16673,23 @@ export const MODELS = {
16423
16673
  contextWindow: 1000000,
16424
16674
  maxTokens: 128000,
16425
16675
  },
16676
+ "sakana/fugu-ultra-v2": {
16677
+ id: "sakana/fugu-ultra-v2",
16678
+ name: "Sakana: Fugu Ultra v2",
16679
+ api: "openai-completions",
16680
+ provider: "openrouter",
16681
+ baseUrl: "https://openrouter.ai/api/v1",
16682
+ reasoning: true,
16683
+ input: ["text", "image"],
16684
+ cost: {
16685
+ input: 5,
16686
+ output: 30,
16687
+ cacheRead: 0.5,
16688
+ cacheWrite: 0,
16689
+ },
16690
+ contextWindow: 1000000,
16691
+ maxTokens: 128000,
16692
+ },
16426
16693
  "sakana/sakana-namazu": {
16427
16694
  id: "sakana/sakana-namazu",
16428
16695
  name: "Sakana: Sakana Namazu",
@@ -16574,7 +16841,7 @@ export const MODELS = {
16574
16841
  cacheWrite: 0,
16575
16842
  },
16576
16843
  contextWindow: 1048576,
16577
- maxTokens: 32768,
16844
+ maxTokens: 471859,
16578
16845
  },
16579
16846
  "thinkingmachines/inkling-small": {
16580
16847
  id: "thinkingmachines/inkling-small",
@@ -16687,9 +16954,9 @@ export const MODELS = {
16687
16954
  reasoning: true,
16688
16955
  input: ["text"],
16689
16956
  cost: {
16690
- input: 0.03,
16691
- output: 0.12,
16692
- cacheRead: 0.006,
16957
+ input: 0.09,
16958
+ output: 0.36,
16959
+ cacheRead: 0.018,
16693
16960
  cacheWrite: 0,
16694
16961
  },
16695
16962
  contextWindow: 524288,
@@ -16947,7 +17214,7 @@ export const MODELS = {
16947
17214
  cacheRead: 0,
16948
17215
  cacheWrite: 0,
16949
17216
  },
16950
- contextWindow: 202752,
17217
+ contextWindow: 200000,
16951
17218
  maxTokens: 117964,
16952
17219
  },
16953
17220
  "z-ai/glm-5": {
@@ -17010,13 +17277,13 @@ export const MODELS = {
17010
17277
  reasoning: true,
17011
17278
  input: ["text"],
17012
17279
  cost: {
17013
- input: 0.966,
17014
- output: 3.036,
17015
- cacheRead: 0.1932,
17280
+ input: 0.6,
17281
+ output: 2,
17282
+ cacheRead: 0.15,
17016
17283
  cacheWrite: 0,
17017
17284
  },
17018
17285
  contextWindow: 1048576,
17019
- maxTokens: 131072,
17286
+ maxTokens: 182476,
17020
17287
  },
17021
17288
  "z-ai/glm-5.2:batch": {
17022
17289
  id: "z-ai/glm-5.2:batch",
@@ -17139,7 +17406,7 @@ export const MODELS = {
17139
17406
  },
17140
17407
  "~anthropic/claude-haiku-latest": {
17141
17408
  id: "~anthropic/claude-haiku-latest",
17142
- name: "Anthropic Claude Haiku Latest",
17409
+ name: "Anthropic: Claude Haiku Latest",
17143
17410
  api: "openai-completions",
17144
17411
  provider: "openrouter",
17145
17412
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17173,7 +17440,7 @@ export const MODELS = {
17173
17440
  },
17174
17441
  "~anthropic/claude-sonnet-latest": {
17175
17442
  id: "~anthropic/claude-sonnet-latest",
17176
- name: "Anthropic Claude Sonnet Latest",
17443
+ name: "Anthropic: Claude Sonnet Latest",
17177
17444
  api: "openai-completions",
17178
17445
  provider: "openrouter",
17179
17446
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17190,7 +17457,7 @@ export const MODELS = {
17190
17457
  },
17191
17458
  "~deepseek/deepseek-v4-flash-latest": {
17192
17459
  id: "~deepseek/deepseek-v4-flash-latest",
17193
- name: "DeepSeek V4 Flash Latest",
17460
+ name: "DeepSeek: DeepSeek V4 Flash Latest",
17194
17461
  api: "openai-completions",
17195
17462
  provider: "openrouter",
17196
17463
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17199,9 +17466,9 @@ export const MODELS = {
17199
17466
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
17200
17467
  input: ["text"],
17201
17468
  cost: {
17202
- input: 0.049999999999999996,
17203
- output: 0.16,
17204
- cacheRead: 0.013000000000000001,
17469
+ input: 0.03,
17470
+ output: 0.07,
17471
+ cacheRead: 0.003,
17205
17472
  cacheWrite: 0,
17206
17473
  },
17207
17474
  contextWindow: 1310720,
@@ -17209,7 +17476,7 @@ export const MODELS = {
17209
17476
  },
17210
17477
  "~google/gemini-flash-latest": {
17211
17478
  id: "~google/gemini-flash-latest",
17212
- name: "Google Gemini Flash Latest",
17479
+ name: "Google: Gemini Flash Latest",
17213
17480
  api: "openai-completions",
17214
17481
  provider: "openrouter",
17215
17482
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17226,7 +17493,7 @@ export const MODELS = {
17226
17493
  },
17227
17494
  "~google/gemini-pro-latest": {
17228
17495
  id: "~google/gemini-pro-latest",
17229
- name: "Google Gemini Pro Latest",
17496
+ name: "Google: Gemini Pro Latest",
17230
17497
  api: "openai-completions",
17231
17498
  provider: "openrouter",
17232
17499
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17243,41 +17510,58 @@ export const MODELS = {
17243
17510
  },
17244
17511
  "~moonshotai/kimi-latest": {
17245
17512
  id: "~moonshotai/kimi-latest",
17246
- name: "MoonshotAI Kimi Latest",
17513
+ name: "MoonshotAI: Kimi Latest",
17247
17514
  api: "openai-completions",
17248
17515
  provider: "openrouter",
17249
17516
  baseUrl: "https://openrouter.ai/api/v1",
17250
17517
  reasoning: true,
17251
17518
  input: ["text", "image"],
17252
17519
  cost: {
17253
- input: 2.4,
17254
- output: 12,
17255
- cacheRead: 0.24,
17520
+ input: 2.125,
17521
+ output: 11.9,
17522
+ cacheRead: 0.2465,
17256
17523
  cacheWrite: 0,
17257
17524
  },
17258
17525
  contextWindow: 1048576,
17259
17526
  maxTokens: 943718,
17260
17527
  },
17261
- "~openai/gpt-latest": {
17262
- id: "~openai/gpt-latest",
17263
- name: "OpenAI GPT Latest",
17528
+ "~openai/gpt-astra-latest": {
17529
+ id: "~openai/gpt-astra-latest",
17530
+ name: "OpenAI: GPT Astra Latest",
17264
17531
  api: "openai-completions",
17265
17532
  provider: "openrouter",
17266
17533
  baseUrl: "https://openrouter.ai/api/v1",
17267
17534
  reasoning: true,
17268
17535
  input: ["text", "image"],
17269
17536
  cost: {
17270
- input: 2,
17271
- output: 10,
17272
- cacheRead: 0.19999999999999998,
17273
- cacheWrite: 2.5,
17537
+ input: 10,
17538
+ output: 50,
17539
+ cacheRead: 1,
17540
+ cacheWrite: 12.5,
17541
+ },
17542
+ contextWindow: 1050000,
17543
+ maxTokens: 128000,
17544
+ },
17545
+ "~openai/gpt-luna-latest": {
17546
+ id: "~openai/gpt-luna-latest",
17547
+ name: "OpenAI: GPT Luna Latest",
17548
+ api: "openai-completions",
17549
+ provider: "openrouter",
17550
+ baseUrl: "https://openrouter.ai/api/v1",
17551
+ reasoning: true,
17552
+ input: ["text", "image"],
17553
+ cost: {
17554
+ input: 0.19999999999999998,
17555
+ output: 1.2,
17556
+ cacheRead: 0.02,
17557
+ cacheWrite: 0.25,
17274
17558
  },
17275
17559
  contextWindow: 1050000,
17276
17560
  maxTokens: 128000,
17277
17561
  },
17278
17562
  "~openai/gpt-mini-latest": {
17279
17563
  id: "~openai/gpt-mini-latest",
17280
- name: "OpenAI GPT Mini Latest",
17564
+ name: "OpenAI: GPT Mini Latest",
17281
17565
  api: "openai-completions",
17282
17566
  provider: "openrouter",
17283
17567
  baseUrl: "https://openrouter.ai/api/v1",
@@ -17292,6 +17576,40 @@ export const MODELS = {
17292
17576
  contextWindow: 400000,
17293
17577
  maxTokens: 128000,
17294
17578
  },
17579
+ "~openai/gpt-sol-latest": {
17580
+ id: "~openai/gpt-sol-latest",
17581
+ name: "OpenAI: GPT Sol Latest",
17582
+ api: "openai-completions",
17583
+ provider: "openrouter",
17584
+ baseUrl: "https://openrouter.ai/api/v1",
17585
+ reasoning: true,
17586
+ input: ["text", "image"],
17587
+ cost: {
17588
+ input: 2,
17589
+ output: 10,
17590
+ cacheRead: 0.19999999999999998,
17591
+ cacheWrite: 2.5,
17592
+ },
17593
+ contextWindow: 1050000,
17594
+ maxTokens: 128000,
17595
+ },
17596
+ "~openai/gpt-terra-latest": {
17597
+ id: "~openai/gpt-terra-latest",
17598
+ name: "OpenAI: GPT Terra Latest",
17599
+ api: "openai-completions",
17600
+ provider: "openrouter",
17601
+ baseUrl: "https://openrouter.ai/api/v1",
17602
+ reasoning: true,
17603
+ input: ["text", "image"],
17604
+ cost: {
17605
+ input: 2,
17606
+ output: 12,
17607
+ cacheRead: 0.19999999999999998,
17608
+ cacheWrite: 2.5,
17609
+ },
17610
+ contextWindow: 1050000,
17611
+ maxTokens: 128000,
17612
+ },
17295
17613
  "~x-ai/grok-latest": {
17296
17614
  id: "~x-ai/grok-latest",
17297
17615
  name: "xAI: Grok Latest",
@@ -17335,13 +17653,13 @@ export const MODELS = {
17335
17653
  reasoning: true,
17336
17654
  input: ["text"],
17337
17655
  cost: {
17338
- input: 1.092,
17339
- output: 3.432,
17340
- cacheRead: 0.20279999999999998,
17656
+ input: 0.8727,
17657
+ output: 3.36,
17658
+ cacheRead: 0.16390000000000002,
17341
17659
  cacheWrite: 0,
17342
17660
  },
17343
17661
  contextWindow: 1310720,
17344
- maxTokens: 131072,
17662
+ maxTokens: 943718,
17345
17663
  },
17346
17664
  },
17347
17665
  "together": {
@@ -18219,23 +18537,6 @@ export const MODELS = {
18219
18537
  contextWindow: 991000,
18220
18538
  maxTokens: 128000,
18221
18539
  },
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
18540
  "alibaba/qwen3.8-max": {
18240
18541
  id: "alibaba/qwen3.8-max",
18241
18542
  name: "Qwen 3.8 Max",
@@ -18864,13 +19165,13 @@ export const MODELS = {
18864
19165
  reasoning: true,
18865
19166
  input: ["text", "image"],
18866
19167
  cost: {
18867
- input: 0.15,
18868
- output: 0.6,
18869
- cacheRead: 0.003,
19168
+ input: 0.3,
19169
+ output: 1.2,
19170
+ cacheRead: 0.03,
18870
19171
  cacheWrite: 0,
18871
19172
  },
18872
- contextWindow: 1000000,
18873
- maxTokens: 384000,
19173
+ contextWindow: 1048576,
19174
+ maxTokens: 32768,
18874
19175
  },
18875
19176
  "google/gemini-2.5-flash": {
18876
19177
  id: "google/gemini-2.5-flash",
@@ -19229,6 +19530,40 @@ export const MODELS = {
19229
19530
  contextWindow: 256000,
19230
19531
  maxTokens: 32000,
19231
19532
  },
19533
+ "inclusionai/ling-3.0-flash-vl": {
19534
+ id: "inclusionai/ling-3.0-flash-vl",
19535
+ name: "Ling 3.0 Flash VL",
19536
+ api: "anthropic-messages",
19537
+ provider: "vercel-ai-gateway",
19538
+ baseUrl: "https://ai-gateway.vercel.sh",
19539
+ reasoning: true,
19540
+ input: ["text", "image"],
19541
+ cost: {
19542
+ input: 0,
19543
+ output: 0,
19544
+ cacheRead: 0,
19545
+ cacheWrite: 0,
19546
+ },
19547
+ contextWindow: 256000,
19548
+ maxTokens: 32000,
19549
+ },
19550
+ "inclusionai/ling-3.0-flash-vl-free": {
19551
+ id: "inclusionai/ling-3.0-flash-vl-free",
19552
+ name: "Ling 3.0 Flash VL (Free)",
19553
+ api: "anthropic-messages",
19554
+ provider: "vercel-ai-gateway",
19555
+ baseUrl: "https://ai-gateway.vercel.sh",
19556
+ reasoning: true,
19557
+ input: ["text", "image"],
19558
+ cost: {
19559
+ input: 0,
19560
+ output: 0,
19561
+ cacheRead: 0,
19562
+ cacheWrite: 0,
19563
+ },
19564
+ contextWindow: 256000,
19565
+ maxTokens: 32000,
19566
+ },
19232
19567
  "interfaze/interfaze-beta": {
19233
19568
  id: "interfaze/interfaze-beta",
19234
19569
  name: "Interfaze Beta",
@@ -21122,6 +21457,23 @@ export const MODELS = {
21122
21457
  contextWindow: 256000,
21123
21458
  maxTokens: 32768,
21124
21459
  },
21460
+ "sakana/fugu-max": {
21461
+ id: "sakana/fugu-max",
21462
+ name: "Fugu Max",
21463
+ api: "anthropic-messages",
21464
+ provider: "vercel-ai-gateway",
21465
+ baseUrl: "https://ai-gateway.vercel.sh",
21466
+ reasoning: true,
21467
+ input: ["text", "image"],
21468
+ cost: {
21469
+ input: 2,
21470
+ output: 6,
21471
+ cacheRead: 0.25,
21472
+ cacheWrite: 0,
21473
+ },
21474
+ contextWindow: 1000000,
21475
+ maxTokens: 1000000,
21476
+ },
21125
21477
  "sakana/fugu-ultra": {
21126
21478
  id: "sakana/fugu-ultra",
21127
21479
  name: "Fugu Ultra",
@@ -21139,6 +21491,23 @@ export const MODELS = {
21139
21491
  contextWindow: 1000000,
21140
21492
  maxTokens: 1000000,
21141
21493
  },
21494
+ "sakana/fugu-ultra-v2": {
21495
+ id: "sakana/fugu-ultra-v2",
21496
+ name: "Fugu Ultra v2",
21497
+ api: "anthropic-messages",
21498
+ provider: "vercel-ai-gateway",
21499
+ baseUrl: "https://ai-gateway.vercel.sh",
21500
+ reasoning: true,
21501
+ input: ["text", "image"],
21502
+ cost: {
21503
+ input: 5,
21504
+ output: 30,
21505
+ cacheRead: 0.5,
21506
+ cacheWrite: 0,
21507
+ },
21508
+ contextWindow: 1000000,
21509
+ maxTokens: 1000000,
21510
+ },
21142
21511
  "sakana/namazu": {
21143
21512
  id: "sakana/namazu",
21144
21513
  name: "Sakana Namazu",