@apholdings/jensen-ai 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +382 -193
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +506 -346
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -70,6 +70,23 @@ export const MODELS = {
|
|
|
70
70
|
contextWindow: 300000,
|
|
71
71
|
maxTokens: 8192,
|
|
72
72
|
},
|
|
73
|
+
"anthropic.claude-fable-5": {
|
|
74
|
+
id: "anthropic.claude-fable-5",
|
|
75
|
+
name: "Claude Fable 5",
|
|
76
|
+
api: "bedrock-converse-stream",
|
|
77
|
+
provider: "amazon-bedrock",
|
|
78
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
79
|
+
reasoning: true,
|
|
80
|
+
input: ["text", "image"],
|
|
81
|
+
cost: {
|
|
82
|
+
input: 10,
|
|
83
|
+
output: 50,
|
|
84
|
+
cacheRead: 1,
|
|
85
|
+
cacheWrite: 12.5,
|
|
86
|
+
},
|
|
87
|
+
contextWindow: 1000000,
|
|
88
|
+
maxTokens: 128000,
|
|
89
|
+
},
|
|
73
90
|
"anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
74
91
|
id: "anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
75
92
|
name: "Claude Haiku 4.5",
|
|
@@ -206,6 +223,23 @@ export const MODELS = {
|
|
|
206
223
|
contextWindow: 1000000,
|
|
207
224
|
maxTokens: 64000,
|
|
208
225
|
},
|
|
226
|
+
"anthropic.claude-sonnet-5": {
|
|
227
|
+
id: "anthropic.claude-sonnet-5",
|
|
228
|
+
name: "Claude Sonnet 5",
|
|
229
|
+
api: "bedrock-converse-stream",
|
|
230
|
+
provider: "amazon-bedrock",
|
|
231
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
232
|
+
reasoning: true,
|
|
233
|
+
input: ["text", "image"],
|
|
234
|
+
cost: {
|
|
235
|
+
input: 2,
|
|
236
|
+
output: 10,
|
|
237
|
+
cacheRead: 0.2,
|
|
238
|
+
cacheWrite: 2.5,
|
|
239
|
+
},
|
|
240
|
+
contextWindow: 1000000,
|
|
241
|
+
maxTokens: 128000,
|
|
242
|
+
},
|
|
209
243
|
"au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
210
244
|
id: "au.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
211
245
|
name: "Claude Haiku 4.5 (AU)",
|
|
@@ -291,6 +325,23 @@ export const MODELS = {
|
|
|
291
325
|
contextWindow: 1000000,
|
|
292
326
|
maxTokens: 128000,
|
|
293
327
|
},
|
|
328
|
+
"au.anthropic.claude-sonnet-5": {
|
|
329
|
+
id: "au.anthropic.claude-sonnet-5",
|
|
330
|
+
name: "Claude Sonnet 5 (AU)",
|
|
331
|
+
api: "bedrock-converse-stream",
|
|
332
|
+
provider: "amazon-bedrock",
|
|
333
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
334
|
+
reasoning: true,
|
|
335
|
+
input: ["text", "image"],
|
|
336
|
+
cost: {
|
|
337
|
+
input: 2,
|
|
338
|
+
output: 10,
|
|
339
|
+
cacheRead: 0.2,
|
|
340
|
+
cacheWrite: 2.5,
|
|
341
|
+
},
|
|
342
|
+
contextWindow: 1000000,
|
|
343
|
+
maxTokens: 128000,
|
|
344
|
+
},
|
|
294
345
|
"deepseek.r1-v1:0": {
|
|
295
346
|
id: "deepseek.r1-v1:0",
|
|
296
347
|
name: "DeepSeek-R1",
|
|
@@ -368,10 +419,10 @@ export const MODELS = {
|
|
|
368
419
|
reasoning: true,
|
|
369
420
|
input: ["text", "image"],
|
|
370
421
|
cost: {
|
|
371
|
-
input: 1,
|
|
372
|
-
output: 5,
|
|
373
|
-
cacheRead: 0.
|
|
374
|
-
cacheWrite: 1.
|
|
422
|
+
input: 1.1,
|
|
423
|
+
output: 5.5,
|
|
424
|
+
cacheRead: 0.11,
|
|
425
|
+
cacheWrite: 1.375,
|
|
375
426
|
},
|
|
376
427
|
contextWindow: 200000,
|
|
377
428
|
maxTokens: 64000,
|
|
@@ -385,10 +436,10 @@ export const MODELS = {
|
|
|
385
436
|
reasoning: true,
|
|
386
437
|
input: ["text", "image"],
|
|
387
438
|
cost: {
|
|
388
|
-
input: 5,
|
|
389
|
-
output:
|
|
390
|
-
cacheRead: 0.
|
|
391
|
-
cacheWrite: 6.
|
|
439
|
+
input: 5.5,
|
|
440
|
+
output: 27.5,
|
|
441
|
+
cacheRead: 0.55,
|
|
442
|
+
cacheWrite: 6.875,
|
|
392
443
|
},
|
|
393
444
|
contextWindow: 200000,
|
|
394
445
|
maxTokens: 64000,
|
|
@@ -478,6 +529,23 @@ export const MODELS = {
|
|
|
478
529
|
contextWindow: 1000000,
|
|
479
530
|
maxTokens: 64000,
|
|
480
531
|
},
|
|
532
|
+
"eu.anthropic.claude-sonnet-5": {
|
|
533
|
+
id: "eu.anthropic.claude-sonnet-5",
|
|
534
|
+
name: "Claude Sonnet 5 (EU)",
|
|
535
|
+
api: "bedrock-converse-stream",
|
|
536
|
+
provider: "amazon-bedrock",
|
|
537
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
538
|
+
reasoning: true,
|
|
539
|
+
input: ["text", "image"],
|
|
540
|
+
cost: {
|
|
541
|
+
input: 2.2,
|
|
542
|
+
output: 11,
|
|
543
|
+
cacheRead: 0.22,
|
|
544
|
+
cacheWrite: 2.75,
|
|
545
|
+
},
|
|
546
|
+
contextWindow: 1000000,
|
|
547
|
+
maxTokens: 128000,
|
|
548
|
+
},
|
|
481
549
|
"global.anthropic.claude-fable-5": {
|
|
482
550
|
id: "global.anthropic.claude-fable-5",
|
|
483
551
|
name: "Claude Fable 5 (Global)",
|
|
@@ -614,6 +682,23 @@ export const MODELS = {
|
|
|
614
682
|
contextWindow: 1000000,
|
|
615
683
|
maxTokens: 64000,
|
|
616
684
|
},
|
|
685
|
+
"global.anthropic.claude-sonnet-5": {
|
|
686
|
+
id: "global.anthropic.claude-sonnet-5",
|
|
687
|
+
name: "Claude Sonnet 5 (Global)",
|
|
688
|
+
api: "bedrock-converse-stream",
|
|
689
|
+
provider: "amazon-bedrock",
|
|
690
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
691
|
+
reasoning: true,
|
|
692
|
+
input: ["text", "image"],
|
|
693
|
+
cost: {
|
|
694
|
+
input: 2,
|
|
695
|
+
output: 10,
|
|
696
|
+
cacheRead: 0.2,
|
|
697
|
+
cacheWrite: 2.5,
|
|
698
|
+
},
|
|
699
|
+
contextWindow: 1000000,
|
|
700
|
+
maxTokens: 128000,
|
|
701
|
+
},
|
|
617
702
|
"google.gemma-3-27b-it": {
|
|
618
703
|
id: "google.gemma-3-27b-it",
|
|
619
704
|
name: "Google Gemma 3 27B Instruct",
|
|
@@ -716,6 +801,23 @@ export const MODELS = {
|
|
|
716
801
|
contextWindow: 1000000,
|
|
717
802
|
maxTokens: 64000,
|
|
718
803
|
},
|
|
804
|
+
"jp.anthropic.claude-sonnet-5": {
|
|
805
|
+
id: "jp.anthropic.claude-sonnet-5",
|
|
806
|
+
name: "Claude Sonnet 5 (JP)",
|
|
807
|
+
api: "bedrock-converse-stream",
|
|
808
|
+
provider: "amazon-bedrock",
|
|
809
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
810
|
+
reasoning: true,
|
|
811
|
+
input: ["text", "image"],
|
|
812
|
+
cost: {
|
|
813
|
+
input: 2,
|
|
814
|
+
output: 10,
|
|
815
|
+
cacheRead: 0.2,
|
|
816
|
+
cacheWrite: 2.5,
|
|
817
|
+
},
|
|
818
|
+
contextWindow: 1000000,
|
|
819
|
+
maxTokens: 128000,
|
|
820
|
+
},
|
|
719
821
|
"meta.llama3-1-70b-instruct-v1:0": {
|
|
720
822
|
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
721
823
|
name: "Llama 3.1 70B Instruct",
|
|
@@ -1515,6 +1617,23 @@ export const MODELS = {
|
|
|
1515
1617
|
contextWindow: 1000000,
|
|
1516
1618
|
maxTokens: 64000,
|
|
1517
1619
|
},
|
|
1620
|
+
"us.anthropic.claude-sonnet-5": {
|
|
1621
|
+
id: "us.anthropic.claude-sonnet-5",
|
|
1622
|
+
name: "Claude Sonnet 5 (US)",
|
|
1623
|
+
api: "bedrock-converse-stream",
|
|
1624
|
+
provider: "amazon-bedrock",
|
|
1625
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1626
|
+
reasoning: true,
|
|
1627
|
+
input: ["text", "image"],
|
|
1628
|
+
cost: {
|
|
1629
|
+
input: 2,
|
|
1630
|
+
output: 10,
|
|
1631
|
+
cacheRead: 0.2,
|
|
1632
|
+
cacheWrite: 2.5,
|
|
1633
|
+
},
|
|
1634
|
+
contextWindow: 1000000,
|
|
1635
|
+
maxTokens: 128000,
|
|
1636
|
+
},
|
|
1518
1637
|
"us.deepseek.r1-v1:0": {
|
|
1519
1638
|
id: "us.deepseek.r1-v1:0",
|
|
1520
1639
|
name: "DeepSeek-R1 (US)",
|
|
@@ -1600,6 +1719,23 @@ export const MODELS = {
|
|
|
1600
1719
|
contextWindow: 1040000,
|
|
1601
1720
|
maxTokens: 8192,
|
|
1602
1721
|
},
|
|
1722
|
+
"xai.grok-4.3": {
|
|
1723
|
+
id: "xai.grok-4.3",
|
|
1724
|
+
name: "Grok 4.3",
|
|
1725
|
+
api: "bedrock-converse-stream",
|
|
1726
|
+
provider: "amazon-bedrock",
|
|
1727
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1728
|
+
reasoning: true,
|
|
1729
|
+
input: ["text", "image"],
|
|
1730
|
+
cost: {
|
|
1731
|
+
input: 1.25,
|
|
1732
|
+
output: 2.5,
|
|
1733
|
+
cacheRead: 0.2,
|
|
1734
|
+
cacheWrite: 0,
|
|
1735
|
+
},
|
|
1736
|
+
contextWindow: 1000000,
|
|
1737
|
+
maxTokens: 131072,
|
|
1738
|
+
},
|
|
1603
1739
|
"zai.glm-4.7": {
|
|
1604
1740
|
id: "zai.glm-4.7",
|
|
1605
1741
|
name: "GLM-4.7",
|
|
@@ -1653,142 +1789,6 @@ export const MODELS = {
|
|
|
1653
1789
|
},
|
|
1654
1790
|
},
|
|
1655
1791
|
"anthropic": {
|
|
1656
|
-
"claude-3-5-haiku-20241022": {
|
|
1657
|
-
id: "claude-3-5-haiku-20241022",
|
|
1658
|
-
name: "Claude Haiku 3.5",
|
|
1659
|
-
api: "anthropic-messages",
|
|
1660
|
-
provider: "anthropic",
|
|
1661
|
-
baseUrl: "https://api.anthropic.com",
|
|
1662
|
-
reasoning: false,
|
|
1663
|
-
input: ["text", "image"],
|
|
1664
|
-
cost: {
|
|
1665
|
-
input: 0.8,
|
|
1666
|
-
output: 4,
|
|
1667
|
-
cacheRead: 0.08,
|
|
1668
|
-
cacheWrite: 1,
|
|
1669
|
-
},
|
|
1670
|
-
contextWindow: 200000,
|
|
1671
|
-
maxTokens: 8192,
|
|
1672
|
-
},
|
|
1673
|
-
"claude-3-5-haiku-latest": {
|
|
1674
|
-
id: "claude-3-5-haiku-latest",
|
|
1675
|
-
name: "Claude Haiku 3.5 (latest)",
|
|
1676
|
-
api: "anthropic-messages",
|
|
1677
|
-
provider: "anthropic",
|
|
1678
|
-
baseUrl: "https://api.anthropic.com",
|
|
1679
|
-
reasoning: false,
|
|
1680
|
-
input: ["text", "image"],
|
|
1681
|
-
cost: {
|
|
1682
|
-
input: 0.8,
|
|
1683
|
-
output: 4,
|
|
1684
|
-
cacheRead: 0.08,
|
|
1685
|
-
cacheWrite: 1,
|
|
1686
|
-
},
|
|
1687
|
-
contextWindow: 200000,
|
|
1688
|
-
maxTokens: 8192,
|
|
1689
|
-
},
|
|
1690
|
-
"claude-3-5-sonnet-20240620": {
|
|
1691
|
-
id: "claude-3-5-sonnet-20240620",
|
|
1692
|
-
name: "Claude Sonnet 3.5",
|
|
1693
|
-
api: "anthropic-messages",
|
|
1694
|
-
provider: "anthropic",
|
|
1695
|
-
baseUrl: "https://api.anthropic.com",
|
|
1696
|
-
reasoning: false,
|
|
1697
|
-
input: ["text", "image"],
|
|
1698
|
-
cost: {
|
|
1699
|
-
input: 3,
|
|
1700
|
-
output: 15,
|
|
1701
|
-
cacheRead: 0.3,
|
|
1702
|
-
cacheWrite: 3.75,
|
|
1703
|
-
},
|
|
1704
|
-
contextWindow: 200000,
|
|
1705
|
-
maxTokens: 8192,
|
|
1706
|
-
},
|
|
1707
|
-
"claude-3-5-sonnet-20241022": {
|
|
1708
|
-
id: "claude-3-5-sonnet-20241022",
|
|
1709
|
-
name: "Claude Sonnet 3.5 v2",
|
|
1710
|
-
api: "anthropic-messages",
|
|
1711
|
-
provider: "anthropic",
|
|
1712
|
-
baseUrl: "https://api.anthropic.com",
|
|
1713
|
-
reasoning: false,
|
|
1714
|
-
input: ["text", "image"],
|
|
1715
|
-
cost: {
|
|
1716
|
-
input: 3,
|
|
1717
|
-
output: 15,
|
|
1718
|
-
cacheRead: 0.3,
|
|
1719
|
-
cacheWrite: 3.75,
|
|
1720
|
-
},
|
|
1721
|
-
contextWindow: 200000,
|
|
1722
|
-
maxTokens: 8192,
|
|
1723
|
-
},
|
|
1724
|
-
"claude-3-7-sonnet-20250219": {
|
|
1725
|
-
id: "claude-3-7-sonnet-20250219",
|
|
1726
|
-
name: "Claude Sonnet 3.7",
|
|
1727
|
-
api: "anthropic-messages",
|
|
1728
|
-
provider: "anthropic",
|
|
1729
|
-
baseUrl: "https://api.anthropic.com",
|
|
1730
|
-
reasoning: true,
|
|
1731
|
-
input: ["text", "image"],
|
|
1732
|
-
cost: {
|
|
1733
|
-
input: 3,
|
|
1734
|
-
output: 15,
|
|
1735
|
-
cacheRead: 0.3,
|
|
1736
|
-
cacheWrite: 3.75,
|
|
1737
|
-
},
|
|
1738
|
-
contextWindow: 200000,
|
|
1739
|
-
maxTokens: 64000,
|
|
1740
|
-
},
|
|
1741
|
-
"claude-3-haiku-20240307": {
|
|
1742
|
-
id: "claude-3-haiku-20240307",
|
|
1743
|
-
name: "Claude Haiku 3",
|
|
1744
|
-
api: "anthropic-messages",
|
|
1745
|
-
provider: "anthropic",
|
|
1746
|
-
baseUrl: "https://api.anthropic.com",
|
|
1747
|
-
reasoning: false,
|
|
1748
|
-
input: ["text", "image"],
|
|
1749
|
-
cost: {
|
|
1750
|
-
input: 0.25,
|
|
1751
|
-
output: 1.25,
|
|
1752
|
-
cacheRead: 0.03,
|
|
1753
|
-
cacheWrite: 0.3,
|
|
1754
|
-
},
|
|
1755
|
-
contextWindow: 200000,
|
|
1756
|
-
maxTokens: 4096,
|
|
1757
|
-
},
|
|
1758
|
-
"claude-3-opus-20240229": {
|
|
1759
|
-
id: "claude-3-opus-20240229",
|
|
1760
|
-
name: "Claude Opus 3",
|
|
1761
|
-
api: "anthropic-messages",
|
|
1762
|
-
provider: "anthropic",
|
|
1763
|
-
baseUrl: "https://api.anthropic.com",
|
|
1764
|
-
reasoning: false,
|
|
1765
|
-
input: ["text", "image"],
|
|
1766
|
-
cost: {
|
|
1767
|
-
input: 15,
|
|
1768
|
-
output: 75,
|
|
1769
|
-
cacheRead: 1.5,
|
|
1770
|
-
cacheWrite: 18.75,
|
|
1771
|
-
},
|
|
1772
|
-
contextWindow: 200000,
|
|
1773
|
-
maxTokens: 4096,
|
|
1774
|
-
},
|
|
1775
|
-
"claude-3-sonnet-20240229": {
|
|
1776
|
-
id: "claude-3-sonnet-20240229",
|
|
1777
|
-
name: "Claude Sonnet 3",
|
|
1778
|
-
api: "anthropic-messages",
|
|
1779
|
-
provider: "anthropic",
|
|
1780
|
-
baseUrl: "https://api.anthropic.com",
|
|
1781
|
-
reasoning: false,
|
|
1782
|
-
input: ["text", "image"],
|
|
1783
|
-
cost: {
|
|
1784
|
-
input: 3,
|
|
1785
|
-
output: 15,
|
|
1786
|
-
cacheRead: 0.3,
|
|
1787
|
-
cacheWrite: 0.3,
|
|
1788
|
-
},
|
|
1789
|
-
contextWindow: 200000,
|
|
1790
|
-
maxTokens: 4096,
|
|
1791
|
-
},
|
|
1792
1792
|
"claude-fable-5": {
|
|
1793
1793
|
id: "claude-fable-5",
|
|
1794
1794
|
name: "Claude Fable 5",
|
|
@@ -1840,23 +1840,6 @@ export const MODELS = {
|
|
|
1840
1840
|
contextWindow: 200000,
|
|
1841
1841
|
maxTokens: 64000,
|
|
1842
1842
|
},
|
|
1843
|
-
"claude-opus-4-0": {
|
|
1844
|
-
id: "claude-opus-4-0",
|
|
1845
|
-
name: "Claude Opus 4 (latest)",
|
|
1846
|
-
api: "anthropic-messages",
|
|
1847
|
-
provider: "anthropic",
|
|
1848
|
-
baseUrl: "https://api.anthropic.com",
|
|
1849
|
-
reasoning: true,
|
|
1850
|
-
input: ["text", "image"],
|
|
1851
|
-
cost: {
|
|
1852
|
-
input: 15,
|
|
1853
|
-
output: 75,
|
|
1854
|
-
cacheRead: 1.5,
|
|
1855
|
-
cacheWrite: 18.75,
|
|
1856
|
-
},
|
|
1857
|
-
contextWindow: 200000,
|
|
1858
|
-
maxTokens: 32000,
|
|
1859
|
-
},
|
|
1860
1843
|
"claude-opus-4-1": {
|
|
1861
1844
|
id: "claude-opus-4-1",
|
|
1862
1845
|
name: "Claude Opus 4.1 (latest)",
|
|
@@ -1891,23 +1874,6 @@ export const MODELS = {
|
|
|
1891
1874
|
contextWindow: 200000,
|
|
1892
1875
|
maxTokens: 32000,
|
|
1893
1876
|
},
|
|
1894
|
-
"claude-opus-4-20250514": {
|
|
1895
|
-
id: "claude-opus-4-20250514",
|
|
1896
|
-
name: "Claude Opus 4",
|
|
1897
|
-
api: "anthropic-messages",
|
|
1898
|
-
provider: "anthropic",
|
|
1899
|
-
baseUrl: "https://api.anthropic.com",
|
|
1900
|
-
reasoning: true,
|
|
1901
|
-
input: ["text", "image"],
|
|
1902
|
-
cost: {
|
|
1903
|
-
input: 15,
|
|
1904
|
-
output: 75,
|
|
1905
|
-
cacheRead: 1.5,
|
|
1906
|
-
cacheWrite: 18.75,
|
|
1907
|
-
},
|
|
1908
|
-
contextWindow: 200000,
|
|
1909
|
-
maxTokens: 32000,
|
|
1910
|
-
},
|
|
1911
1877
|
"claude-opus-4-5": {
|
|
1912
1878
|
id: "claude-opus-4-5",
|
|
1913
1879
|
name: "Claude Opus 4.5 (latest)",
|
|
@@ -1993,40 +1959,6 @@ export const MODELS = {
|
|
|
1993
1959
|
contextWindow: 1000000,
|
|
1994
1960
|
maxTokens: 128000,
|
|
1995
1961
|
},
|
|
1996
|
-
"claude-sonnet-4-0": {
|
|
1997
|
-
id: "claude-sonnet-4-0",
|
|
1998
|
-
name: "Claude Sonnet 4 (latest)",
|
|
1999
|
-
api: "anthropic-messages",
|
|
2000
|
-
provider: "anthropic",
|
|
2001
|
-
baseUrl: "https://api.anthropic.com",
|
|
2002
|
-
reasoning: true,
|
|
2003
|
-
input: ["text", "image"],
|
|
2004
|
-
cost: {
|
|
2005
|
-
input: 3,
|
|
2006
|
-
output: 15,
|
|
2007
|
-
cacheRead: 0.3,
|
|
2008
|
-
cacheWrite: 3.75,
|
|
2009
|
-
},
|
|
2010
|
-
contextWindow: 200000,
|
|
2011
|
-
maxTokens: 64000,
|
|
2012
|
-
},
|
|
2013
|
-
"claude-sonnet-4-20250514": {
|
|
2014
|
-
id: "claude-sonnet-4-20250514",
|
|
2015
|
-
name: "Claude Sonnet 4",
|
|
2016
|
-
api: "anthropic-messages",
|
|
2017
|
-
provider: "anthropic",
|
|
2018
|
-
baseUrl: "https://api.anthropic.com",
|
|
2019
|
-
reasoning: true,
|
|
2020
|
-
input: ["text", "image"],
|
|
2021
|
-
cost: {
|
|
2022
|
-
input: 3,
|
|
2023
|
-
output: 15,
|
|
2024
|
-
cacheRead: 0.3,
|
|
2025
|
-
cacheWrite: 3.75,
|
|
2026
|
-
},
|
|
2027
|
-
contextWindow: 200000,
|
|
2028
|
-
maxTokens: 64000,
|
|
2029
|
-
},
|
|
2030
1962
|
"claude-sonnet-4-5": {
|
|
2031
1963
|
id: "claude-sonnet-4-5",
|
|
2032
1964
|
name: "Claude Sonnet 4.5 (latest)",
|
|
@@ -2041,7 +1973,7 @@ export const MODELS = {
|
|
|
2041
1973
|
cacheRead: 0.3,
|
|
2042
1974
|
cacheWrite: 3.75,
|
|
2043
1975
|
},
|
|
2044
|
-
contextWindow:
|
|
1976
|
+
contextWindow: 1000000,
|
|
2045
1977
|
maxTokens: 64000,
|
|
2046
1978
|
},
|
|
2047
1979
|
"claude-sonnet-4-5-20250929": {
|
|
@@ -2058,7 +1990,7 @@ export const MODELS = {
|
|
|
2058
1990
|
cacheRead: 0.3,
|
|
2059
1991
|
cacheWrite: 3.75,
|
|
2060
1992
|
},
|
|
2061
|
-
contextWindow:
|
|
1993
|
+
contextWindow: 1000000,
|
|
2062
1994
|
maxTokens: 64000,
|
|
2063
1995
|
},
|
|
2064
1996
|
"claude-sonnet-4-6": {
|
|
@@ -2076,7 +2008,24 @@ export const MODELS = {
|
|
|
2076
2008
|
cacheWrite: 3.75,
|
|
2077
2009
|
},
|
|
2078
2010
|
contextWindow: 1000000,
|
|
2079
|
-
maxTokens:
|
|
2011
|
+
maxTokens: 128000,
|
|
2012
|
+
},
|
|
2013
|
+
"claude-sonnet-5": {
|
|
2014
|
+
id: "claude-sonnet-5",
|
|
2015
|
+
name: "Claude Sonnet 5",
|
|
2016
|
+
api: "anthropic-messages",
|
|
2017
|
+
provider: "anthropic",
|
|
2018
|
+
baseUrl: "https://api.anthropic.com",
|
|
2019
|
+
reasoning: true,
|
|
2020
|
+
input: ["text", "image"],
|
|
2021
|
+
cost: {
|
|
2022
|
+
input: 2,
|
|
2023
|
+
output: 10,
|
|
2024
|
+
cacheRead: 0.2,
|
|
2025
|
+
cacheWrite: 2.5,
|
|
2026
|
+
},
|
|
2027
|
+
contextWindow: 1000000,
|
|
2028
|
+
maxTokens: 128000,
|
|
2080
2029
|
},
|
|
2081
2030
|
},
|
|
2082
2031
|
"azure-openai-responses": {
|
|
@@ -2796,6 +2745,23 @@ export const MODELS = {
|
|
|
2796
2745
|
},
|
|
2797
2746
|
},
|
|
2798
2747
|
"cerebras": {
|
|
2748
|
+
"gemma-4-31b": {
|
|
2749
|
+
id: "gemma-4-31b",
|
|
2750
|
+
name: "Gemma 4 31B IT",
|
|
2751
|
+
api: "openai-completions",
|
|
2752
|
+
provider: "cerebras",
|
|
2753
|
+
baseUrl: "https://api.cerebras.ai/v1",
|
|
2754
|
+
reasoning: true,
|
|
2755
|
+
input: ["text", "image"],
|
|
2756
|
+
cost: {
|
|
2757
|
+
input: 0.99,
|
|
2758
|
+
output: 1.49,
|
|
2759
|
+
cacheRead: 0,
|
|
2760
|
+
cacheWrite: 0,
|
|
2761
|
+
},
|
|
2762
|
+
contextWindow: 131072,
|
|
2763
|
+
maxTokens: 40960,
|
|
2764
|
+
},
|
|
2799
2765
|
"gpt-oss-120b": {
|
|
2800
2766
|
id: "gpt-oss-120b",
|
|
2801
2767
|
name: "GPT OSS 120B",
|
|
@@ -2995,6 +2961,25 @@ export const MODELS = {
|
|
|
2995
2961
|
contextWindow: 1000000,
|
|
2996
2962
|
maxTokens: 32000,
|
|
2997
2963
|
},
|
|
2964
|
+
"claude-sonnet-5": {
|
|
2965
|
+
id: "claude-sonnet-5",
|
|
2966
|
+
name: "Claude Sonnet 5",
|
|
2967
|
+
api: "openai-completions",
|
|
2968
|
+
provider: "github-copilot",
|
|
2969
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
2970
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
2971
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
2972
|
+
reasoning: true,
|
|
2973
|
+
input: ["text", "image"],
|
|
2974
|
+
cost: {
|
|
2975
|
+
input: 2,
|
|
2976
|
+
output: 10,
|
|
2977
|
+
cacheRead: 0.2,
|
|
2978
|
+
cacheWrite: 2.5,
|
|
2979
|
+
},
|
|
2980
|
+
contextWindow: 1000000,
|
|
2981
|
+
maxTokens: 128000,
|
|
2982
|
+
},
|
|
2998
2983
|
"gemini-2.5-pro": {
|
|
2999
2984
|
id: "gemini-2.5-pro",
|
|
3000
2985
|
name: "Gemini 2.5 Pro",
|
|
@@ -3234,6 +3219,44 @@ export const MODELS = {
|
|
|
3234
3219
|
contextWindow: 400000,
|
|
3235
3220
|
maxTokens: 128000,
|
|
3236
3221
|
},
|
|
3222
|
+
"kimi-k2.7-code": {
|
|
3223
|
+
id: "kimi-k2.7-code",
|
|
3224
|
+
name: "Kimi K2.7 Code",
|
|
3225
|
+
api: "openai-completions",
|
|
3226
|
+
provider: "github-copilot",
|
|
3227
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3228
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
3229
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3230
|
+
reasoning: true,
|
|
3231
|
+
input: ["text", "image"],
|
|
3232
|
+
cost: {
|
|
3233
|
+
input: 0.95,
|
|
3234
|
+
output: 4,
|
|
3235
|
+
cacheRead: 0.19,
|
|
3236
|
+
cacheWrite: 0,
|
|
3237
|
+
},
|
|
3238
|
+
contextWindow: 256000,
|
|
3239
|
+
maxTokens: 32000,
|
|
3240
|
+
},
|
|
3241
|
+
"mai-code-1-flash-picker": {
|
|
3242
|
+
id: "mai-code-1-flash-picker",
|
|
3243
|
+
name: "MAI-Code-1-Flash",
|
|
3244
|
+
api: "openai-completions",
|
|
3245
|
+
provider: "github-copilot",
|
|
3246
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3247
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
3248
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3249
|
+
reasoning: true,
|
|
3250
|
+
input: ["text"],
|
|
3251
|
+
cost: {
|
|
3252
|
+
input: 0.75,
|
|
3253
|
+
output: 4.5,
|
|
3254
|
+
cacheRead: 0.075,
|
|
3255
|
+
cacheWrite: 0,
|
|
3256
|
+
},
|
|
3257
|
+
contextWindow: 256000,
|
|
3258
|
+
maxTokens: 128000,
|
|
3259
|
+
},
|
|
3237
3260
|
},
|
|
3238
3261
|
"google": {
|
|
3239
3262
|
"gemini-2.0-flash": {
|
|
@@ -4071,7 +4094,7 @@ export const MODELS = {
|
|
|
4071
4094
|
cost: {
|
|
4072
4095
|
input: 0.075,
|
|
4073
4096
|
output: 0.3,
|
|
4074
|
-
cacheRead: 0
|
|
4097
|
+
cacheRead: 0,
|
|
4075
4098
|
cacheWrite: 0,
|
|
4076
4099
|
},
|
|
4077
4100
|
contextWindow: 131072,
|
|
@@ -4744,6 +4767,24 @@ export const MODELS = {
|
|
|
4744
4767
|
contextWindow: 262144,
|
|
4745
4768
|
maxTokens: 262144,
|
|
4746
4769
|
},
|
|
4770
|
+
"openai/gpt-oss-120b": {
|
|
4771
|
+
id: "openai/gpt-oss-120b",
|
|
4772
|
+
name: "GPT OSS 120B",
|
|
4773
|
+
api: "openai-completions",
|
|
4774
|
+
provider: "huggingface",
|
|
4775
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
4776
|
+
compat: { "supportsDeveloperRole": false },
|
|
4777
|
+
reasoning: true,
|
|
4778
|
+
input: ["text"],
|
|
4779
|
+
cost: {
|
|
4780
|
+
input: 0.25,
|
|
4781
|
+
output: 0.69,
|
|
4782
|
+
cacheRead: 0,
|
|
4783
|
+
cacheWrite: 0,
|
|
4784
|
+
},
|
|
4785
|
+
contextWindow: 131072,
|
|
4786
|
+
maxTokens: 32768,
|
|
4787
|
+
},
|
|
4747
4788
|
"stepfun-ai/Step-3.5-Flash": {
|
|
4748
4789
|
id: "stepfun-ai/Step-3.5-Flash",
|
|
4749
4790
|
name: "Step 3.5 Flash",
|
|
@@ -5568,11 +5609,11 @@ export const MODELS = {
|
|
|
5568
5609
|
api: "mistral-conversations",
|
|
5569
5610
|
provider: "mistral",
|
|
5570
5611
|
baseUrl: "https://api.mistral.ai",
|
|
5571
|
-
reasoning:
|
|
5612
|
+
reasoning: true,
|
|
5572
5613
|
input: ["text", "image"],
|
|
5573
5614
|
cost: {
|
|
5574
|
-
input:
|
|
5575
|
-
output:
|
|
5615
|
+
input: 1.5,
|
|
5616
|
+
output: 7.5,
|
|
5576
5617
|
cacheRead: 0,
|
|
5577
5618
|
cacheWrite: 0,
|
|
5578
5619
|
},
|
|
@@ -6639,6 +6680,23 @@ export const MODELS = {
|
|
|
6639
6680
|
contextWindow: 200000,
|
|
6640
6681
|
maxTokens: 32000,
|
|
6641
6682
|
},
|
|
6683
|
+
"claude-fable-5": {
|
|
6684
|
+
id: "claude-fable-5",
|
|
6685
|
+
name: "Claude Fable 5",
|
|
6686
|
+
api: "anthropic-messages",
|
|
6687
|
+
provider: "opencode",
|
|
6688
|
+
baseUrl: "https://opencode.ai/zen",
|
|
6689
|
+
reasoning: true,
|
|
6690
|
+
input: ["text", "image"],
|
|
6691
|
+
cost: {
|
|
6692
|
+
input: 10,
|
|
6693
|
+
output: 50,
|
|
6694
|
+
cacheRead: 1,
|
|
6695
|
+
cacheWrite: 12.5,
|
|
6696
|
+
},
|
|
6697
|
+
contextWindow: 1000000,
|
|
6698
|
+
maxTokens: 128000,
|
|
6699
|
+
},
|
|
6642
6700
|
"claude-haiku-4-5": {
|
|
6643
6701
|
id: "claude-haiku-4-5",
|
|
6644
6702
|
name: "Claude Haiku 4.5",
|
|
@@ -6792,6 +6850,23 @@ export const MODELS = {
|
|
|
6792
6850
|
contextWindow: 1000000,
|
|
6793
6851
|
maxTokens: 64000,
|
|
6794
6852
|
},
|
|
6853
|
+
"claude-sonnet-5": {
|
|
6854
|
+
id: "claude-sonnet-5",
|
|
6855
|
+
name: "Claude Sonnet 5",
|
|
6856
|
+
api: "anthropic-messages",
|
|
6857
|
+
provider: "opencode",
|
|
6858
|
+
baseUrl: "https://opencode.ai/zen",
|
|
6859
|
+
reasoning: true,
|
|
6860
|
+
input: ["text", "image"],
|
|
6861
|
+
cost: {
|
|
6862
|
+
input: 2,
|
|
6863
|
+
output: 10,
|
|
6864
|
+
cacheRead: 0.2,
|
|
6865
|
+
cacheWrite: 2.5,
|
|
6866
|
+
},
|
|
6867
|
+
contextWindow: 1000000,
|
|
6868
|
+
maxTokens: 128000,
|
|
6869
|
+
},
|
|
6795
6870
|
"deepseek-v4-flash": {
|
|
6796
6871
|
id: "deepseek-v4-flash",
|
|
6797
6872
|
name: "DeepSeek V4 Flash",
|
|
@@ -7243,17 +7318,34 @@ export const MODELS = {
|
|
|
7243
7318
|
reasoning: true,
|
|
7244
7319
|
input: ["text", "image"],
|
|
7245
7320
|
cost: {
|
|
7246
|
-
input: 0.6,
|
|
7247
|
-
output: 3,
|
|
7248
|
-
cacheRead: 0.08,
|
|
7321
|
+
input: 0.6,
|
|
7322
|
+
output: 3,
|
|
7323
|
+
cacheRead: 0.08,
|
|
7324
|
+
cacheWrite: 0,
|
|
7325
|
+
},
|
|
7326
|
+
contextWindow: 262144,
|
|
7327
|
+
maxTokens: 65536,
|
|
7328
|
+
},
|
|
7329
|
+
"kimi-k2.6": {
|
|
7330
|
+
id: "kimi-k2.6",
|
|
7331
|
+
name: "Kimi K2.6",
|
|
7332
|
+
api: "openai-completions",
|
|
7333
|
+
provider: "opencode",
|
|
7334
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7335
|
+
reasoning: true,
|
|
7336
|
+
input: ["text", "image"],
|
|
7337
|
+
cost: {
|
|
7338
|
+
input: 0.95,
|
|
7339
|
+
output: 4,
|
|
7340
|
+
cacheRead: 0.16,
|
|
7249
7341
|
cacheWrite: 0,
|
|
7250
7342
|
},
|
|
7251
7343
|
contextWindow: 262144,
|
|
7252
7344
|
maxTokens: 65536,
|
|
7253
7345
|
},
|
|
7254
|
-
"kimi-k2.
|
|
7255
|
-
id: "kimi-k2.
|
|
7256
|
-
name: "Kimi K2.
|
|
7346
|
+
"kimi-k2.7-code": {
|
|
7347
|
+
id: "kimi-k2.7-code",
|
|
7348
|
+
name: "Kimi K2.7 Code",
|
|
7257
7349
|
api: "openai-completions",
|
|
7258
7350
|
provider: "opencode",
|
|
7259
7351
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -7262,11 +7354,11 @@ export const MODELS = {
|
|
|
7262
7354
|
cost: {
|
|
7263
7355
|
input: 0.95,
|
|
7264
7356
|
output: 4,
|
|
7265
|
-
cacheRead: 0.
|
|
7357
|
+
cacheRead: 0.19,
|
|
7266
7358
|
cacheWrite: 0,
|
|
7267
7359
|
},
|
|
7268
7360
|
contextWindow: 262144,
|
|
7269
|
-
maxTokens:
|
|
7361
|
+
maxTokens: 262144,
|
|
7270
7362
|
},
|
|
7271
7363
|
"mimo-v2.5-free": {
|
|
7272
7364
|
id: "mimo-v2.5-free",
|
|
@@ -7287,7 +7379,7 @@ export const MODELS = {
|
|
|
7287
7379
|
},
|
|
7288
7380
|
"minimax-m2.5": {
|
|
7289
7381
|
id: "minimax-m2.5",
|
|
7290
|
-
name: "MiniMax
|
|
7382
|
+
name: "MiniMax-M2.5",
|
|
7291
7383
|
api: "openai-completions",
|
|
7292
7384
|
provider: "opencode",
|
|
7293
7385
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -7304,7 +7396,7 @@ export const MODELS = {
|
|
|
7304
7396
|
},
|
|
7305
7397
|
"minimax-m2.7": {
|
|
7306
7398
|
id: "minimax-m2.7",
|
|
7307
|
-
name: "MiniMax
|
|
7399
|
+
name: "MiniMax-M2.7",
|
|
7308
7400
|
api: "openai-completions",
|
|
7309
7401
|
provider: "opencode",
|
|
7310
7402
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -7319,6 +7411,23 @@ export const MODELS = {
|
|
|
7319
7411
|
contextWindow: 204800,
|
|
7320
7412
|
maxTokens: 131072,
|
|
7321
7413
|
},
|
|
7414
|
+
"minimax-m3": {
|
|
7415
|
+
id: "minimax-m3",
|
|
7416
|
+
name: "MiniMax-M3",
|
|
7417
|
+
api: "openai-completions",
|
|
7418
|
+
provider: "opencode",
|
|
7419
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7420
|
+
reasoning: true,
|
|
7421
|
+
input: ["text", "image"],
|
|
7422
|
+
cost: {
|
|
7423
|
+
input: 0.3,
|
|
7424
|
+
output: 1.2,
|
|
7425
|
+
cacheRead: 0.06,
|
|
7426
|
+
cacheWrite: 0,
|
|
7427
|
+
},
|
|
7428
|
+
contextWindow: 512000,
|
|
7429
|
+
maxTokens: 128000,
|
|
7430
|
+
},
|
|
7322
7431
|
"nemotron-3-ultra-free": {
|
|
7323
7432
|
id: "nemotron-3-ultra-free",
|
|
7324
7433
|
name: "Nemotron 3 Ultra Free",
|
|
@@ -7527,7 +7636,7 @@ export const MODELS = {
|
|
|
7527
7636
|
},
|
|
7528
7637
|
"minimax-m2.7": {
|
|
7529
7638
|
id: "minimax-m2.7",
|
|
7530
|
-
name: "MiniMax
|
|
7639
|
+
name: "MiniMax-M2.7",
|
|
7531
7640
|
api: "anthropic-messages",
|
|
7532
7641
|
provider: "opencode-go",
|
|
7533
7642
|
baseUrl: "https://opencode.ai/zen/go",
|
|
@@ -7544,16 +7653,16 @@ export const MODELS = {
|
|
|
7544
7653
|
},
|
|
7545
7654
|
"minimax-m3": {
|
|
7546
7655
|
id: "minimax-m3",
|
|
7547
|
-
name: "MiniMax
|
|
7656
|
+
name: "MiniMax-M3",
|
|
7548
7657
|
api: "anthropic-messages",
|
|
7549
7658
|
provider: "opencode-go",
|
|
7550
7659
|
baseUrl: "https://opencode.ai/zen/go",
|
|
7551
7660
|
reasoning: true,
|
|
7552
7661
|
input: ["text", "image"],
|
|
7553
7662
|
cost: {
|
|
7554
|
-
input: 0.
|
|
7555
|
-
output:
|
|
7556
|
-
cacheRead: 0.
|
|
7663
|
+
input: 0.3,
|
|
7664
|
+
output: 1.2,
|
|
7665
|
+
cacheRead: 0.06,
|
|
7557
7666
|
cacheWrite: 0,
|
|
7558
7667
|
},
|
|
7559
7668
|
contextWindow: 1000000,
|
|
@@ -7833,23 +7942,6 @@ export const MODELS = {
|
|
|
7833
7942
|
contextWindow: 1000000,
|
|
7834
7943
|
maxTokens: 128000,
|
|
7835
7944
|
},
|
|
7836
|
-
"anthropic/claude-opus-4.6-fast": {
|
|
7837
|
-
id: "anthropic/claude-opus-4.6-fast",
|
|
7838
|
-
name: "Anthropic: Claude Opus 4.6 (Fast)",
|
|
7839
|
-
api: "openai-completions",
|
|
7840
|
-
provider: "openrouter",
|
|
7841
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
7842
|
-
reasoning: true,
|
|
7843
|
-
input: ["text", "image"],
|
|
7844
|
-
cost: {
|
|
7845
|
-
input: 30,
|
|
7846
|
-
output: 150,
|
|
7847
|
-
cacheRead: 3,
|
|
7848
|
-
cacheWrite: 37.5,
|
|
7849
|
-
},
|
|
7850
|
-
contextWindow: 1000000,
|
|
7851
|
-
maxTokens: 128000,
|
|
7852
|
-
},
|
|
7853
7945
|
"anthropic/claude-opus-4.7": {
|
|
7854
7946
|
id: "anthropic/claude-opus-4.7",
|
|
7855
7947
|
name: "Anthropic: Claude Opus 4.7",
|
|
@@ -7969,6 +8061,23 @@ export const MODELS = {
|
|
|
7969
8061
|
contextWindow: 1000000,
|
|
7970
8062
|
maxTokens: 128000,
|
|
7971
8063
|
},
|
|
8064
|
+
"anthropic/claude-sonnet-5": {
|
|
8065
|
+
id: "anthropic/claude-sonnet-5",
|
|
8066
|
+
name: "Anthropic: Claude Sonnet 5",
|
|
8067
|
+
api: "openai-completions",
|
|
8068
|
+
provider: "openrouter",
|
|
8069
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8070
|
+
reasoning: true,
|
|
8071
|
+
input: ["text", "image"],
|
|
8072
|
+
cost: {
|
|
8073
|
+
input: 2,
|
|
8074
|
+
output: 10,
|
|
8075
|
+
cacheRead: 0.19999999999999998,
|
|
8076
|
+
cacheWrite: 2.5,
|
|
8077
|
+
},
|
|
8078
|
+
contextWindow: 1000000,
|
|
8079
|
+
maxTokens: 128000,
|
|
8080
|
+
},
|
|
7972
8081
|
"arcee-ai/trinity-large-thinking": {
|
|
7973
8082
|
id: "arcee-ai/trinity-large-thinking",
|
|
7974
8083
|
name: "Arcee AI: Trinity Large Thinking",
|
|
@@ -8182,8 +8291,8 @@ export const MODELS = {
|
|
|
8182
8291
|
reasoning: false,
|
|
8183
8292
|
input: ["text"],
|
|
8184
8293
|
cost: {
|
|
8185
|
-
input: 0.
|
|
8186
|
-
output: 0.
|
|
8294
|
+
input: 0.24,
|
|
8295
|
+
output: 0.8999999999999999,
|
|
8187
8296
|
cacheRead: 0.135,
|
|
8188
8297
|
cacheWrite: 0,
|
|
8189
8298
|
},
|
|
@@ -8303,11 +8412,11 @@ export const MODELS = {
|
|
|
8303
8412
|
cost: {
|
|
8304
8413
|
input: 0.09,
|
|
8305
8414
|
output: 0.18,
|
|
8306
|
-
cacheRead: 0.
|
|
8415
|
+
cacheRead: 0.018,
|
|
8307
8416
|
cacheWrite: 0,
|
|
8308
8417
|
},
|
|
8309
8418
|
contextWindow: 1048576,
|
|
8310
|
-
maxTokens:
|
|
8419
|
+
maxTokens: 16384,
|
|
8311
8420
|
},
|
|
8312
8421
|
"deepseek/deepseek-v4-pro": {
|
|
8313
8422
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -8897,12 +9006,12 @@ export const MODELS = {
|
|
|
8897
9006
|
input: ["text"],
|
|
8898
9007
|
cost: {
|
|
8899
9008
|
input: 0.255,
|
|
8900
|
-
output: 1,
|
|
8901
|
-
cacheRead: 0
|
|
9009
|
+
output: 1.02,
|
|
9010
|
+
cacheRead: 0,
|
|
8902
9011
|
cacheWrite: 0,
|
|
8903
9012
|
},
|
|
8904
9013
|
contextWindow: 204800,
|
|
8905
|
-
maxTokens:
|
|
9014
|
+
maxTokens: 131072,
|
|
8906
9015
|
},
|
|
8907
9016
|
"minimax/minimax-m2.1": {
|
|
8908
9017
|
id: "minimax/minimax-m2.1",
|
|
@@ -8913,13 +9022,13 @@ export const MODELS = {
|
|
|
8913
9022
|
reasoning: true,
|
|
8914
9023
|
input: ["text"],
|
|
8915
9024
|
cost: {
|
|
8916
|
-
input: 0.
|
|
8917
|
-
output:
|
|
9025
|
+
input: 0.3,
|
|
9026
|
+
output: 1.2,
|
|
8918
9027
|
cacheRead: 0.03,
|
|
8919
9028
|
cacheWrite: 0,
|
|
8920
9029
|
},
|
|
8921
9030
|
contextWindow: 204800,
|
|
8922
|
-
maxTokens:
|
|
9031
|
+
maxTokens: 131072,
|
|
8923
9032
|
},
|
|
8924
9033
|
"minimax/minimax-m2.5": {
|
|
8925
9034
|
id: "minimax/minimax-m2.5",
|
|
@@ -9276,7 +9385,7 @@ export const MODELS = {
|
|
|
9276
9385
|
cacheWrite: 0,
|
|
9277
9386
|
},
|
|
9278
9387
|
contextWindow: 131072,
|
|
9279
|
-
maxTokens:
|
|
9388
|
+
maxTokens: 100352,
|
|
9280
9389
|
},
|
|
9281
9390
|
"moonshotai/kimi-k2-0905": {
|
|
9282
9391
|
id: "moonshotai/kimi-k2-0905",
|
|
@@ -9293,7 +9402,7 @@ export const MODELS = {
|
|
|
9293
9402
|
cacheWrite: 0,
|
|
9294
9403
|
},
|
|
9295
9404
|
contextWindow: 262144,
|
|
9296
|
-
maxTokens:
|
|
9405
|
+
maxTokens: 100352,
|
|
9297
9406
|
},
|
|
9298
9407
|
"moonshotai/kimi-k2-thinking": {
|
|
9299
9408
|
id: "moonshotai/kimi-k2-thinking",
|
|
@@ -9306,11 +9415,11 @@ export const MODELS = {
|
|
|
9306
9415
|
cost: {
|
|
9307
9416
|
input: 0.6,
|
|
9308
9417
|
output: 2.5,
|
|
9309
|
-
cacheRead: 0.
|
|
9418
|
+
cacheRead: 0.15,
|
|
9310
9419
|
cacheWrite: 0,
|
|
9311
9420
|
},
|
|
9312
9421
|
contextWindow: 262144,
|
|
9313
|
-
maxTokens:
|
|
9422
|
+
maxTokens: 100352,
|
|
9314
9423
|
},
|
|
9315
9424
|
"moonshotai/kimi-k2.5": {
|
|
9316
9425
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -9340,7 +9449,7 @@ export const MODELS = {
|
|
|
9340
9449
|
cost: {
|
|
9341
9450
|
input: 0.66,
|
|
9342
9451
|
output: 3.41,
|
|
9343
|
-
cacheRead: 0.
|
|
9452
|
+
cacheRead: 0.14,
|
|
9344
9453
|
cacheWrite: 0,
|
|
9345
9454
|
},
|
|
9346
9455
|
contextWindow: 262144,
|
|
@@ -9440,13 +9549,13 @@ export const MODELS = {
|
|
|
9440
9549
|
reasoning: true,
|
|
9441
9550
|
input: ["text"],
|
|
9442
9551
|
cost: {
|
|
9443
|
-
input: 0.
|
|
9444
|
-
output: 0.
|
|
9552
|
+
input: 0.08,
|
|
9553
|
+
output: 0.44999999999999996,
|
|
9445
9554
|
cacheRead: 0,
|
|
9446
9555
|
cacheWrite: 0,
|
|
9447
9556
|
},
|
|
9448
9557
|
contextWindow: 1000000,
|
|
9449
|
-
maxTokens:
|
|
9558
|
+
maxTokens: 4096,
|
|
9450
9559
|
},
|
|
9451
9560
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
9452
9561
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -10485,13 +10594,30 @@ export const MODELS = {
|
|
|
10485
10594
|
contextWindow: 200000,
|
|
10486
10595
|
maxTokens: 4096,
|
|
10487
10596
|
},
|
|
10488
|
-
"
|
|
10489
|
-
id: "
|
|
10490
|
-
name: "
|
|
10597
|
+
"poolside/laguna-m.1": {
|
|
10598
|
+
id: "poolside/laguna-m.1",
|
|
10599
|
+
name: "Poolside: Laguna M.1",
|
|
10491
10600
|
api: "openai-completions",
|
|
10492
10601
|
provider: "openrouter",
|
|
10493
10602
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10494
|
-
reasoning:
|
|
10603
|
+
reasoning: true,
|
|
10604
|
+
input: ["text"],
|
|
10605
|
+
cost: {
|
|
10606
|
+
input: 0.19999999999999998,
|
|
10607
|
+
output: 0.39999999999999997,
|
|
10608
|
+
cacheRead: 0.09999999999999999,
|
|
10609
|
+
cacheWrite: 0,
|
|
10610
|
+
},
|
|
10611
|
+
contextWindow: 262144,
|
|
10612
|
+
maxTokens: 32768,
|
|
10613
|
+
},
|
|
10614
|
+
"poolside/laguna-m.1:free": {
|
|
10615
|
+
id: "poolside/laguna-m.1:free",
|
|
10616
|
+
name: "Poolside: Laguna M.1 (free)",
|
|
10617
|
+
api: "openai-completions",
|
|
10618
|
+
provider: "openrouter",
|
|
10619
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10620
|
+
reasoning: true,
|
|
10495
10621
|
input: ["text"],
|
|
10496
10622
|
cost: {
|
|
10497
10623
|
input: 0,
|
|
@@ -10499,29 +10625,29 @@ export const MODELS = {
|
|
|
10499
10625
|
cacheRead: 0,
|
|
10500
10626
|
cacheWrite: 0,
|
|
10501
10627
|
},
|
|
10502
|
-
contextWindow:
|
|
10503
|
-
maxTokens:
|
|
10628
|
+
contextWindow: 262144,
|
|
10629
|
+
maxTokens: 32768,
|
|
10504
10630
|
},
|
|
10505
|
-
"poolside/laguna-
|
|
10506
|
-
id: "poolside/laguna-
|
|
10507
|
-
name: "Poolside: Laguna
|
|
10631
|
+
"poolside/laguna-xs-2.1": {
|
|
10632
|
+
id: "poolside/laguna-xs-2.1",
|
|
10633
|
+
name: "Poolside: Laguna XS 2.1",
|
|
10508
10634
|
api: "openai-completions",
|
|
10509
10635
|
provider: "openrouter",
|
|
10510
10636
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10511
10637
|
reasoning: true,
|
|
10512
10638
|
input: ["text"],
|
|
10513
10639
|
cost: {
|
|
10514
|
-
input: 0.
|
|
10515
|
-
output: 0.
|
|
10516
|
-
cacheRead: 0.
|
|
10640
|
+
input: 0.06,
|
|
10641
|
+
output: 0.12,
|
|
10642
|
+
cacheRead: 0.03,
|
|
10517
10643
|
cacheWrite: 0,
|
|
10518
10644
|
},
|
|
10519
10645
|
contextWindow: 262144,
|
|
10520
10646
|
maxTokens: 32768,
|
|
10521
10647
|
},
|
|
10522
|
-
"poolside/laguna-
|
|
10523
|
-
id: "poolside/laguna-
|
|
10524
|
-
name: "Poolside: Laguna
|
|
10648
|
+
"poolside/laguna-xs-2.1:free": {
|
|
10649
|
+
id: "poolside/laguna-xs-2.1:free",
|
|
10650
|
+
name: "Poolside: Laguna XS 2.1 (free)",
|
|
10525
10651
|
api: "openai-completions",
|
|
10526
10652
|
provider: "openrouter",
|
|
10527
10653
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10715,13 +10841,13 @@ export const MODELS = {
|
|
|
10715
10841
|
reasoning: true,
|
|
10716
10842
|
input: ["text"],
|
|
10717
10843
|
cost: {
|
|
10718
|
-
input: 0.
|
|
10719
|
-
output:
|
|
10720
|
-
cacheRead: 0
|
|
10844
|
+
input: 0.14950000000000002,
|
|
10845
|
+
output: 1.495,
|
|
10846
|
+
cacheRead: 0,
|
|
10721
10847
|
cacheWrite: 0,
|
|
10722
10848
|
},
|
|
10723
10849
|
contextWindow: 262144,
|
|
10724
|
-
maxTokens:
|
|
10850
|
+
maxTokens: 4096,
|
|
10725
10851
|
},
|
|
10726
10852
|
"qwen/qwen3-30b-a3b": {
|
|
10727
10853
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -10766,13 +10892,13 @@ export const MODELS = {
|
|
|
10766
10892
|
reasoning: true,
|
|
10767
10893
|
input: ["text"],
|
|
10768
10894
|
cost: {
|
|
10769
|
-
input: 0.
|
|
10770
|
-
output:
|
|
10771
|
-
cacheRead: 0
|
|
10895
|
+
input: 0.13,
|
|
10896
|
+
output: 1.56,
|
|
10897
|
+
cacheRead: 0,
|
|
10772
10898
|
cacheWrite: 0,
|
|
10773
10899
|
},
|
|
10774
10900
|
contextWindow: 131072,
|
|
10775
|
-
maxTokens:
|
|
10901
|
+
maxTokens: 32768,
|
|
10776
10902
|
},
|
|
10777
10903
|
"qwen/qwen3-32b": {
|
|
10778
10904
|
id: "qwen/qwen3-32b",
|
|
@@ -10800,9 +10926,9 @@ export const MODELS = {
|
|
|
10800
10926
|
reasoning: true,
|
|
10801
10927
|
input: ["text"],
|
|
10802
10928
|
cost: {
|
|
10803
|
-
input: 0.
|
|
10804
|
-
output: 0.
|
|
10805
|
-
cacheRead: 0
|
|
10929
|
+
input: 0.117,
|
|
10930
|
+
output: 0.45499999999999996,
|
|
10931
|
+
cacheRead: 0,
|
|
10806
10932
|
cacheWrite: 0,
|
|
10807
10933
|
},
|
|
10808
10934
|
contextWindow: 131072,
|
|
@@ -11089,8 +11215,8 @@ export const MODELS = {
|
|
|
11089
11215
|
reasoning: false,
|
|
11090
11216
|
input: ["text", "image"],
|
|
11091
11217
|
cost: {
|
|
11092
|
-
input: 0.
|
|
11093
|
-
output: 0.
|
|
11218
|
+
input: 0.117,
|
|
11219
|
+
output: 0.45499999999999996,
|
|
11094
11220
|
cacheRead: 0,
|
|
11095
11221
|
cacheWrite: 0,
|
|
11096
11222
|
},
|
|
@@ -11259,9 +11385,9 @@ export const MODELS = {
|
|
|
11259
11385
|
reasoning: true,
|
|
11260
11386
|
input: ["text", "image"],
|
|
11261
11387
|
cost: {
|
|
11262
|
-
input: 0.
|
|
11263
|
-
output: 2.
|
|
11264
|
-
cacheRead: 0,
|
|
11388
|
+
input: 0.28500000000000003,
|
|
11389
|
+
output: 2.4,
|
|
11390
|
+
cacheRead: 0.15,
|
|
11265
11391
|
cacheWrite: 0,
|
|
11266
11392
|
},
|
|
11267
11393
|
contextWindow: 262144,
|
|
@@ -11446,13 +11572,13 @@ export const MODELS = {
|
|
|
11446
11572
|
reasoning: true,
|
|
11447
11573
|
input: ["text"],
|
|
11448
11574
|
cost: {
|
|
11449
|
-
input: 0.
|
|
11575
|
+
input: 0.09999999999999999,
|
|
11450
11576
|
output: 0.3,
|
|
11451
|
-
cacheRead: 0
|
|
11577
|
+
cacheRead: 0,
|
|
11452
11578
|
cacheWrite: 0,
|
|
11453
11579
|
},
|
|
11454
11580
|
contextWindow: 262144,
|
|
11455
|
-
maxTokens:
|
|
11581
|
+
maxTokens: 65536,
|
|
11456
11582
|
},
|
|
11457
11583
|
"stepfun/step-3.7-flash": {
|
|
11458
11584
|
id: "stepfun/step-3.7-flash",
|
|
@@ -11769,13 +11895,13 @@ export const MODELS = {
|
|
|
11769
11895
|
reasoning: true,
|
|
11770
11896
|
input: ["text"],
|
|
11771
11897
|
cost: {
|
|
11772
|
-
input: 0.
|
|
11773
|
-
output: 3.
|
|
11774
|
-
cacheRead: 0.
|
|
11898
|
+
input: 0.966,
|
|
11899
|
+
output: 3.036,
|
|
11900
|
+
cacheRead: 0.1794,
|
|
11775
11901
|
cacheWrite: 0,
|
|
11776
11902
|
},
|
|
11777
11903
|
contextWindow: 202752,
|
|
11778
|
-
maxTokens:
|
|
11904
|
+
maxTokens: 128000,
|
|
11779
11905
|
},
|
|
11780
11906
|
"z-ai/glm-5.2": {
|
|
11781
11907
|
id: "z-ai/glm-5.2",
|
|
@@ -11786,13 +11912,13 @@ export const MODELS = {
|
|
|
11786
11912
|
reasoning: true,
|
|
11787
11913
|
input: ["text"],
|
|
11788
11914
|
cost: {
|
|
11789
|
-
input: 0.
|
|
11790
|
-
output:
|
|
11791
|
-
cacheRead: 0.
|
|
11915
|
+
input: 0.18,
|
|
11916
|
+
output: 2.95,
|
|
11917
|
+
cacheRead: 0.09999999999999999,
|
|
11792
11918
|
cacheWrite: 0,
|
|
11793
11919
|
},
|
|
11794
11920
|
contextWindow: 1048576,
|
|
11795
|
-
maxTokens:
|
|
11921
|
+
maxTokens: 202752,
|
|
11796
11922
|
},
|
|
11797
11923
|
"z-ai/glm-5v-turbo": {
|
|
11798
11924
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -11871,10 +11997,10 @@ export const MODELS = {
|
|
|
11871
11997
|
reasoning: true,
|
|
11872
11998
|
input: ["text", "image"],
|
|
11873
11999
|
cost: {
|
|
11874
|
-
input:
|
|
11875
|
-
output:
|
|
11876
|
-
cacheRead: 0.
|
|
11877
|
-
cacheWrite:
|
|
12000
|
+
input: 2,
|
|
12001
|
+
output: 10,
|
|
12002
|
+
cacheRead: 0.19999999999999998,
|
|
12003
|
+
cacheWrite: 2.5,
|
|
11878
12004
|
},
|
|
11879
12005
|
contextWindow: 1000000,
|
|
11880
12006
|
maxTokens: 128000,
|
|
@@ -11924,7 +12050,7 @@ export const MODELS = {
|
|
|
11924
12050
|
cost: {
|
|
11925
12051
|
input: 0.66,
|
|
11926
12052
|
output: 3.41,
|
|
11927
|
-
cacheRead: 0.
|
|
12053
|
+
cacheRead: 0.14,
|
|
11928
12054
|
cacheWrite: 0,
|
|
11929
12055
|
},
|
|
11930
12056
|
contextWindow: 262144,
|
|
@@ -12476,6 +12602,23 @@ export const MODELS = {
|
|
|
12476
12602
|
contextWindow: 200000,
|
|
12477
12603
|
maxTokens: 8192,
|
|
12478
12604
|
},
|
|
12605
|
+
"anthropic/claude-fable-5": {
|
|
12606
|
+
id: "anthropic/claude-fable-5",
|
|
12607
|
+
name: "Claude Fable 5",
|
|
12608
|
+
api: "anthropic-messages",
|
|
12609
|
+
provider: "vercel-ai-gateway",
|
|
12610
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12611
|
+
reasoning: true,
|
|
12612
|
+
input: ["text", "image"],
|
|
12613
|
+
cost: {
|
|
12614
|
+
input: 10,
|
|
12615
|
+
output: 50,
|
|
12616
|
+
cacheRead: 1,
|
|
12617
|
+
cacheWrite: 12.5,
|
|
12618
|
+
},
|
|
12619
|
+
contextWindow: 1000000,
|
|
12620
|
+
maxTokens: 128000,
|
|
12621
|
+
},
|
|
12479
12622
|
"anthropic/claude-haiku-4.5": {
|
|
12480
12623
|
id: "anthropic/claude-haiku-4.5",
|
|
12481
12624
|
name: "Claude Haiku 4.5",
|
|
@@ -12646,6 +12789,23 @@ export const MODELS = {
|
|
|
12646
12789
|
contextWindow: 1000000,
|
|
12647
12790
|
maxTokens: 128000,
|
|
12648
12791
|
},
|
|
12792
|
+
"anthropic/claude-sonnet-5": {
|
|
12793
|
+
id: "anthropic/claude-sonnet-5",
|
|
12794
|
+
name: "Claude Sonnet 5",
|
|
12795
|
+
api: "anthropic-messages",
|
|
12796
|
+
provider: "vercel-ai-gateway",
|
|
12797
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12798
|
+
reasoning: true,
|
|
12799
|
+
input: ["text", "image"],
|
|
12800
|
+
cost: {
|
|
12801
|
+
input: 2,
|
|
12802
|
+
output: 10,
|
|
12803
|
+
cacheRead: 0.19999999999999998,
|
|
12804
|
+
cacheWrite: 2.5,
|
|
12805
|
+
},
|
|
12806
|
+
contextWindow: 1000000,
|
|
12807
|
+
maxTokens: 128000,
|
|
12808
|
+
},
|
|
12649
12809
|
"arcee-ai/trinity-large-preview": {
|
|
12650
12810
|
id: "arcee-ai/trinity-large-preview",
|
|
12651
12811
|
name: "Trinity Large Preview",
|
|
@@ -12791,13 +12951,13 @@ export const MODELS = {
|
|
|
12791
12951
|
reasoning: true,
|
|
12792
12952
|
input: ["text"],
|
|
12793
12953
|
cost: {
|
|
12794
|
-
input: 0.
|
|
12795
|
-
output: 1.
|
|
12796
|
-
cacheRead: 0
|
|
12954
|
+
input: 0.6,
|
|
12955
|
+
output: 1.7,
|
|
12956
|
+
cacheRead: 0,
|
|
12797
12957
|
cacheWrite: 0,
|
|
12798
12958
|
},
|
|
12799
|
-
contextWindow:
|
|
12800
|
-
maxTokens:
|
|
12959
|
+
contextWindow: 128000,
|
|
12960
|
+
maxTokens: 128000,
|
|
12801
12961
|
},
|
|
12802
12962
|
"deepseek/deepseek-v3.1-terminus": {
|
|
12803
12963
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
@@ -13743,13 +13903,13 @@ export const MODELS = {
|
|
|
13743
13903
|
reasoning: true,
|
|
13744
13904
|
input: ["text"],
|
|
13745
13905
|
cost: {
|
|
13746
|
-
input: 0.
|
|
13747
|
-
output: 2
|
|
13748
|
-
cacheRead: 0.
|
|
13906
|
+
input: 0.47,
|
|
13907
|
+
output: 2,
|
|
13908
|
+
cacheRead: 0.14100000000000001,
|
|
13749
13909
|
cacheWrite: 0,
|
|
13750
13910
|
},
|
|
13751
|
-
contextWindow:
|
|
13752
|
-
maxTokens:
|
|
13911
|
+
contextWindow: 216144,
|
|
13912
|
+
maxTokens: 216144,
|
|
13753
13913
|
},
|
|
13754
13914
|
"moonshotai/kimi-k2.5": {
|
|
13755
13915
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -14423,13 +14583,13 @@ export const MODELS = {
|
|
|
14423
14583
|
reasoning: true,
|
|
14424
14584
|
input: ["text"],
|
|
14425
14585
|
cost: {
|
|
14426
|
-
input: 0.
|
|
14427
|
-
output: 0.
|
|
14428
|
-
cacheRead: 0
|
|
14586
|
+
input: 0.09999999999999999,
|
|
14587
|
+
output: 0.5,
|
|
14588
|
+
cacheRead: 0,
|
|
14429
14589
|
cacheWrite: 0,
|
|
14430
14590
|
},
|
|
14431
14591
|
contextWindow: 131072,
|
|
14432
|
-
maxTokens:
|
|
14592
|
+
maxTokens: 131072,
|
|
14433
14593
|
},
|
|
14434
14594
|
"openai/gpt-oss-20b": {
|
|
14435
14595
|
id: "openai/gpt-oss-20b",
|
|
@@ -14858,7 +15018,7 @@ export const MODELS = {
|
|
|
14858
15018
|
},
|
|
14859
15019
|
"zai/glm-4.5": {
|
|
14860
15020
|
id: "zai/glm-4.5",
|
|
14861
|
-
name: "GLM
|
|
15021
|
+
name: "GLM 4.5",
|
|
14862
15022
|
api: "anthropic-messages",
|
|
14863
15023
|
provider: "vercel-ai-gateway",
|
|
14864
15024
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -14967,13 +15127,13 @@ export const MODELS = {
|
|
|
14967
15127
|
reasoning: true,
|
|
14968
15128
|
input: ["text"],
|
|
14969
15129
|
cost: {
|
|
14970
|
-
input:
|
|
14971
|
-
output: 2.
|
|
14972
|
-
cacheRead:
|
|
15130
|
+
input: 0.6,
|
|
15131
|
+
output: 2.2,
|
|
15132
|
+
cacheRead: 0.12,
|
|
14973
15133
|
cacheWrite: 0,
|
|
14974
15134
|
},
|
|
14975
|
-
contextWindow:
|
|
14976
|
-
maxTokens:
|
|
15135
|
+
contextWindow: 200000,
|
|
15136
|
+
maxTokens: 120000,
|
|
14977
15137
|
},
|
|
14978
15138
|
"zai/glm-4.7-flash": {
|
|
14979
15139
|
id: "zai/glm-4.7-flash",
|
|
@@ -15018,8 +15178,8 @@ export const MODELS = {
|
|
|
15018
15178
|
reasoning: true,
|
|
15019
15179
|
input: ["text"],
|
|
15020
15180
|
cost: {
|
|
15021
|
-
input:
|
|
15022
|
-
output: 3.
|
|
15181
|
+
input: 0.95,
|
|
15182
|
+
output: 3.15,
|
|
15023
15183
|
cacheRead: 0.19999999999999998,
|
|
15024
15184
|
cacheWrite: 0,
|
|
15025
15185
|
},
|
|
@@ -15052,13 +15212,13 @@ export const MODELS = {
|
|
|
15052
15212
|
reasoning: true,
|
|
15053
15213
|
input: ["text"],
|
|
15054
15214
|
cost: {
|
|
15055
|
-
input: 1.
|
|
15056
|
-
output: 4.
|
|
15215
|
+
input: 1.3,
|
|
15216
|
+
output: 4.300000000000001,
|
|
15057
15217
|
cacheRead: 0.26,
|
|
15058
15218
|
cacheWrite: 0,
|
|
15059
15219
|
},
|
|
15060
|
-
contextWindow:
|
|
15061
|
-
maxTokens:
|
|
15220
|
+
contextWindow: 202000,
|
|
15221
|
+
maxTokens: 202000,
|
|
15062
15222
|
},
|
|
15063
15223
|
"zai/glm-5.2": {
|
|
15064
15224
|
id: "zai/glm-5.2",
|
|
@@ -15069,12 +15229,12 @@ export const MODELS = {
|
|
|
15069
15229
|
reasoning: true,
|
|
15070
15230
|
input: ["text"],
|
|
15071
15231
|
cost: {
|
|
15072
|
-
input: 1.
|
|
15073
|
-
output: 4.
|
|
15074
|
-
cacheRead: 0.
|
|
15232
|
+
input: 1.4,
|
|
15233
|
+
output: 4.4,
|
|
15234
|
+
cacheRead: 0.26,
|
|
15075
15235
|
cacheWrite: 0,
|
|
15076
15236
|
},
|
|
15077
|
-
contextWindow:
|
|
15237
|
+
contextWindow: 1040000,
|
|
15078
15238
|
maxTokens: 128000,
|
|
15079
15239
|
},
|
|
15080
15240
|
"zai/glm-5.2-fast": {
|