@apholdings/jensen-ai 1.0.8 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +399 -193
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +515 -338
- 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",
|
|
@@ -648,6 +733,23 @@ export const MODELS = {
|
|
|
648
733
|
contextWindow: 128000,
|
|
649
734
|
maxTokens: 4096,
|
|
650
735
|
},
|
|
736
|
+
"jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
737
|
+
id: "jp.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
738
|
+
name: "Claude Haiku 4.5 (JP)",
|
|
739
|
+
api: "bedrock-converse-stream",
|
|
740
|
+
provider: "amazon-bedrock",
|
|
741
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
742
|
+
reasoning: true,
|
|
743
|
+
input: ["text", "image"],
|
|
744
|
+
cost: {
|
|
745
|
+
input: 1,
|
|
746
|
+
output: 5,
|
|
747
|
+
cacheRead: 0.1,
|
|
748
|
+
cacheWrite: 1.25,
|
|
749
|
+
},
|
|
750
|
+
contextWindow: 200000,
|
|
751
|
+
maxTokens: 64000,
|
|
752
|
+
},
|
|
651
753
|
"jp.anthropic.claude-opus-4-7": {
|
|
652
754
|
id: "jp.anthropic.claude-opus-4-7",
|
|
653
755
|
name: "Claude Opus 4.7 (JP)",
|
|
@@ -716,6 +818,23 @@ export const MODELS = {
|
|
|
716
818
|
contextWindow: 1000000,
|
|
717
819
|
maxTokens: 64000,
|
|
718
820
|
},
|
|
821
|
+
"jp.anthropic.claude-sonnet-5": {
|
|
822
|
+
id: "jp.anthropic.claude-sonnet-5",
|
|
823
|
+
name: "Claude Sonnet 5 (JP)",
|
|
824
|
+
api: "bedrock-converse-stream",
|
|
825
|
+
provider: "amazon-bedrock",
|
|
826
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
827
|
+
reasoning: true,
|
|
828
|
+
input: ["text", "image"],
|
|
829
|
+
cost: {
|
|
830
|
+
input: 2,
|
|
831
|
+
output: 10,
|
|
832
|
+
cacheRead: 0.2,
|
|
833
|
+
cacheWrite: 2.5,
|
|
834
|
+
},
|
|
835
|
+
contextWindow: 1000000,
|
|
836
|
+
maxTokens: 128000,
|
|
837
|
+
},
|
|
719
838
|
"meta.llama3-1-70b-instruct-v1:0": {
|
|
720
839
|
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
721
840
|
name: "Llama 3.1 70B Instruct",
|
|
@@ -1515,6 +1634,23 @@ export const MODELS = {
|
|
|
1515
1634
|
contextWindow: 1000000,
|
|
1516
1635
|
maxTokens: 64000,
|
|
1517
1636
|
},
|
|
1637
|
+
"us.anthropic.claude-sonnet-5": {
|
|
1638
|
+
id: "us.anthropic.claude-sonnet-5",
|
|
1639
|
+
name: "Claude Sonnet 5 (US)",
|
|
1640
|
+
api: "bedrock-converse-stream",
|
|
1641
|
+
provider: "amazon-bedrock",
|
|
1642
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1643
|
+
reasoning: true,
|
|
1644
|
+
input: ["text", "image"],
|
|
1645
|
+
cost: {
|
|
1646
|
+
input: 2,
|
|
1647
|
+
output: 10,
|
|
1648
|
+
cacheRead: 0.2,
|
|
1649
|
+
cacheWrite: 2.5,
|
|
1650
|
+
},
|
|
1651
|
+
contextWindow: 1000000,
|
|
1652
|
+
maxTokens: 128000,
|
|
1653
|
+
},
|
|
1518
1654
|
"us.deepseek.r1-v1:0": {
|
|
1519
1655
|
id: "us.deepseek.r1-v1:0",
|
|
1520
1656
|
name: "DeepSeek-R1 (US)",
|
|
@@ -1600,6 +1736,23 @@ export const MODELS = {
|
|
|
1600
1736
|
contextWindow: 1040000,
|
|
1601
1737
|
maxTokens: 8192,
|
|
1602
1738
|
},
|
|
1739
|
+
"xai.grok-4.3": {
|
|
1740
|
+
id: "xai.grok-4.3",
|
|
1741
|
+
name: "Grok 4.3",
|
|
1742
|
+
api: "bedrock-converse-stream",
|
|
1743
|
+
provider: "amazon-bedrock",
|
|
1744
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1745
|
+
reasoning: true,
|
|
1746
|
+
input: ["text", "image"],
|
|
1747
|
+
cost: {
|
|
1748
|
+
input: 1.25,
|
|
1749
|
+
output: 2.5,
|
|
1750
|
+
cacheRead: 0.2,
|
|
1751
|
+
cacheWrite: 0,
|
|
1752
|
+
},
|
|
1753
|
+
contextWindow: 1000000,
|
|
1754
|
+
maxTokens: 131072,
|
|
1755
|
+
},
|
|
1603
1756
|
"zai.glm-4.7": {
|
|
1604
1757
|
id: "zai.glm-4.7",
|
|
1605
1758
|
name: "GLM-4.7",
|
|
@@ -1653,142 +1806,6 @@ export const MODELS = {
|
|
|
1653
1806
|
},
|
|
1654
1807
|
},
|
|
1655
1808
|
"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
1809
|
"claude-fable-5": {
|
|
1793
1810
|
id: "claude-fable-5",
|
|
1794
1811
|
name: "Claude Fable 5",
|
|
@@ -1840,23 +1857,6 @@ export const MODELS = {
|
|
|
1840
1857
|
contextWindow: 200000,
|
|
1841
1858
|
maxTokens: 64000,
|
|
1842
1859
|
},
|
|
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
1860
|
"claude-opus-4-1": {
|
|
1861
1861
|
id: "claude-opus-4-1",
|
|
1862
1862
|
name: "Claude Opus 4.1 (latest)",
|
|
@@ -1891,23 +1891,6 @@ export const MODELS = {
|
|
|
1891
1891
|
contextWindow: 200000,
|
|
1892
1892
|
maxTokens: 32000,
|
|
1893
1893
|
},
|
|
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
1894
|
"claude-opus-4-5": {
|
|
1912
1895
|
id: "claude-opus-4-5",
|
|
1913
1896
|
name: "Claude Opus 4.5 (latest)",
|
|
@@ -1993,40 +1976,6 @@ export const MODELS = {
|
|
|
1993
1976
|
contextWindow: 1000000,
|
|
1994
1977
|
maxTokens: 128000,
|
|
1995
1978
|
},
|
|
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
1979
|
"claude-sonnet-4-5": {
|
|
2031
1980
|
id: "claude-sonnet-4-5",
|
|
2032
1981
|
name: "Claude Sonnet 4.5 (latest)",
|
|
@@ -2041,7 +1990,7 @@ export const MODELS = {
|
|
|
2041
1990
|
cacheRead: 0.3,
|
|
2042
1991
|
cacheWrite: 3.75,
|
|
2043
1992
|
},
|
|
2044
|
-
contextWindow:
|
|
1993
|
+
contextWindow: 1000000,
|
|
2045
1994
|
maxTokens: 64000,
|
|
2046
1995
|
},
|
|
2047
1996
|
"claude-sonnet-4-5-20250929": {
|
|
@@ -2058,7 +2007,7 @@ export const MODELS = {
|
|
|
2058
2007
|
cacheRead: 0.3,
|
|
2059
2008
|
cacheWrite: 3.75,
|
|
2060
2009
|
},
|
|
2061
|
-
contextWindow:
|
|
2010
|
+
contextWindow: 1000000,
|
|
2062
2011
|
maxTokens: 64000,
|
|
2063
2012
|
},
|
|
2064
2013
|
"claude-sonnet-4-6": {
|
|
@@ -2076,7 +2025,24 @@ export const MODELS = {
|
|
|
2076
2025
|
cacheWrite: 3.75,
|
|
2077
2026
|
},
|
|
2078
2027
|
contextWindow: 1000000,
|
|
2079
|
-
maxTokens:
|
|
2028
|
+
maxTokens: 128000,
|
|
2029
|
+
},
|
|
2030
|
+
"claude-sonnet-5": {
|
|
2031
|
+
id: "claude-sonnet-5",
|
|
2032
|
+
name: "Claude Sonnet 5",
|
|
2033
|
+
api: "anthropic-messages",
|
|
2034
|
+
provider: "anthropic",
|
|
2035
|
+
baseUrl: "https://api.anthropic.com",
|
|
2036
|
+
reasoning: true,
|
|
2037
|
+
input: ["text", "image"],
|
|
2038
|
+
cost: {
|
|
2039
|
+
input: 2,
|
|
2040
|
+
output: 10,
|
|
2041
|
+
cacheRead: 0.2,
|
|
2042
|
+
cacheWrite: 2.5,
|
|
2043
|
+
},
|
|
2044
|
+
contextWindow: 1000000,
|
|
2045
|
+
maxTokens: 128000,
|
|
2080
2046
|
},
|
|
2081
2047
|
},
|
|
2082
2048
|
"azure-openai-responses": {
|
|
@@ -2796,6 +2762,23 @@ export const MODELS = {
|
|
|
2796
2762
|
},
|
|
2797
2763
|
},
|
|
2798
2764
|
"cerebras": {
|
|
2765
|
+
"gemma-4-31b": {
|
|
2766
|
+
id: "gemma-4-31b",
|
|
2767
|
+
name: "Gemma 4 31B IT",
|
|
2768
|
+
api: "openai-completions",
|
|
2769
|
+
provider: "cerebras",
|
|
2770
|
+
baseUrl: "https://api.cerebras.ai/v1",
|
|
2771
|
+
reasoning: true,
|
|
2772
|
+
input: ["text", "image"],
|
|
2773
|
+
cost: {
|
|
2774
|
+
input: 0.99,
|
|
2775
|
+
output: 1.49,
|
|
2776
|
+
cacheRead: 0,
|
|
2777
|
+
cacheWrite: 0,
|
|
2778
|
+
},
|
|
2779
|
+
contextWindow: 131072,
|
|
2780
|
+
maxTokens: 40960,
|
|
2781
|
+
},
|
|
2799
2782
|
"gpt-oss-120b": {
|
|
2800
2783
|
id: "gpt-oss-120b",
|
|
2801
2784
|
name: "GPT OSS 120B",
|
|
@@ -2995,6 +2978,25 @@ export const MODELS = {
|
|
|
2995
2978
|
contextWindow: 1000000,
|
|
2996
2979
|
maxTokens: 32000,
|
|
2997
2980
|
},
|
|
2981
|
+
"claude-sonnet-5": {
|
|
2982
|
+
id: "claude-sonnet-5",
|
|
2983
|
+
name: "Claude Sonnet 5",
|
|
2984
|
+
api: "openai-completions",
|
|
2985
|
+
provider: "github-copilot",
|
|
2986
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
2987
|
+
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" },
|
|
2988
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
2989
|
+
reasoning: true,
|
|
2990
|
+
input: ["text", "image"],
|
|
2991
|
+
cost: {
|
|
2992
|
+
input: 2,
|
|
2993
|
+
output: 10,
|
|
2994
|
+
cacheRead: 0.2,
|
|
2995
|
+
cacheWrite: 2.5,
|
|
2996
|
+
},
|
|
2997
|
+
contextWindow: 1000000,
|
|
2998
|
+
maxTokens: 128000,
|
|
2999
|
+
},
|
|
2998
3000
|
"gemini-2.5-pro": {
|
|
2999
3001
|
id: "gemini-2.5-pro",
|
|
3000
3002
|
name: "Gemini 2.5 Pro",
|
|
@@ -3234,6 +3236,44 @@ export const MODELS = {
|
|
|
3234
3236
|
contextWindow: 400000,
|
|
3235
3237
|
maxTokens: 128000,
|
|
3236
3238
|
},
|
|
3239
|
+
"kimi-k2.7-code": {
|
|
3240
|
+
id: "kimi-k2.7-code",
|
|
3241
|
+
name: "Kimi K2.7 Code",
|
|
3242
|
+
api: "openai-completions",
|
|
3243
|
+
provider: "github-copilot",
|
|
3244
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3245
|
+
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" },
|
|
3246
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3247
|
+
reasoning: true,
|
|
3248
|
+
input: ["text", "image"],
|
|
3249
|
+
cost: {
|
|
3250
|
+
input: 0.95,
|
|
3251
|
+
output: 4,
|
|
3252
|
+
cacheRead: 0.19,
|
|
3253
|
+
cacheWrite: 0,
|
|
3254
|
+
},
|
|
3255
|
+
contextWindow: 256000,
|
|
3256
|
+
maxTokens: 32000,
|
|
3257
|
+
},
|
|
3258
|
+
"mai-code-1-flash-picker": {
|
|
3259
|
+
id: "mai-code-1-flash-picker",
|
|
3260
|
+
name: "MAI-Code-1-Flash",
|
|
3261
|
+
api: "openai-completions",
|
|
3262
|
+
provider: "github-copilot",
|
|
3263
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3264
|
+
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" },
|
|
3265
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3266
|
+
reasoning: true,
|
|
3267
|
+
input: ["text"],
|
|
3268
|
+
cost: {
|
|
3269
|
+
input: 0.75,
|
|
3270
|
+
output: 4.5,
|
|
3271
|
+
cacheRead: 0.075,
|
|
3272
|
+
cacheWrite: 0,
|
|
3273
|
+
},
|
|
3274
|
+
contextWindow: 256000,
|
|
3275
|
+
maxTokens: 128000,
|
|
3276
|
+
},
|
|
3237
3277
|
},
|
|
3238
3278
|
"google": {
|
|
3239
3279
|
"gemini-2.0-flash": {
|
|
@@ -4071,7 +4111,7 @@ export const MODELS = {
|
|
|
4071
4111
|
cost: {
|
|
4072
4112
|
input: 0.075,
|
|
4073
4113
|
output: 0.3,
|
|
4074
|
-
cacheRead: 0
|
|
4114
|
+
cacheRead: 0,
|
|
4075
4115
|
cacheWrite: 0,
|
|
4076
4116
|
},
|
|
4077
4117
|
contextWindow: 131072,
|
|
@@ -4744,6 +4784,24 @@ export const MODELS = {
|
|
|
4744
4784
|
contextWindow: 262144,
|
|
4745
4785
|
maxTokens: 262144,
|
|
4746
4786
|
},
|
|
4787
|
+
"openai/gpt-oss-120b": {
|
|
4788
|
+
id: "openai/gpt-oss-120b",
|
|
4789
|
+
name: "GPT OSS 120B",
|
|
4790
|
+
api: "openai-completions",
|
|
4791
|
+
provider: "huggingface",
|
|
4792
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
4793
|
+
compat: { "supportsDeveloperRole": false },
|
|
4794
|
+
reasoning: true,
|
|
4795
|
+
input: ["text"],
|
|
4796
|
+
cost: {
|
|
4797
|
+
input: 0.25,
|
|
4798
|
+
output: 0.69,
|
|
4799
|
+
cacheRead: 0,
|
|
4800
|
+
cacheWrite: 0,
|
|
4801
|
+
},
|
|
4802
|
+
contextWindow: 131072,
|
|
4803
|
+
maxTokens: 32768,
|
|
4804
|
+
},
|
|
4747
4805
|
"stepfun-ai/Step-3.5-Flash": {
|
|
4748
4806
|
id: "stepfun-ai/Step-3.5-Flash",
|
|
4749
4807
|
name: "Step 3.5 Flash",
|
|
@@ -5568,11 +5626,11 @@ export const MODELS = {
|
|
|
5568
5626
|
api: "mistral-conversations",
|
|
5569
5627
|
provider: "mistral",
|
|
5570
5628
|
baseUrl: "https://api.mistral.ai",
|
|
5571
|
-
reasoning:
|
|
5629
|
+
reasoning: true,
|
|
5572
5630
|
input: ["text", "image"],
|
|
5573
5631
|
cost: {
|
|
5574
|
-
input:
|
|
5575
|
-
output:
|
|
5632
|
+
input: 1.5,
|
|
5633
|
+
output: 7.5,
|
|
5576
5634
|
cacheRead: 0,
|
|
5577
5635
|
cacheWrite: 0,
|
|
5578
5636
|
},
|
|
@@ -6639,6 +6697,23 @@ export const MODELS = {
|
|
|
6639
6697
|
contextWindow: 200000,
|
|
6640
6698
|
maxTokens: 32000,
|
|
6641
6699
|
},
|
|
6700
|
+
"claude-fable-5": {
|
|
6701
|
+
id: "claude-fable-5",
|
|
6702
|
+
name: "Claude Fable 5",
|
|
6703
|
+
api: "anthropic-messages",
|
|
6704
|
+
provider: "opencode",
|
|
6705
|
+
baseUrl: "https://opencode.ai/zen",
|
|
6706
|
+
reasoning: true,
|
|
6707
|
+
input: ["text", "image"],
|
|
6708
|
+
cost: {
|
|
6709
|
+
input: 10,
|
|
6710
|
+
output: 50,
|
|
6711
|
+
cacheRead: 1,
|
|
6712
|
+
cacheWrite: 12.5,
|
|
6713
|
+
},
|
|
6714
|
+
contextWindow: 1000000,
|
|
6715
|
+
maxTokens: 128000,
|
|
6716
|
+
},
|
|
6642
6717
|
"claude-haiku-4-5": {
|
|
6643
6718
|
id: "claude-haiku-4-5",
|
|
6644
6719
|
name: "Claude Haiku 4.5",
|
|
@@ -6792,6 +6867,23 @@ export const MODELS = {
|
|
|
6792
6867
|
contextWindow: 1000000,
|
|
6793
6868
|
maxTokens: 64000,
|
|
6794
6869
|
},
|
|
6870
|
+
"claude-sonnet-5": {
|
|
6871
|
+
id: "claude-sonnet-5",
|
|
6872
|
+
name: "Claude Sonnet 5",
|
|
6873
|
+
api: "anthropic-messages",
|
|
6874
|
+
provider: "opencode",
|
|
6875
|
+
baseUrl: "https://opencode.ai/zen",
|
|
6876
|
+
reasoning: true,
|
|
6877
|
+
input: ["text", "image"],
|
|
6878
|
+
cost: {
|
|
6879
|
+
input: 2,
|
|
6880
|
+
output: 10,
|
|
6881
|
+
cacheRead: 0.2,
|
|
6882
|
+
cacheWrite: 2.5,
|
|
6883
|
+
},
|
|
6884
|
+
contextWindow: 1000000,
|
|
6885
|
+
maxTokens: 128000,
|
|
6886
|
+
},
|
|
6795
6887
|
"deepseek-v4-flash": {
|
|
6796
6888
|
id: "deepseek-v4-flash",
|
|
6797
6889
|
name: "DeepSeek V4 Flash",
|
|
@@ -7268,6 +7360,23 @@ export const MODELS = {
|
|
|
7268
7360
|
contextWindow: 262144,
|
|
7269
7361
|
maxTokens: 65536,
|
|
7270
7362
|
},
|
|
7363
|
+
"kimi-k2.7-code": {
|
|
7364
|
+
id: "kimi-k2.7-code",
|
|
7365
|
+
name: "Kimi K2.7 Code",
|
|
7366
|
+
api: "openai-completions",
|
|
7367
|
+
provider: "opencode",
|
|
7368
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7369
|
+
reasoning: true,
|
|
7370
|
+
input: ["text", "image"],
|
|
7371
|
+
cost: {
|
|
7372
|
+
input: 0.95,
|
|
7373
|
+
output: 4,
|
|
7374
|
+
cacheRead: 0.19,
|
|
7375
|
+
cacheWrite: 0,
|
|
7376
|
+
},
|
|
7377
|
+
contextWindow: 262144,
|
|
7378
|
+
maxTokens: 262144,
|
|
7379
|
+
},
|
|
7271
7380
|
"mimo-v2.5-free": {
|
|
7272
7381
|
id: "mimo-v2.5-free",
|
|
7273
7382
|
name: "MiMo V2.5 Free",
|
|
@@ -7287,7 +7396,7 @@ export const MODELS = {
|
|
|
7287
7396
|
},
|
|
7288
7397
|
"minimax-m2.5": {
|
|
7289
7398
|
id: "minimax-m2.5",
|
|
7290
|
-
name: "MiniMax
|
|
7399
|
+
name: "MiniMax-M2.5",
|
|
7291
7400
|
api: "openai-completions",
|
|
7292
7401
|
provider: "opencode",
|
|
7293
7402
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -7304,7 +7413,7 @@ export const MODELS = {
|
|
|
7304
7413
|
},
|
|
7305
7414
|
"minimax-m2.7": {
|
|
7306
7415
|
id: "minimax-m2.7",
|
|
7307
|
-
name: "MiniMax
|
|
7416
|
+
name: "MiniMax-M2.7",
|
|
7308
7417
|
api: "openai-completions",
|
|
7309
7418
|
provider: "opencode",
|
|
7310
7419
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -7319,6 +7428,23 @@ export const MODELS = {
|
|
|
7319
7428
|
contextWindow: 204800,
|
|
7320
7429
|
maxTokens: 131072,
|
|
7321
7430
|
},
|
|
7431
|
+
"minimax-m3": {
|
|
7432
|
+
id: "minimax-m3",
|
|
7433
|
+
name: "MiniMax-M3",
|
|
7434
|
+
api: "openai-completions",
|
|
7435
|
+
provider: "opencode",
|
|
7436
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7437
|
+
reasoning: true,
|
|
7438
|
+
input: ["text", "image"],
|
|
7439
|
+
cost: {
|
|
7440
|
+
input: 0.3,
|
|
7441
|
+
output: 1.2,
|
|
7442
|
+
cacheRead: 0.06,
|
|
7443
|
+
cacheWrite: 0,
|
|
7444
|
+
},
|
|
7445
|
+
contextWindow: 512000,
|
|
7446
|
+
maxTokens: 128000,
|
|
7447
|
+
},
|
|
7322
7448
|
"nemotron-3-ultra-free": {
|
|
7323
7449
|
id: "nemotron-3-ultra-free",
|
|
7324
7450
|
name: "Nemotron 3 Ultra Free",
|
|
@@ -7527,7 +7653,7 @@ export const MODELS = {
|
|
|
7527
7653
|
},
|
|
7528
7654
|
"minimax-m2.7": {
|
|
7529
7655
|
id: "minimax-m2.7",
|
|
7530
|
-
name: "MiniMax
|
|
7656
|
+
name: "MiniMax-M2.7",
|
|
7531
7657
|
api: "anthropic-messages",
|
|
7532
7658
|
provider: "opencode-go",
|
|
7533
7659
|
baseUrl: "https://opencode.ai/zen/go",
|
|
@@ -7544,16 +7670,16 @@ export const MODELS = {
|
|
|
7544
7670
|
},
|
|
7545
7671
|
"minimax-m3": {
|
|
7546
7672
|
id: "minimax-m3",
|
|
7547
|
-
name: "MiniMax
|
|
7673
|
+
name: "MiniMax-M3",
|
|
7548
7674
|
api: "anthropic-messages",
|
|
7549
7675
|
provider: "opencode-go",
|
|
7550
7676
|
baseUrl: "https://opencode.ai/zen/go",
|
|
7551
7677
|
reasoning: true,
|
|
7552
7678
|
input: ["text", "image"],
|
|
7553
7679
|
cost: {
|
|
7554
|
-
input: 0.
|
|
7555
|
-
output:
|
|
7556
|
-
cacheRead: 0.
|
|
7680
|
+
input: 0.3,
|
|
7681
|
+
output: 1.2,
|
|
7682
|
+
cacheRead: 0.06,
|
|
7557
7683
|
cacheWrite: 0,
|
|
7558
7684
|
},
|
|
7559
7685
|
contextWindow: 1000000,
|
|
@@ -7833,23 +7959,6 @@ export const MODELS = {
|
|
|
7833
7959
|
contextWindow: 1000000,
|
|
7834
7960
|
maxTokens: 128000,
|
|
7835
7961
|
},
|
|
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
7962
|
"anthropic/claude-opus-4.7": {
|
|
7854
7963
|
id: "anthropic/claude-opus-4.7",
|
|
7855
7964
|
name: "Anthropic: Claude Opus 4.7",
|
|
@@ -7969,6 +8078,23 @@ export const MODELS = {
|
|
|
7969
8078
|
contextWindow: 1000000,
|
|
7970
8079
|
maxTokens: 128000,
|
|
7971
8080
|
},
|
|
8081
|
+
"anthropic/claude-sonnet-5": {
|
|
8082
|
+
id: "anthropic/claude-sonnet-5",
|
|
8083
|
+
name: "Anthropic: Claude Sonnet 5",
|
|
8084
|
+
api: "openai-completions",
|
|
8085
|
+
provider: "openrouter",
|
|
8086
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8087
|
+
reasoning: true,
|
|
8088
|
+
input: ["text", "image"],
|
|
8089
|
+
cost: {
|
|
8090
|
+
input: 2,
|
|
8091
|
+
output: 10,
|
|
8092
|
+
cacheRead: 0.19999999999999998,
|
|
8093
|
+
cacheWrite: 2.5,
|
|
8094
|
+
},
|
|
8095
|
+
contextWindow: 1000000,
|
|
8096
|
+
maxTokens: 128000,
|
|
8097
|
+
},
|
|
7972
8098
|
"arcee-ai/trinity-large-thinking": {
|
|
7973
8099
|
id: "arcee-ai/trinity-large-thinking",
|
|
7974
8100
|
name: "Arcee AI: Trinity Large Thinking",
|
|
@@ -8182,8 +8308,8 @@ export const MODELS = {
|
|
|
8182
8308
|
reasoning: false,
|
|
8183
8309
|
input: ["text"],
|
|
8184
8310
|
cost: {
|
|
8185
|
-
input: 0.
|
|
8186
|
-
output: 0.
|
|
8311
|
+
input: 0.24,
|
|
8312
|
+
output: 0.8999999999999999,
|
|
8187
8313
|
cacheRead: 0.135,
|
|
8188
8314
|
cacheWrite: 0,
|
|
8189
8315
|
},
|
|
@@ -8303,11 +8429,11 @@ export const MODELS = {
|
|
|
8303
8429
|
cost: {
|
|
8304
8430
|
input: 0.09,
|
|
8305
8431
|
output: 0.18,
|
|
8306
|
-
cacheRead: 0.
|
|
8432
|
+
cacheRead: 0.018,
|
|
8307
8433
|
cacheWrite: 0,
|
|
8308
8434
|
},
|
|
8309
8435
|
contextWindow: 1048576,
|
|
8310
|
-
maxTokens:
|
|
8436
|
+
maxTokens: 16384,
|
|
8311
8437
|
},
|
|
8312
8438
|
"deepseek/deepseek-v4-pro": {
|
|
8313
8439
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -8897,12 +9023,12 @@ export const MODELS = {
|
|
|
8897
9023
|
input: ["text"],
|
|
8898
9024
|
cost: {
|
|
8899
9025
|
input: 0.255,
|
|
8900
|
-
output: 1,
|
|
8901
|
-
cacheRead: 0
|
|
9026
|
+
output: 1.02,
|
|
9027
|
+
cacheRead: 0,
|
|
8902
9028
|
cacheWrite: 0,
|
|
8903
9029
|
},
|
|
8904
9030
|
contextWindow: 204800,
|
|
8905
|
-
maxTokens:
|
|
9031
|
+
maxTokens: 131072,
|
|
8906
9032
|
},
|
|
8907
9033
|
"minimax/minimax-m2.1": {
|
|
8908
9034
|
id: "minimax/minimax-m2.1",
|
|
@@ -8913,13 +9039,13 @@ export const MODELS = {
|
|
|
8913
9039
|
reasoning: true,
|
|
8914
9040
|
input: ["text"],
|
|
8915
9041
|
cost: {
|
|
8916
|
-
input: 0.
|
|
8917
|
-
output:
|
|
9042
|
+
input: 0.3,
|
|
9043
|
+
output: 1.2,
|
|
8918
9044
|
cacheRead: 0.03,
|
|
8919
9045
|
cacheWrite: 0,
|
|
8920
9046
|
},
|
|
8921
9047
|
contextWindow: 204800,
|
|
8922
|
-
maxTokens:
|
|
9048
|
+
maxTokens: 131072,
|
|
8923
9049
|
},
|
|
8924
9050
|
"minimax/minimax-m2.5": {
|
|
8925
9051
|
id: "minimax/minimax-m2.5",
|
|
@@ -9276,7 +9402,7 @@ export const MODELS = {
|
|
|
9276
9402
|
cacheWrite: 0,
|
|
9277
9403
|
},
|
|
9278
9404
|
contextWindow: 131072,
|
|
9279
|
-
maxTokens:
|
|
9405
|
+
maxTokens: 100352,
|
|
9280
9406
|
},
|
|
9281
9407
|
"moonshotai/kimi-k2-0905": {
|
|
9282
9408
|
id: "moonshotai/kimi-k2-0905",
|
|
@@ -9293,7 +9419,7 @@ export const MODELS = {
|
|
|
9293
9419
|
cacheWrite: 0,
|
|
9294
9420
|
},
|
|
9295
9421
|
contextWindow: 262144,
|
|
9296
|
-
maxTokens:
|
|
9422
|
+
maxTokens: 100352,
|
|
9297
9423
|
},
|
|
9298
9424
|
"moonshotai/kimi-k2-thinking": {
|
|
9299
9425
|
id: "moonshotai/kimi-k2-thinking",
|
|
@@ -9306,11 +9432,11 @@ export const MODELS = {
|
|
|
9306
9432
|
cost: {
|
|
9307
9433
|
input: 0.6,
|
|
9308
9434
|
output: 2.5,
|
|
9309
|
-
cacheRead: 0.
|
|
9435
|
+
cacheRead: 0.15,
|
|
9310
9436
|
cacheWrite: 0,
|
|
9311
9437
|
},
|
|
9312
9438
|
contextWindow: 262144,
|
|
9313
|
-
maxTokens:
|
|
9439
|
+
maxTokens: 100352,
|
|
9314
9440
|
},
|
|
9315
9441
|
"moonshotai/kimi-k2.5": {
|
|
9316
9442
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -9340,7 +9466,7 @@ export const MODELS = {
|
|
|
9340
9466
|
cost: {
|
|
9341
9467
|
input: 0.66,
|
|
9342
9468
|
output: 3.41,
|
|
9343
|
-
cacheRead: 0.
|
|
9469
|
+
cacheRead: 0.14,
|
|
9344
9470
|
cacheWrite: 0,
|
|
9345
9471
|
},
|
|
9346
9472
|
contextWindow: 262144,
|
|
@@ -9440,13 +9566,13 @@ export const MODELS = {
|
|
|
9440
9566
|
reasoning: true,
|
|
9441
9567
|
input: ["text"],
|
|
9442
9568
|
cost: {
|
|
9443
|
-
input: 0.
|
|
9444
|
-
output: 0.
|
|
9569
|
+
input: 0.08,
|
|
9570
|
+
output: 0.44999999999999996,
|
|
9445
9571
|
cacheRead: 0,
|
|
9446
9572
|
cacheWrite: 0,
|
|
9447
9573
|
},
|
|
9448
9574
|
contextWindow: 1000000,
|
|
9449
|
-
maxTokens:
|
|
9575
|
+
maxTokens: 4096,
|
|
9450
9576
|
},
|
|
9451
9577
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
9452
9578
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -10485,13 +10611,30 @@ export const MODELS = {
|
|
|
10485
10611
|
contextWindow: 200000,
|
|
10486
10612
|
maxTokens: 4096,
|
|
10487
10613
|
},
|
|
10488
|
-
"
|
|
10489
|
-
id: "
|
|
10490
|
-
name: "
|
|
10614
|
+
"poolside/laguna-m.1": {
|
|
10615
|
+
id: "poolside/laguna-m.1",
|
|
10616
|
+
name: "Poolside: Laguna M.1",
|
|
10491
10617
|
api: "openai-completions",
|
|
10492
10618
|
provider: "openrouter",
|
|
10493
10619
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10494
|
-
reasoning:
|
|
10620
|
+
reasoning: true,
|
|
10621
|
+
input: ["text"],
|
|
10622
|
+
cost: {
|
|
10623
|
+
input: 0.19999999999999998,
|
|
10624
|
+
output: 0.39999999999999997,
|
|
10625
|
+
cacheRead: 0.09999999999999999,
|
|
10626
|
+
cacheWrite: 0,
|
|
10627
|
+
},
|
|
10628
|
+
contextWindow: 262144,
|
|
10629
|
+
maxTokens: 32768,
|
|
10630
|
+
},
|
|
10631
|
+
"poolside/laguna-m.1:free": {
|
|
10632
|
+
id: "poolside/laguna-m.1:free",
|
|
10633
|
+
name: "Poolside: Laguna M.1 (free)",
|
|
10634
|
+
api: "openai-completions",
|
|
10635
|
+
provider: "openrouter",
|
|
10636
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10637
|
+
reasoning: true,
|
|
10495
10638
|
input: ["text"],
|
|
10496
10639
|
cost: {
|
|
10497
10640
|
input: 0,
|
|
@@ -10499,29 +10642,29 @@ export const MODELS = {
|
|
|
10499
10642
|
cacheRead: 0,
|
|
10500
10643
|
cacheWrite: 0,
|
|
10501
10644
|
},
|
|
10502
|
-
contextWindow:
|
|
10503
|
-
maxTokens:
|
|
10645
|
+
contextWindow: 262144,
|
|
10646
|
+
maxTokens: 32768,
|
|
10504
10647
|
},
|
|
10505
|
-
"poolside/laguna-
|
|
10506
|
-
id: "poolside/laguna-
|
|
10507
|
-
name: "Poolside: Laguna
|
|
10648
|
+
"poolside/laguna-xs-2.1": {
|
|
10649
|
+
id: "poolside/laguna-xs-2.1",
|
|
10650
|
+
name: "Poolside: Laguna XS 2.1",
|
|
10508
10651
|
api: "openai-completions",
|
|
10509
10652
|
provider: "openrouter",
|
|
10510
10653
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10511
10654
|
reasoning: true,
|
|
10512
10655
|
input: ["text"],
|
|
10513
10656
|
cost: {
|
|
10514
|
-
input: 0.
|
|
10515
|
-
output: 0.
|
|
10516
|
-
cacheRead: 0.
|
|
10657
|
+
input: 0.06,
|
|
10658
|
+
output: 0.12,
|
|
10659
|
+
cacheRead: 0.03,
|
|
10517
10660
|
cacheWrite: 0,
|
|
10518
10661
|
},
|
|
10519
10662
|
contextWindow: 262144,
|
|
10520
10663
|
maxTokens: 32768,
|
|
10521
10664
|
},
|
|
10522
|
-
"poolside/laguna-
|
|
10523
|
-
id: "poolside/laguna-
|
|
10524
|
-
name: "Poolside: Laguna
|
|
10665
|
+
"poolside/laguna-xs-2.1:free": {
|
|
10666
|
+
id: "poolside/laguna-xs-2.1:free",
|
|
10667
|
+
name: "Poolside: Laguna XS 2.1 (free)",
|
|
10525
10668
|
api: "openai-completions",
|
|
10526
10669
|
provider: "openrouter",
|
|
10527
10670
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -10715,13 +10858,13 @@ export const MODELS = {
|
|
|
10715
10858
|
reasoning: true,
|
|
10716
10859
|
input: ["text"],
|
|
10717
10860
|
cost: {
|
|
10718
|
-
input: 0.
|
|
10719
|
-
output:
|
|
10720
|
-
cacheRead: 0
|
|
10861
|
+
input: 0.14950000000000002,
|
|
10862
|
+
output: 1.495,
|
|
10863
|
+
cacheRead: 0,
|
|
10721
10864
|
cacheWrite: 0,
|
|
10722
10865
|
},
|
|
10723
10866
|
contextWindow: 262144,
|
|
10724
|
-
maxTokens:
|
|
10867
|
+
maxTokens: 4096,
|
|
10725
10868
|
},
|
|
10726
10869
|
"qwen/qwen3-30b-a3b": {
|
|
10727
10870
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -10766,13 +10909,13 @@ export const MODELS = {
|
|
|
10766
10909
|
reasoning: true,
|
|
10767
10910
|
input: ["text"],
|
|
10768
10911
|
cost: {
|
|
10769
|
-
input: 0.
|
|
10770
|
-
output:
|
|
10771
|
-
cacheRead: 0
|
|
10912
|
+
input: 0.13,
|
|
10913
|
+
output: 1.56,
|
|
10914
|
+
cacheRead: 0,
|
|
10772
10915
|
cacheWrite: 0,
|
|
10773
10916
|
},
|
|
10774
10917
|
contextWindow: 131072,
|
|
10775
|
-
maxTokens:
|
|
10918
|
+
maxTokens: 32768,
|
|
10776
10919
|
},
|
|
10777
10920
|
"qwen/qwen3-32b": {
|
|
10778
10921
|
id: "qwen/qwen3-32b",
|
|
@@ -10800,9 +10943,9 @@ export const MODELS = {
|
|
|
10800
10943
|
reasoning: true,
|
|
10801
10944
|
input: ["text"],
|
|
10802
10945
|
cost: {
|
|
10803
|
-
input: 0.
|
|
10804
|
-
output: 0.
|
|
10805
|
-
cacheRead: 0
|
|
10946
|
+
input: 0.117,
|
|
10947
|
+
output: 0.45499999999999996,
|
|
10948
|
+
cacheRead: 0,
|
|
10806
10949
|
cacheWrite: 0,
|
|
10807
10950
|
},
|
|
10808
10951
|
contextWindow: 131072,
|
|
@@ -11089,8 +11232,8 @@ export const MODELS = {
|
|
|
11089
11232
|
reasoning: false,
|
|
11090
11233
|
input: ["text", "image"],
|
|
11091
11234
|
cost: {
|
|
11092
|
-
input: 0.
|
|
11093
|
-
output: 0.
|
|
11235
|
+
input: 0.117,
|
|
11236
|
+
output: 0.45499999999999996,
|
|
11094
11237
|
cacheRead: 0,
|
|
11095
11238
|
cacheWrite: 0,
|
|
11096
11239
|
},
|
|
@@ -11259,9 +11402,9 @@ export const MODELS = {
|
|
|
11259
11402
|
reasoning: true,
|
|
11260
11403
|
input: ["text", "image"],
|
|
11261
11404
|
cost: {
|
|
11262
|
-
input: 0.
|
|
11263
|
-
output: 2.
|
|
11264
|
-
cacheRead: 0,
|
|
11405
|
+
input: 0.28500000000000003,
|
|
11406
|
+
output: 2.4,
|
|
11407
|
+
cacheRead: 0.15,
|
|
11265
11408
|
cacheWrite: 0,
|
|
11266
11409
|
},
|
|
11267
11410
|
contextWindow: 262144,
|
|
@@ -11446,13 +11589,13 @@ export const MODELS = {
|
|
|
11446
11589
|
reasoning: true,
|
|
11447
11590
|
input: ["text"],
|
|
11448
11591
|
cost: {
|
|
11449
|
-
input: 0.
|
|
11592
|
+
input: 0.09999999999999999,
|
|
11450
11593
|
output: 0.3,
|
|
11451
|
-
cacheRead: 0
|
|
11594
|
+
cacheRead: 0,
|
|
11452
11595
|
cacheWrite: 0,
|
|
11453
11596
|
},
|
|
11454
11597
|
contextWindow: 262144,
|
|
11455
|
-
maxTokens:
|
|
11598
|
+
maxTokens: 65536,
|
|
11456
11599
|
},
|
|
11457
11600
|
"stepfun/step-3.7-flash": {
|
|
11458
11601
|
id: "stepfun/step-3.7-flash",
|
|
@@ -11769,13 +11912,13 @@ export const MODELS = {
|
|
|
11769
11912
|
reasoning: true,
|
|
11770
11913
|
input: ["text"],
|
|
11771
11914
|
cost: {
|
|
11772
|
-
input: 0.
|
|
11773
|
-
output: 3.
|
|
11774
|
-
cacheRead: 0.
|
|
11915
|
+
input: 0.966,
|
|
11916
|
+
output: 3.036,
|
|
11917
|
+
cacheRead: 0.1794,
|
|
11775
11918
|
cacheWrite: 0,
|
|
11776
11919
|
},
|
|
11777
11920
|
contextWindow: 202752,
|
|
11778
|
-
maxTokens:
|
|
11921
|
+
maxTokens: 128000,
|
|
11779
11922
|
},
|
|
11780
11923
|
"z-ai/glm-5.2": {
|
|
11781
11924
|
id: "z-ai/glm-5.2",
|
|
@@ -11786,13 +11929,13 @@ export const MODELS = {
|
|
|
11786
11929
|
reasoning: true,
|
|
11787
11930
|
input: ["text"],
|
|
11788
11931
|
cost: {
|
|
11789
|
-
input: 0.
|
|
11790
|
-
output:
|
|
11791
|
-
cacheRead: 0.
|
|
11932
|
+
input: 0.9086,
|
|
11933
|
+
output: 2.8556,
|
|
11934
|
+
cacheRead: 0.16874,
|
|
11792
11935
|
cacheWrite: 0,
|
|
11793
11936
|
},
|
|
11794
11937
|
contextWindow: 1048576,
|
|
11795
|
-
maxTokens:
|
|
11938
|
+
maxTokens: 131072,
|
|
11796
11939
|
},
|
|
11797
11940
|
"z-ai/glm-5v-turbo": {
|
|
11798
11941
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -11871,10 +12014,10 @@ export const MODELS = {
|
|
|
11871
12014
|
reasoning: true,
|
|
11872
12015
|
input: ["text", "image"],
|
|
11873
12016
|
cost: {
|
|
11874
|
-
input:
|
|
11875
|
-
output:
|
|
11876
|
-
cacheRead: 0.
|
|
11877
|
-
cacheWrite:
|
|
12017
|
+
input: 2,
|
|
12018
|
+
output: 10,
|
|
12019
|
+
cacheRead: 0.19999999999999998,
|
|
12020
|
+
cacheWrite: 2.5,
|
|
11878
12021
|
},
|
|
11879
12022
|
contextWindow: 1000000,
|
|
11880
12023
|
maxTokens: 128000,
|
|
@@ -11924,7 +12067,7 @@ export const MODELS = {
|
|
|
11924
12067
|
cost: {
|
|
11925
12068
|
input: 0.66,
|
|
11926
12069
|
output: 3.41,
|
|
11927
|
-
cacheRead: 0.
|
|
12070
|
+
cacheRead: 0.14,
|
|
11928
12071
|
cacheWrite: 0,
|
|
11929
12072
|
},
|
|
11930
12073
|
contextWindow: 262144,
|
|
@@ -12476,6 +12619,23 @@ export const MODELS = {
|
|
|
12476
12619
|
contextWindow: 200000,
|
|
12477
12620
|
maxTokens: 8192,
|
|
12478
12621
|
},
|
|
12622
|
+
"anthropic/claude-fable-5": {
|
|
12623
|
+
id: "anthropic/claude-fable-5",
|
|
12624
|
+
name: "Claude Fable 5",
|
|
12625
|
+
api: "anthropic-messages",
|
|
12626
|
+
provider: "vercel-ai-gateway",
|
|
12627
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12628
|
+
reasoning: true,
|
|
12629
|
+
input: ["text", "image"],
|
|
12630
|
+
cost: {
|
|
12631
|
+
input: 10,
|
|
12632
|
+
output: 50,
|
|
12633
|
+
cacheRead: 1,
|
|
12634
|
+
cacheWrite: 12.5,
|
|
12635
|
+
},
|
|
12636
|
+
contextWindow: 1000000,
|
|
12637
|
+
maxTokens: 128000,
|
|
12638
|
+
},
|
|
12479
12639
|
"anthropic/claude-haiku-4.5": {
|
|
12480
12640
|
id: "anthropic/claude-haiku-4.5",
|
|
12481
12641
|
name: "Claude Haiku 4.5",
|
|
@@ -12646,6 +12806,23 @@ export const MODELS = {
|
|
|
12646
12806
|
contextWindow: 1000000,
|
|
12647
12807
|
maxTokens: 128000,
|
|
12648
12808
|
},
|
|
12809
|
+
"anthropic/claude-sonnet-5": {
|
|
12810
|
+
id: "anthropic/claude-sonnet-5",
|
|
12811
|
+
name: "Claude Sonnet 5",
|
|
12812
|
+
api: "anthropic-messages",
|
|
12813
|
+
provider: "vercel-ai-gateway",
|
|
12814
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
12815
|
+
reasoning: true,
|
|
12816
|
+
input: ["text", "image"],
|
|
12817
|
+
cost: {
|
|
12818
|
+
input: 2,
|
|
12819
|
+
output: 10,
|
|
12820
|
+
cacheRead: 0.19999999999999998,
|
|
12821
|
+
cacheWrite: 2.5,
|
|
12822
|
+
},
|
|
12823
|
+
contextWindow: 1000000,
|
|
12824
|
+
maxTokens: 128000,
|
|
12825
|
+
},
|
|
12649
12826
|
"arcee-ai/trinity-large-preview": {
|
|
12650
12827
|
id: "arcee-ai/trinity-large-preview",
|
|
12651
12828
|
name: "Trinity Large Preview",
|
|
@@ -12791,13 +12968,13 @@ export const MODELS = {
|
|
|
12791
12968
|
reasoning: true,
|
|
12792
12969
|
input: ["text"],
|
|
12793
12970
|
cost: {
|
|
12794
|
-
input: 0.
|
|
12795
|
-
output: 1.
|
|
12796
|
-
cacheRead: 0
|
|
12971
|
+
input: 0.6,
|
|
12972
|
+
output: 1.7,
|
|
12973
|
+
cacheRead: 0,
|
|
12797
12974
|
cacheWrite: 0,
|
|
12798
12975
|
},
|
|
12799
|
-
contextWindow:
|
|
12800
|
-
maxTokens:
|
|
12976
|
+
contextWindow: 128000,
|
|
12977
|
+
maxTokens: 128000,
|
|
12801
12978
|
},
|
|
12802
12979
|
"deepseek/deepseek-v3.1-terminus": {
|
|
12803
12980
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
@@ -13743,13 +13920,13 @@ export const MODELS = {
|
|
|
13743
13920
|
reasoning: true,
|
|
13744
13921
|
input: ["text"],
|
|
13745
13922
|
cost: {
|
|
13746
|
-
input: 0.
|
|
13747
|
-
output: 2
|
|
13748
|
-
cacheRead: 0.
|
|
13923
|
+
input: 0.47,
|
|
13924
|
+
output: 2,
|
|
13925
|
+
cacheRead: 0.14100000000000001,
|
|
13749
13926
|
cacheWrite: 0,
|
|
13750
13927
|
},
|
|
13751
|
-
contextWindow:
|
|
13752
|
-
maxTokens:
|
|
13928
|
+
contextWindow: 216144,
|
|
13929
|
+
maxTokens: 216144,
|
|
13753
13930
|
},
|
|
13754
13931
|
"moonshotai/kimi-k2.5": {
|
|
13755
13932
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -14423,13 +14600,13 @@ export const MODELS = {
|
|
|
14423
14600
|
reasoning: true,
|
|
14424
14601
|
input: ["text"],
|
|
14425
14602
|
cost: {
|
|
14426
|
-
input: 0.
|
|
14427
|
-
output: 0.
|
|
14428
|
-
cacheRead: 0
|
|
14603
|
+
input: 0.09999999999999999,
|
|
14604
|
+
output: 0.5,
|
|
14605
|
+
cacheRead: 0,
|
|
14429
14606
|
cacheWrite: 0,
|
|
14430
14607
|
},
|
|
14431
14608
|
contextWindow: 131072,
|
|
14432
|
-
maxTokens:
|
|
14609
|
+
maxTokens: 131072,
|
|
14433
14610
|
},
|
|
14434
14611
|
"openai/gpt-oss-20b": {
|
|
14435
14612
|
id: "openai/gpt-oss-20b",
|
|
@@ -14858,7 +15035,7 @@ export const MODELS = {
|
|
|
14858
15035
|
},
|
|
14859
15036
|
"zai/glm-4.5": {
|
|
14860
15037
|
id: "zai/glm-4.5",
|
|
14861
|
-
name: "GLM
|
|
15038
|
+
name: "GLM 4.5",
|
|
14862
15039
|
api: "anthropic-messages",
|
|
14863
15040
|
provider: "vercel-ai-gateway",
|
|
14864
15041
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -14967,13 +15144,13 @@ export const MODELS = {
|
|
|
14967
15144
|
reasoning: true,
|
|
14968
15145
|
input: ["text"],
|
|
14969
15146
|
cost: {
|
|
14970
|
-
input:
|
|
14971
|
-
output: 2.
|
|
14972
|
-
cacheRead:
|
|
15147
|
+
input: 0.6,
|
|
15148
|
+
output: 2.2,
|
|
15149
|
+
cacheRead: 0.12,
|
|
14973
15150
|
cacheWrite: 0,
|
|
14974
15151
|
},
|
|
14975
|
-
contextWindow:
|
|
14976
|
-
maxTokens:
|
|
15152
|
+
contextWindow: 200000,
|
|
15153
|
+
maxTokens: 120000,
|
|
14977
15154
|
},
|
|
14978
15155
|
"zai/glm-4.7-flash": {
|
|
14979
15156
|
id: "zai/glm-4.7-flash",
|
|
@@ -15018,8 +15195,8 @@ export const MODELS = {
|
|
|
15018
15195
|
reasoning: true,
|
|
15019
15196
|
input: ["text"],
|
|
15020
15197
|
cost: {
|
|
15021
|
-
input:
|
|
15022
|
-
output: 3.
|
|
15198
|
+
input: 0.95,
|
|
15199
|
+
output: 3.15,
|
|
15023
15200
|
cacheRead: 0.19999999999999998,
|
|
15024
15201
|
cacheWrite: 0,
|
|
15025
15202
|
},
|
|
@@ -15052,13 +15229,13 @@ export const MODELS = {
|
|
|
15052
15229
|
reasoning: true,
|
|
15053
15230
|
input: ["text"],
|
|
15054
15231
|
cost: {
|
|
15055
|
-
input: 1.
|
|
15056
|
-
output: 4.
|
|
15232
|
+
input: 1.3,
|
|
15233
|
+
output: 4.300000000000001,
|
|
15057
15234
|
cacheRead: 0.26,
|
|
15058
15235
|
cacheWrite: 0,
|
|
15059
15236
|
},
|
|
15060
|
-
contextWindow:
|
|
15061
|
-
maxTokens:
|
|
15237
|
+
contextWindow: 202000,
|
|
15238
|
+
maxTokens: 202000,
|
|
15062
15239
|
},
|
|
15063
15240
|
"zai/glm-5.2": {
|
|
15064
15241
|
id: "zai/glm-5.2",
|
|
@@ -15069,12 +15246,12 @@ export const MODELS = {
|
|
|
15069
15246
|
reasoning: true,
|
|
15070
15247
|
input: ["text"],
|
|
15071
15248
|
cost: {
|
|
15072
|
-
input: 1.
|
|
15073
|
-
output: 4.
|
|
15074
|
-
cacheRead: 0.
|
|
15249
|
+
input: 1.4,
|
|
15250
|
+
output: 4.4,
|
|
15251
|
+
cacheRead: 0.26,
|
|
15075
15252
|
cacheWrite: 0,
|
|
15076
15253
|
},
|
|
15077
|
-
contextWindow:
|
|
15254
|
+
contextWindow: 1040000,
|
|
15078
15255
|
maxTokens: 128000,
|
|
15079
15256
|
},
|
|
15080
15257
|
"zai/glm-5.2-fast": {
|