@elyracode/ai 0.9.11 → 0.9.13
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/image-models.generated.d.ts +15 -45
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +15 -45
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +657 -205
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +741 -336
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -70,6 +70,25 @@ 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
|
+
thinkingType: "adaptive",
|
|
81
|
+
thinkingLevelMap: { "minimal": "low", "low": "medium", "medium": "high", "high": "xhigh", "xhigh": "max" },
|
|
82
|
+
input: ["text", "image"],
|
|
83
|
+
cost: {
|
|
84
|
+
input: 10,
|
|
85
|
+
output: 50,
|
|
86
|
+
cacheRead: 1,
|
|
87
|
+
cacheWrite: 12.5,
|
|
88
|
+
},
|
|
89
|
+
contextWindow: 1000000,
|
|
90
|
+
maxTokens: 128000,
|
|
91
|
+
},
|
|
73
92
|
"anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
74
93
|
id: "anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
75
94
|
name: "Claude Haiku 4.5",
|
|
@@ -217,6 +236,24 @@ export const MODELS = {
|
|
|
217
236
|
contextWindow: 1000000,
|
|
218
237
|
maxTokens: 64000,
|
|
219
238
|
},
|
|
239
|
+
"anthropic.claude-sonnet-5": {
|
|
240
|
+
id: "anthropic.claude-sonnet-5",
|
|
241
|
+
name: "Claude Sonnet 5",
|
|
242
|
+
api: "bedrock-converse-stream",
|
|
243
|
+
provider: "amazon-bedrock",
|
|
244
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
245
|
+
reasoning: true,
|
|
246
|
+
thinkingType: "adaptive",
|
|
247
|
+
input: ["text", "image"],
|
|
248
|
+
cost: {
|
|
249
|
+
input: 2,
|
|
250
|
+
output: 10,
|
|
251
|
+
cacheRead: 0.2,
|
|
252
|
+
cacheWrite: 2.5,
|
|
253
|
+
},
|
|
254
|
+
contextWindow: 1000000,
|
|
255
|
+
maxTokens: 128000,
|
|
256
|
+
},
|
|
220
257
|
"au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
221
258
|
id: "au.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
222
259
|
name: "Claude Haiku 4.5 (AU)",
|
|
@@ -309,6 +346,24 @@ export const MODELS = {
|
|
|
309
346
|
contextWindow: 1000000,
|
|
310
347
|
maxTokens: 128000,
|
|
311
348
|
},
|
|
349
|
+
"au.anthropic.claude-sonnet-5": {
|
|
350
|
+
id: "au.anthropic.claude-sonnet-5",
|
|
351
|
+
name: "Claude Sonnet 5 (AU)",
|
|
352
|
+
api: "bedrock-converse-stream",
|
|
353
|
+
provider: "amazon-bedrock",
|
|
354
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
355
|
+
reasoning: true,
|
|
356
|
+
thinkingType: "adaptive",
|
|
357
|
+
input: ["text", "image"],
|
|
358
|
+
cost: {
|
|
359
|
+
input: 2,
|
|
360
|
+
output: 10,
|
|
361
|
+
cacheRead: 0.2,
|
|
362
|
+
cacheWrite: 2.5,
|
|
363
|
+
},
|
|
364
|
+
contextWindow: 1000000,
|
|
365
|
+
maxTokens: 128000,
|
|
366
|
+
},
|
|
312
367
|
"deepseek.r1-v1:0": {
|
|
313
368
|
id: "deepseek.r1-v1:0",
|
|
314
369
|
name: "DeepSeek-R1",
|
|
@@ -389,10 +444,10 @@ export const MODELS = {
|
|
|
389
444
|
thinkingType: "budget",
|
|
390
445
|
input: ["text", "image"],
|
|
391
446
|
cost: {
|
|
392
|
-
input: 1,
|
|
393
|
-
output: 5,
|
|
394
|
-
cacheRead: 0.
|
|
395
|
-
cacheWrite: 1.
|
|
447
|
+
input: 1.1,
|
|
448
|
+
output: 5.5,
|
|
449
|
+
cacheRead: 0.11,
|
|
450
|
+
cacheWrite: 1.375,
|
|
396
451
|
},
|
|
397
452
|
contextWindow: 200000,
|
|
398
453
|
maxTokens: 64000,
|
|
@@ -407,10 +462,10 @@ export const MODELS = {
|
|
|
407
462
|
thinkingType: "budget",
|
|
408
463
|
input: ["text", "image"],
|
|
409
464
|
cost: {
|
|
410
|
-
input: 5,
|
|
411
|
-
output:
|
|
412
|
-
cacheRead: 0.
|
|
413
|
-
cacheWrite: 6.
|
|
465
|
+
input: 5.5,
|
|
466
|
+
output: 27.5,
|
|
467
|
+
cacheRead: 0.55,
|
|
468
|
+
cacheWrite: 6.875,
|
|
414
469
|
},
|
|
415
470
|
contextWindow: 200000,
|
|
416
471
|
maxTokens: 64000,
|
|
@@ -508,6 +563,24 @@ export const MODELS = {
|
|
|
508
563
|
contextWindow: 1000000,
|
|
509
564
|
maxTokens: 64000,
|
|
510
565
|
},
|
|
566
|
+
"eu.anthropic.claude-sonnet-5": {
|
|
567
|
+
id: "eu.anthropic.claude-sonnet-5",
|
|
568
|
+
name: "Claude Sonnet 5 (EU)",
|
|
569
|
+
api: "bedrock-converse-stream",
|
|
570
|
+
provider: "amazon-bedrock",
|
|
571
|
+
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
572
|
+
reasoning: true,
|
|
573
|
+
thinkingType: "adaptive",
|
|
574
|
+
input: ["text", "image"],
|
|
575
|
+
cost: {
|
|
576
|
+
input: 2.2,
|
|
577
|
+
output: 11,
|
|
578
|
+
cacheRead: 0.22,
|
|
579
|
+
cacheWrite: 2.75,
|
|
580
|
+
},
|
|
581
|
+
contextWindow: 1000000,
|
|
582
|
+
maxTokens: 128000,
|
|
583
|
+
},
|
|
511
584
|
"global.anthropic.claude-fable-5": {
|
|
512
585
|
id: "global.anthropic.claude-fable-5",
|
|
513
586
|
name: "Claude Fable 5 (Global)",
|
|
@@ -656,6 +729,24 @@ export const MODELS = {
|
|
|
656
729
|
contextWindow: 1000000,
|
|
657
730
|
maxTokens: 64000,
|
|
658
731
|
},
|
|
732
|
+
"global.anthropic.claude-sonnet-5": {
|
|
733
|
+
id: "global.anthropic.claude-sonnet-5",
|
|
734
|
+
name: "Claude Sonnet 5 (Global)",
|
|
735
|
+
api: "bedrock-converse-stream",
|
|
736
|
+
provider: "amazon-bedrock",
|
|
737
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
738
|
+
reasoning: true,
|
|
739
|
+
thinkingType: "adaptive",
|
|
740
|
+
input: ["text", "image"],
|
|
741
|
+
cost: {
|
|
742
|
+
input: 2,
|
|
743
|
+
output: 10,
|
|
744
|
+
cacheRead: 0.2,
|
|
745
|
+
cacheWrite: 2.5,
|
|
746
|
+
},
|
|
747
|
+
contextWindow: 1000000,
|
|
748
|
+
maxTokens: 128000,
|
|
749
|
+
},
|
|
659
750
|
"google.gemma-3-27b-it": {
|
|
660
751
|
id: "google.gemma-3-27b-it",
|
|
661
752
|
name: "Google Gemma 3 27B Instruct",
|
|
@@ -690,6 +781,24 @@ export const MODELS = {
|
|
|
690
781
|
contextWindow: 128000,
|
|
691
782
|
maxTokens: 4096,
|
|
692
783
|
},
|
|
784
|
+
"jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
785
|
+
id: "jp.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
786
|
+
name: "Claude Haiku 4.5 (JP)",
|
|
787
|
+
api: "bedrock-converse-stream",
|
|
788
|
+
provider: "amazon-bedrock",
|
|
789
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
790
|
+
reasoning: true,
|
|
791
|
+
thinkingType: "budget",
|
|
792
|
+
input: ["text", "image"],
|
|
793
|
+
cost: {
|
|
794
|
+
input: 1,
|
|
795
|
+
output: 5,
|
|
796
|
+
cacheRead: 0.1,
|
|
797
|
+
cacheWrite: 1.25,
|
|
798
|
+
},
|
|
799
|
+
contextWindow: 200000,
|
|
800
|
+
maxTokens: 64000,
|
|
801
|
+
},
|
|
693
802
|
"jp.anthropic.claude-opus-4-7": {
|
|
694
803
|
id: "jp.anthropic.claude-opus-4-7",
|
|
695
804
|
name: "Claude Opus 4.7 (JP)",
|
|
@@ -764,6 +873,24 @@ export const MODELS = {
|
|
|
764
873
|
contextWindow: 1000000,
|
|
765
874
|
maxTokens: 64000,
|
|
766
875
|
},
|
|
876
|
+
"jp.anthropic.claude-sonnet-5": {
|
|
877
|
+
id: "jp.anthropic.claude-sonnet-5",
|
|
878
|
+
name: "Claude Sonnet 5 (JP)",
|
|
879
|
+
api: "bedrock-converse-stream",
|
|
880
|
+
provider: "amazon-bedrock",
|
|
881
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
882
|
+
reasoning: true,
|
|
883
|
+
thinkingType: "adaptive",
|
|
884
|
+
input: ["text", "image"],
|
|
885
|
+
cost: {
|
|
886
|
+
input: 2,
|
|
887
|
+
output: 10,
|
|
888
|
+
cacheRead: 0.2,
|
|
889
|
+
cacheWrite: 2.5,
|
|
890
|
+
},
|
|
891
|
+
contextWindow: 1000000,
|
|
892
|
+
maxTokens: 128000,
|
|
893
|
+
},
|
|
767
894
|
"meta.llama3-1-70b-instruct-v1:0": {
|
|
768
895
|
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
769
896
|
name: "Llama 3.1 70B Instruct",
|
|
@@ -1578,6 +1705,24 @@ export const MODELS = {
|
|
|
1578
1705
|
contextWindow: 1000000,
|
|
1579
1706
|
maxTokens: 64000,
|
|
1580
1707
|
},
|
|
1708
|
+
"us.anthropic.claude-sonnet-5": {
|
|
1709
|
+
id: "us.anthropic.claude-sonnet-5",
|
|
1710
|
+
name: "Claude Sonnet 5 (US)",
|
|
1711
|
+
api: "bedrock-converse-stream",
|
|
1712
|
+
provider: "amazon-bedrock",
|
|
1713
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1714
|
+
reasoning: true,
|
|
1715
|
+
thinkingType: "adaptive",
|
|
1716
|
+
input: ["text", "image"],
|
|
1717
|
+
cost: {
|
|
1718
|
+
input: 2,
|
|
1719
|
+
output: 10,
|
|
1720
|
+
cacheRead: 0.2,
|
|
1721
|
+
cacheWrite: 2.5,
|
|
1722
|
+
},
|
|
1723
|
+
contextWindow: 1000000,
|
|
1724
|
+
maxTokens: 128000,
|
|
1725
|
+
},
|
|
1581
1726
|
"us.deepseek.r1-v1:0": {
|
|
1582
1727
|
id: "us.deepseek.r1-v1:0",
|
|
1583
1728
|
name: "DeepSeek-R1 (US)",
|
|
@@ -1663,6 +1808,23 @@ export const MODELS = {
|
|
|
1663
1808
|
contextWindow: 1040000,
|
|
1664
1809
|
maxTokens: 8192,
|
|
1665
1810
|
},
|
|
1811
|
+
"xai.grok-4.3": {
|
|
1812
|
+
id: "xai.grok-4.3",
|
|
1813
|
+
name: "Grok 4.3",
|
|
1814
|
+
api: "bedrock-converse-stream",
|
|
1815
|
+
provider: "amazon-bedrock",
|
|
1816
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1817
|
+
reasoning: true,
|
|
1818
|
+
input: ["text", "image"],
|
|
1819
|
+
cost: {
|
|
1820
|
+
input: 1.25,
|
|
1821
|
+
output: 2.5,
|
|
1822
|
+
cacheRead: 0.2,
|
|
1823
|
+
cacheWrite: 0,
|
|
1824
|
+
},
|
|
1825
|
+
contextWindow: 1000000,
|
|
1826
|
+
maxTokens: 131072,
|
|
1827
|
+
},
|
|
1666
1828
|
"zai.glm-4.7": {
|
|
1667
1829
|
id: "zai.glm-4.7",
|
|
1668
1830
|
name: "GLM-4.7",
|
|
@@ -1716,109 +1878,6 @@ export const MODELS = {
|
|
|
1716
1878
|
},
|
|
1717
1879
|
},
|
|
1718
1880
|
"anthropic": {
|
|
1719
|
-
"claude-3-5-sonnet-20240620": {
|
|
1720
|
-
id: "claude-3-5-sonnet-20240620",
|
|
1721
|
-
name: "Claude Sonnet 3.5",
|
|
1722
|
-
api: "anthropic-messages",
|
|
1723
|
-
provider: "anthropic",
|
|
1724
|
-
baseUrl: "https://api.anthropic.com",
|
|
1725
|
-
reasoning: false,
|
|
1726
|
-
input: ["text", "image"],
|
|
1727
|
-
cost: {
|
|
1728
|
-
input: 3,
|
|
1729
|
-
output: 15,
|
|
1730
|
-
cacheRead: 0.3,
|
|
1731
|
-
cacheWrite: 3.75,
|
|
1732
|
-
},
|
|
1733
|
-
contextWindow: 200000,
|
|
1734
|
-
maxTokens: 8192,
|
|
1735
|
-
},
|
|
1736
|
-
"claude-3-5-sonnet-20241022": {
|
|
1737
|
-
id: "claude-3-5-sonnet-20241022",
|
|
1738
|
-
name: "Claude Sonnet 3.5 v2",
|
|
1739
|
-
api: "anthropic-messages",
|
|
1740
|
-
provider: "anthropic",
|
|
1741
|
-
baseUrl: "https://api.anthropic.com",
|
|
1742
|
-
reasoning: false,
|
|
1743
|
-
input: ["text", "image"],
|
|
1744
|
-
cost: {
|
|
1745
|
-
input: 3,
|
|
1746
|
-
output: 15,
|
|
1747
|
-
cacheRead: 0.3,
|
|
1748
|
-
cacheWrite: 3.75,
|
|
1749
|
-
},
|
|
1750
|
-
contextWindow: 200000,
|
|
1751
|
-
maxTokens: 8192,
|
|
1752
|
-
},
|
|
1753
|
-
"claude-3-7-sonnet-20250219": {
|
|
1754
|
-
id: "claude-3-7-sonnet-20250219",
|
|
1755
|
-
name: "Claude Sonnet 3.7",
|
|
1756
|
-
api: "anthropic-messages",
|
|
1757
|
-
provider: "anthropic",
|
|
1758
|
-
baseUrl: "https://api.anthropic.com",
|
|
1759
|
-
reasoning: true,
|
|
1760
|
-
thinkingType: "budget",
|
|
1761
|
-
input: ["text", "image"],
|
|
1762
|
-
cost: {
|
|
1763
|
-
input: 3,
|
|
1764
|
-
output: 15,
|
|
1765
|
-
cacheRead: 0.3,
|
|
1766
|
-
cacheWrite: 3.75,
|
|
1767
|
-
},
|
|
1768
|
-
contextWindow: 200000,
|
|
1769
|
-
maxTokens: 64000,
|
|
1770
|
-
},
|
|
1771
|
-
"claude-3-haiku-20240307": {
|
|
1772
|
-
id: "claude-3-haiku-20240307",
|
|
1773
|
-
name: "Claude Haiku 3",
|
|
1774
|
-
api: "anthropic-messages",
|
|
1775
|
-
provider: "anthropic",
|
|
1776
|
-
baseUrl: "https://api.anthropic.com",
|
|
1777
|
-
reasoning: false,
|
|
1778
|
-
input: ["text", "image"],
|
|
1779
|
-
cost: {
|
|
1780
|
-
input: 0.25,
|
|
1781
|
-
output: 1.25,
|
|
1782
|
-
cacheRead: 0.03,
|
|
1783
|
-
cacheWrite: 0.3,
|
|
1784
|
-
},
|
|
1785
|
-
contextWindow: 200000,
|
|
1786
|
-
maxTokens: 4096,
|
|
1787
|
-
},
|
|
1788
|
-
"claude-3-opus-20240229": {
|
|
1789
|
-
id: "claude-3-opus-20240229",
|
|
1790
|
-
name: "Claude Opus 3",
|
|
1791
|
-
api: "anthropic-messages",
|
|
1792
|
-
provider: "anthropic",
|
|
1793
|
-
baseUrl: "https://api.anthropic.com",
|
|
1794
|
-
reasoning: false,
|
|
1795
|
-
input: ["text", "image"],
|
|
1796
|
-
cost: {
|
|
1797
|
-
input: 15,
|
|
1798
|
-
output: 75,
|
|
1799
|
-
cacheRead: 1.5,
|
|
1800
|
-
cacheWrite: 18.75,
|
|
1801
|
-
},
|
|
1802
|
-
contextWindow: 200000,
|
|
1803
|
-
maxTokens: 4096,
|
|
1804
|
-
},
|
|
1805
|
-
"claude-3-sonnet-20240229": {
|
|
1806
|
-
id: "claude-3-sonnet-20240229",
|
|
1807
|
-
name: "Claude Sonnet 3",
|
|
1808
|
-
api: "anthropic-messages",
|
|
1809
|
-
provider: "anthropic",
|
|
1810
|
-
baseUrl: "https://api.anthropic.com",
|
|
1811
|
-
reasoning: false,
|
|
1812
|
-
input: ["text", "image"],
|
|
1813
|
-
cost: {
|
|
1814
|
-
input: 3,
|
|
1815
|
-
output: 15,
|
|
1816
|
-
cacheRead: 0.3,
|
|
1817
|
-
cacheWrite: 0.3,
|
|
1818
|
-
},
|
|
1819
|
-
contextWindow: 200000,
|
|
1820
|
-
maxTokens: 4096,
|
|
1821
|
-
},
|
|
1822
1881
|
"claude-fable-5": {
|
|
1823
1882
|
id: "claude-fable-5",
|
|
1824
1883
|
name: "Claude Fable 5",
|
|
@@ -1874,24 +1933,6 @@ export const MODELS = {
|
|
|
1874
1933
|
contextWindow: 200000,
|
|
1875
1934
|
maxTokens: 64000,
|
|
1876
1935
|
},
|
|
1877
|
-
"claude-opus-4-0": {
|
|
1878
|
-
id: "claude-opus-4-0",
|
|
1879
|
-
name: "Claude Opus 4 (latest)",
|
|
1880
|
-
api: "anthropic-messages",
|
|
1881
|
-
provider: "anthropic",
|
|
1882
|
-
baseUrl: "https://api.anthropic.com",
|
|
1883
|
-
reasoning: true,
|
|
1884
|
-
thinkingType: "budget",
|
|
1885
|
-
input: ["text", "image"],
|
|
1886
|
-
cost: {
|
|
1887
|
-
input: 15,
|
|
1888
|
-
output: 75,
|
|
1889
|
-
cacheRead: 1.5,
|
|
1890
|
-
cacheWrite: 18.75,
|
|
1891
|
-
},
|
|
1892
|
-
contextWindow: 200000,
|
|
1893
|
-
maxTokens: 32000,
|
|
1894
|
-
},
|
|
1895
1936
|
"claude-opus-4-1": {
|
|
1896
1937
|
id: "claude-opus-4-1",
|
|
1897
1938
|
name: "Claude Opus 4.1 (latest)",
|
|
@@ -1928,24 +1969,6 @@ export const MODELS = {
|
|
|
1928
1969
|
contextWindow: 200000,
|
|
1929
1970
|
maxTokens: 32000,
|
|
1930
1971
|
},
|
|
1931
|
-
"claude-opus-4-20250514": {
|
|
1932
|
-
id: "claude-opus-4-20250514",
|
|
1933
|
-
name: "Claude Opus 4",
|
|
1934
|
-
api: "anthropic-messages",
|
|
1935
|
-
provider: "anthropic",
|
|
1936
|
-
baseUrl: "https://api.anthropic.com",
|
|
1937
|
-
reasoning: true,
|
|
1938
|
-
thinkingType: "budget",
|
|
1939
|
-
input: ["text", "image"],
|
|
1940
|
-
cost: {
|
|
1941
|
-
input: 15,
|
|
1942
|
-
output: 75,
|
|
1943
|
-
cacheRead: 1.5,
|
|
1944
|
-
cacheWrite: 18.75,
|
|
1945
|
-
},
|
|
1946
|
-
contextWindow: 200000,
|
|
1947
|
-
maxTokens: 32000,
|
|
1948
|
-
},
|
|
1949
1972
|
"claude-opus-4-5": {
|
|
1950
1973
|
id: "claude-opus-4-5",
|
|
1951
1974
|
name: "Claude Opus 4.5 (latest)",
|
|
@@ -2039,42 +2062,6 @@ export const MODELS = {
|
|
|
2039
2062
|
contextWindow: 1000000,
|
|
2040
2063
|
maxTokens: 128000,
|
|
2041
2064
|
},
|
|
2042
|
-
"claude-sonnet-4-0": {
|
|
2043
|
-
id: "claude-sonnet-4-0",
|
|
2044
|
-
name: "Claude Sonnet 4 (latest)",
|
|
2045
|
-
api: "anthropic-messages",
|
|
2046
|
-
provider: "anthropic",
|
|
2047
|
-
baseUrl: "https://api.anthropic.com",
|
|
2048
|
-
reasoning: true,
|
|
2049
|
-
thinkingType: "budget",
|
|
2050
|
-
input: ["text", "image"],
|
|
2051
|
-
cost: {
|
|
2052
|
-
input: 3,
|
|
2053
|
-
output: 15,
|
|
2054
|
-
cacheRead: 0.3,
|
|
2055
|
-
cacheWrite: 3.75,
|
|
2056
|
-
},
|
|
2057
|
-
contextWindow: 200000,
|
|
2058
|
-
maxTokens: 64000,
|
|
2059
|
-
},
|
|
2060
|
-
"claude-sonnet-4-20250514": {
|
|
2061
|
-
id: "claude-sonnet-4-20250514",
|
|
2062
|
-
name: "Claude Sonnet 4",
|
|
2063
|
-
api: "anthropic-messages",
|
|
2064
|
-
provider: "anthropic",
|
|
2065
|
-
baseUrl: "https://api.anthropic.com",
|
|
2066
|
-
reasoning: true,
|
|
2067
|
-
thinkingType: "budget",
|
|
2068
|
-
input: ["text", "image"],
|
|
2069
|
-
cost: {
|
|
2070
|
-
input: 3,
|
|
2071
|
-
output: 15,
|
|
2072
|
-
cacheRead: 0.3,
|
|
2073
|
-
cacheWrite: 3.75,
|
|
2074
|
-
},
|
|
2075
|
-
contextWindow: 200000,
|
|
2076
|
-
maxTokens: 64000,
|
|
2077
|
-
},
|
|
2078
2065
|
"claude-sonnet-4-5": {
|
|
2079
2066
|
id: "claude-sonnet-4-5",
|
|
2080
2067
|
name: "Claude Sonnet 4.5 (latest)",
|
|
@@ -2090,7 +2077,7 @@ export const MODELS = {
|
|
|
2090
2077
|
cacheRead: 0.3,
|
|
2091
2078
|
cacheWrite: 3.75,
|
|
2092
2079
|
},
|
|
2093
|
-
contextWindow:
|
|
2080
|
+
contextWindow: 1000000,
|
|
2094
2081
|
maxTokens: 64000,
|
|
2095
2082
|
},
|
|
2096
2083
|
"claude-sonnet-4-5-20250929": {
|
|
@@ -2108,7 +2095,7 @@ export const MODELS = {
|
|
|
2108
2095
|
cacheRead: 0.3,
|
|
2109
2096
|
cacheWrite: 3.75,
|
|
2110
2097
|
},
|
|
2111
|
-
contextWindow:
|
|
2098
|
+
contextWindow: 1000000,
|
|
2112
2099
|
maxTokens: 64000,
|
|
2113
2100
|
},
|
|
2114
2101
|
"claude-sonnet-4-6": {
|
|
@@ -2127,7 +2114,25 @@ export const MODELS = {
|
|
|
2127
2114
|
cacheWrite: 3.75,
|
|
2128
2115
|
},
|
|
2129
2116
|
contextWindow: 1000000,
|
|
2130
|
-
maxTokens:
|
|
2117
|
+
maxTokens: 128000,
|
|
2118
|
+
},
|
|
2119
|
+
"claude-sonnet-5": {
|
|
2120
|
+
id: "claude-sonnet-5",
|
|
2121
|
+
name: "Claude Sonnet 5",
|
|
2122
|
+
api: "anthropic-messages",
|
|
2123
|
+
provider: "anthropic",
|
|
2124
|
+
baseUrl: "https://api.anthropic.com",
|
|
2125
|
+
reasoning: true,
|
|
2126
|
+
thinkingType: "adaptive",
|
|
2127
|
+
input: ["text", "image"],
|
|
2128
|
+
cost: {
|
|
2129
|
+
input: 2,
|
|
2130
|
+
output: 10,
|
|
2131
|
+
cacheRead: 0.2,
|
|
2132
|
+
cacheWrite: 2.5,
|
|
2133
|
+
},
|
|
2134
|
+
contextWindow: 1000000,
|
|
2135
|
+
maxTokens: 128000,
|
|
2131
2136
|
},
|
|
2132
2137
|
},
|
|
2133
2138
|
"azure-openai-responses": {
|
|
@@ -2803,6 +2808,23 @@ export const MODELS = {
|
|
|
2803
2808
|
},
|
|
2804
2809
|
},
|
|
2805
2810
|
"cerebras": {
|
|
2811
|
+
"gemma-4-31b": {
|
|
2812
|
+
id: "gemma-4-31b",
|
|
2813
|
+
name: "Gemma 4 31B IT",
|
|
2814
|
+
api: "openai-completions",
|
|
2815
|
+
provider: "cerebras",
|
|
2816
|
+
baseUrl: "https://api.cerebras.ai/v1",
|
|
2817
|
+
reasoning: true,
|
|
2818
|
+
input: ["text", "image"],
|
|
2819
|
+
cost: {
|
|
2820
|
+
input: 0.99,
|
|
2821
|
+
output: 1.49,
|
|
2822
|
+
cacheRead: 0,
|
|
2823
|
+
cacheWrite: 0,
|
|
2824
|
+
},
|
|
2825
|
+
contextWindow: 131072,
|
|
2826
|
+
maxTokens: 40960,
|
|
2827
|
+
},
|
|
2806
2828
|
"gpt-oss-120b": {
|
|
2807
2829
|
id: "gpt-oss-120b",
|
|
2808
2830
|
name: "GPT OSS 120B",
|
|
@@ -3098,6 +3120,23 @@ export const MODELS = {
|
|
|
3098
3120
|
contextWindow: 1000000,
|
|
3099
3121
|
maxTokens: 64000,
|
|
3100
3122
|
},
|
|
3123
|
+
"claude-sonnet-5": {
|
|
3124
|
+
id: "claude-sonnet-5",
|
|
3125
|
+
name: "Claude Sonnet 5",
|
|
3126
|
+
api: "anthropic-messages",
|
|
3127
|
+
provider: "cloudflare-ai-gateway",
|
|
3128
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3129
|
+
reasoning: true,
|
|
3130
|
+
input: ["text", "image"],
|
|
3131
|
+
cost: {
|
|
3132
|
+
input: 2,
|
|
3133
|
+
output: 10,
|
|
3134
|
+
cacheRead: 0.2,
|
|
3135
|
+
cacheWrite: 2.5,
|
|
3136
|
+
},
|
|
3137
|
+
contextWindow: 1000000,
|
|
3138
|
+
maxTokens: 128000,
|
|
3139
|
+
},
|
|
3101
3140
|
"gpt-4": {
|
|
3102
3141
|
id: "gpt-4",
|
|
3103
3142
|
name: "GPT-4",
|
|
@@ -3772,7 +3811,7 @@ export const MODELS = {
|
|
|
3772
3811
|
cost: {
|
|
3773
3812
|
input: 1.4,
|
|
3774
3813
|
output: 4.4,
|
|
3775
|
-
cacheRead: 0.
|
|
3814
|
+
cacheRead: 0.14,
|
|
3776
3815
|
cacheWrite: 0,
|
|
3777
3816
|
},
|
|
3778
3817
|
contextWindow: 1048575,
|
|
@@ -4154,6 +4193,25 @@ export const MODELS = {
|
|
|
4154
4193
|
contextWindow: 1000000,
|
|
4155
4194
|
maxTokens: 32000,
|
|
4156
4195
|
},
|
|
4196
|
+
"claude-sonnet-5": {
|
|
4197
|
+
id: "claude-sonnet-5",
|
|
4198
|
+
name: "Claude Sonnet 5",
|
|
4199
|
+
api: "openai-completions",
|
|
4200
|
+
provider: "github-copilot",
|
|
4201
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4202
|
+
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" },
|
|
4203
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4204
|
+
reasoning: true,
|
|
4205
|
+
input: ["text", "image"],
|
|
4206
|
+
cost: {
|
|
4207
|
+
input: 2,
|
|
4208
|
+
output: 10,
|
|
4209
|
+
cacheRead: 0.2,
|
|
4210
|
+
cacheWrite: 2.5,
|
|
4211
|
+
},
|
|
4212
|
+
contextWindow: 1000000,
|
|
4213
|
+
maxTokens: 128000,
|
|
4214
|
+
},
|
|
4157
4215
|
"gemini-2.5-pro": {
|
|
4158
4216
|
id: "gemini-2.5-pro",
|
|
4159
4217
|
name: "Gemini 2.5 Pro",
|
|
@@ -4401,6 +4459,44 @@ export const MODELS = {
|
|
|
4401
4459
|
contextWindow: 400000,
|
|
4402
4460
|
maxTokens: 128000,
|
|
4403
4461
|
},
|
|
4462
|
+
"kimi-k2.7-code": {
|
|
4463
|
+
id: "kimi-k2.7-code",
|
|
4464
|
+
name: "Kimi K2.7 Code",
|
|
4465
|
+
api: "openai-completions",
|
|
4466
|
+
provider: "github-copilot",
|
|
4467
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4468
|
+
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" },
|
|
4469
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4470
|
+
reasoning: true,
|
|
4471
|
+
input: ["text", "image"],
|
|
4472
|
+
cost: {
|
|
4473
|
+
input: 0.95,
|
|
4474
|
+
output: 4,
|
|
4475
|
+
cacheRead: 0.19,
|
|
4476
|
+
cacheWrite: 0,
|
|
4477
|
+
},
|
|
4478
|
+
contextWindow: 256000,
|
|
4479
|
+
maxTokens: 32000,
|
|
4480
|
+
},
|
|
4481
|
+
"mai-code-1-flash-picker": {
|
|
4482
|
+
id: "mai-code-1-flash-picker",
|
|
4483
|
+
name: "MAI-Code-1-Flash",
|
|
4484
|
+
api: "openai-completions",
|
|
4485
|
+
provider: "github-copilot",
|
|
4486
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4487
|
+
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" },
|
|
4488
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4489
|
+
reasoning: true,
|
|
4490
|
+
input: ["text"],
|
|
4491
|
+
cost: {
|
|
4492
|
+
input: 0.75,
|
|
4493
|
+
output: 4.5,
|
|
4494
|
+
cacheRead: 0.075,
|
|
4495
|
+
cacheWrite: 0,
|
|
4496
|
+
},
|
|
4497
|
+
contextWindow: 256000,
|
|
4498
|
+
maxTokens: 128000,
|
|
4499
|
+
},
|
|
4404
4500
|
},
|
|
4405
4501
|
"google": {
|
|
4406
4502
|
"gemini-2.0-flash": {
|
|
@@ -5009,7 +5105,7 @@ export const MODELS = {
|
|
|
5009
5105
|
cost: {
|
|
5010
5106
|
input: 0.075,
|
|
5011
5107
|
output: 0.3,
|
|
5012
|
-
cacheRead: 0
|
|
5108
|
+
cacheRead: 0,
|
|
5013
5109
|
cacheWrite: 0,
|
|
5014
5110
|
},
|
|
5015
5111
|
contextWindow: 131072,
|
|
@@ -5665,6 +5761,42 @@ export const MODELS = {
|
|
|
5665
5761
|
contextWindow: 262144,
|
|
5666
5762
|
maxTokens: 262144,
|
|
5667
5763
|
},
|
|
5764
|
+
"openai/gpt-oss-120b": {
|
|
5765
|
+
id: "openai/gpt-oss-120b",
|
|
5766
|
+
name: "GPT OSS 120B",
|
|
5767
|
+
api: "openai-completions",
|
|
5768
|
+
provider: "huggingface",
|
|
5769
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5770
|
+
compat: { "supportsDeveloperRole": false },
|
|
5771
|
+
reasoning: true,
|
|
5772
|
+
input: ["text"],
|
|
5773
|
+
cost: {
|
|
5774
|
+
input: 0.25,
|
|
5775
|
+
output: 0.69,
|
|
5776
|
+
cacheRead: 0,
|
|
5777
|
+
cacheWrite: 0,
|
|
5778
|
+
},
|
|
5779
|
+
contextWindow: 131072,
|
|
5780
|
+
maxTokens: 32768,
|
|
5781
|
+
},
|
|
5782
|
+
"openai/gpt-oss-20b": {
|
|
5783
|
+
id: "openai/gpt-oss-20b",
|
|
5784
|
+
name: "GPT OSS 20B",
|
|
5785
|
+
api: "openai-completions",
|
|
5786
|
+
provider: "huggingface",
|
|
5787
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5788
|
+
compat: { "supportsDeveloperRole": false },
|
|
5789
|
+
reasoning: true,
|
|
5790
|
+
input: ["text"],
|
|
5791
|
+
cost: {
|
|
5792
|
+
input: 0.1,
|
|
5793
|
+
output: 0.5,
|
|
5794
|
+
cacheRead: 0,
|
|
5795
|
+
cacheWrite: 0,
|
|
5796
|
+
},
|
|
5797
|
+
contextWindow: 131072,
|
|
5798
|
+
maxTokens: 32768,
|
|
5799
|
+
},
|
|
5668
5800
|
"stepfun-ai/Step-3.5-Flash": {
|
|
5669
5801
|
id: "stepfun-ai/Step-3.5-Flash",
|
|
5670
5802
|
name: "Step 3.5 Flash",
|
|
@@ -6356,11 +6488,11 @@ export const MODELS = {
|
|
|
6356
6488
|
api: "mistral-conversations",
|
|
6357
6489
|
provider: "mistral",
|
|
6358
6490
|
baseUrl: "https://api.mistral.ai",
|
|
6359
|
-
reasoning:
|
|
6491
|
+
reasoning: true,
|
|
6360
6492
|
input: ["text", "image"],
|
|
6361
6493
|
cost: {
|
|
6362
|
-
input:
|
|
6363
|
-
output:
|
|
6494
|
+
input: 1.5,
|
|
6495
|
+
output: 7.5,
|
|
6364
6496
|
cacheRead: 0,
|
|
6365
6497
|
cacheWrite: 0,
|
|
6366
6498
|
},
|
|
@@ -7736,6 +7868,24 @@ export const MODELS = {
|
|
|
7736
7868
|
contextWindow: 200000,
|
|
7737
7869
|
maxTokens: 32000,
|
|
7738
7870
|
},
|
|
7871
|
+
"claude-fable-5": {
|
|
7872
|
+
id: "claude-fable-5",
|
|
7873
|
+
name: "Claude Fable 5",
|
|
7874
|
+
api: "anthropic-messages",
|
|
7875
|
+
provider: "opencode",
|
|
7876
|
+
baseUrl: "https://opencode.ai/zen",
|
|
7877
|
+
reasoning: true,
|
|
7878
|
+
thinkingLevelMap: { "minimal": "low", "low": "medium", "medium": "high", "high": "xhigh", "xhigh": "max" },
|
|
7879
|
+
input: ["text", "image"],
|
|
7880
|
+
cost: {
|
|
7881
|
+
input: 10,
|
|
7882
|
+
output: 50,
|
|
7883
|
+
cacheRead: 1,
|
|
7884
|
+
cacheWrite: 12.5,
|
|
7885
|
+
},
|
|
7886
|
+
contextWindow: 1000000,
|
|
7887
|
+
maxTokens: 128000,
|
|
7888
|
+
},
|
|
7739
7889
|
"claude-haiku-4-5": {
|
|
7740
7890
|
id: "claude-haiku-4-5",
|
|
7741
7891
|
name: "Claude Haiku 4.5",
|
|
@@ -7892,6 +8042,23 @@ export const MODELS = {
|
|
|
7892
8042
|
contextWindow: 1000000,
|
|
7893
8043
|
maxTokens: 64000,
|
|
7894
8044
|
},
|
|
8045
|
+
"claude-sonnet-5": {
|
|
8046
|
+
id: "claude-sonnet-5",
|
|
8047
|
+
name: "Claude Sonnet 5",
|
|
8048
|
+
api: "anthropic-messages",
|
|
8049
|
+
provider: "opencode",
|
|
8050
|
+
baseUrl: "https://opencode.ai/zen",
|
|
8051
|
+
reasoning: true,
|
|
8052
|
+
input: ["text", "image"],
|
|
8053
|
+
cost: {
|
|
8054
|
+
input: 2,
|
|
8055
|
+
output: 10,
|
|
8056
|
+
cacheRead: 0.2,
|
|
8057
|
+
cacheWrite: 2.5,
|
|
8058
|
+
},
|
|
8059
|
+
contextWindow: 1000000,
|
|
8060
|
+
maxTokens: 128000,
|
|
8061
|
+
},
|
|
7895
8062
|
"deepseek-v4-flash": {
|
|
7896
8063
|
id: "deepseek-v4-flash",
|
|
7897
8064
|
name: "DeepSeek V4 Flash",
|
|
@@ -8359,6 +8526,23 @@ export const MODELS = {
|
|
|
8359
8526
|
contextWindow: 256000,
|
|
8360
8527
|
maxTokens: 256000,
|
|
8361
8528
|
},
|
|
8529
|
+
"hy3-free": {
|
|
8530
|
+
id: "hy3-free",
|
|
8531
|
+
name: "Hy3 Free",
|
|
8532
|
+
api: "openai-completions",
|
|
8533
|
+
provider: "opencode",
|
|
8534
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8535
|
+
reasoning: true,
|
|
8536
|
+
input: ["text"],
|
|
8537
|
+
cost: {
|
|
8538
|
+
input: 0,
|
|
8539
|
+
output: 0,
|
|
8540
|
+
cacheRead: 0,
|
|
8541
|
+
cacheWrite: 0,
|
|
8542
|
+
},
|
|
8543
|
+
contextWindow: 256000,
|
|
8544
|
+
maxTokens: 64000,
|
|
8545
|
+
},
|
|
8362
8546
|
"kimi-k2.5": {
|
|
8363
8547
|
id: "kimi-k2.5",
|
|
8364
8548
|
name: "Kimi K2.5",
|
|
@@ -8393,6 +8577,23 @@ export const MODELS = {
|
|
|
8393
8577
|
contextWindow: 262144,
|
|
8394
8578
|
maxTokens: 65536,
|
|
8395
8579
|
},
|
|
8580
|
+
"kimi-k2.7-code": {
|
|
8581
|
+
id: "kimi-k2.7-code",
|
|
8582
|
+
name: "Kimi K2.7 Code",
|
|
8583
|
+
api: "openai-completions",
|
|
8584
|
+
provider: "opencode",
|
|
8585
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8586
|
+
reasoning: true,
|
|
8587
|
+
input: ["text", "image"],
|
|
8588
|
+
cost: {
|
|
8589
|
+
input: 0.95,
|
|
8590
|
+
output: 4,
|
|
8591
|
+
cacheRead: 0.19,
|
|
8592
|
+
cacheWrite: 0,
|
|
8593
|
+
},
|
|
8594
|
+
contextWindow: 262144,
|
|
8595
|
+
maxTokens: 262144,
|
|
8596
|
+
},
|
|
8396
8597
|
"mimo-v2.5-free": {
|
|
8397
8598
|
id: "mimo-v2.5-free",
|
|
8398
8599
|
name: "MiMo V2.5 Free",
|
|
@@ -8412,7 +8613,7 @@ export const MODELS = {
|
|
|
8412
8613
|
},
|
|
8413
8614
|
"minimax-m2.5": {
|
|
8414
8615
|
id: "minimax-m2.5",
|
|
8415
|
-
name: "MiniMax
|
|
8616
|
+
name: "MiniMax-M2.5",
|
|
8416
8617
|
api: "openai-completions",
|
|
8417
8618
|
provider: "opencode",
|
|
8418
8619
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -8429,7 +8630,7 @@ export const MODELS = {
|
|
|
8429
8630
|
},
|
|
8430
8631
|
"minimax-m2.7": {
|
|
8431
8632
|
id: "minimax-m2.7",
|
|
8432
|
-
name: "MiniMax
|
|
8633
|
+
name: "MiniMax-M2.7",
|
|
8433
8634
|
api: "openai-completions",
|
|
8434
8635
|
provider: "opencode",
|
|
8435
8636
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -8444,6 +8645,23 @@ export const MODELS = {
|
|
|
8444
8645
|
contextWindow: 204800,
|
|
8445
8646
|
maxTokens: 131072,
|
|
8446
8647
|
},
|
|
8648
|
+
"minimax-m3": {
|
|
8649
|
+
id: "minimax-m3",
|
|
8650
|
+
name: "MiniMax-M3",
|
|
8651
|
+
api: "openai-completions",
|
|
8652
|
+
provider: "opencode",
|
|
8653
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8654
|
+
reasoning: true,
|
|
8655
|
+
input: ["text", "image"],
|
|
8656
|
+
cost: {
|
|
8657
|
+
input: 0.3,
|
|
8658
|
+
output: 1.2,
|
|
8659
|
+
cacheRead: 0.06,
|
|
8660
|
+
cacheWrite: 0,
|
|
8661
|
+
},
|
|
8662
|
+
contextWindow: 512000,
|
|
8663
|
+
maxTokens: 128000,
|
|
8664
|
+
},
|
|
8447
8665
|
"nemotron-3-ultra-free": {
|
|
8448
8666
|
id: "nemotron-3-ultra-free",
|
|
8449
8667
|
name: "Nemotron 3 Ultra Free",
|
|
@@ -8656,7 +8874,7 @@ export const MODELS = {
|
|
|
8656
8874
|
},
|
|
8657
8875
|
"minimax-m2.7": {
|
|
8658
8876
|
id: "minimax-m2.7",
|
|
8659
|
-
name: "MiniMax
|
|
8877
|
+
name: "MiniMax-M2.7",
|
|
8660
8878
|
api: "openai-completions",
|
|
8661
8879
|
provider: "opencode-go",
|
|
8662
8880
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -8673,16 +8891,16 @@ export const MODELS = {
|
|
|
8673
8891
|
},
|
|
8674
8892
|
"minimax-m3": {
|
|
8675
8893
|
id: "minimax-m3",
|
|
8676
|
-
name: "MiniMax
|
|
8894
|
+
name: "MiniMax-M3",
|
|
8677
8895
|
api: "anthropic-messages",
|
|
8678
8896
|
provider: "opencode-go",
|
|
8679
8897
|
baseUrl: "https://opencode.ai/zen/go",
|
|
8680
8898
|
reasoning: true,
|
|
8681
8899
|
input: ["text", "image"],
|
|
8682
8900
|
cost: {
|
|
8683
|
-
input: 0.
|
|
8684
|
-
output:
|
|
8685
|
-
cacheRead: 0.
|
|
8901
|
+
input: 0.3,
|
|
8902
|
+
output: 1.2,
|
|
8903
|
+
cacheRead: 0.06,
|
|
8686
8904
|
cacheWrite: 0,
|
|
8687
8905
|
},
|
|
8688
8906
|
contextWindow: 1000000,
|
|
@@ -8759,6 +8977,57 @@ export const MODELS = {
|
|
|
8759
8977
|
contextWindow: 256000,
|
|
8760
8978
|
maxTokens: 4096,
|
|
8761
8979
|
},
|
|
8980
|
+
"aion-labs/aion-2.0": {
|
|
8981
|
+
id: "aion-labs/aion-2.0",
|
|
8982
|
+
name: "AionLabs: Aion-2.0",
|
|
8983
|
+
api: "openai-completions",
|
|
8984
|
+
provider: "openrouter",
|
|
8985
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8986
|
+
reasoning: true,
|
|
8987
|
+
input: ["text"],
|
|
8988
|
+
cost: {
|
|
8989
|
+
input: 0.7999999999999999,
|
|
8990
|
+
output: 1.5999999999999999,
|
|
8991
|
+
cacheRead: 0.19999999999999998,
|
|
8992
|
+
cacheWrite: 0,
|
|
8993
|
+
},
|
|
8994
|
+
contextWindow: 131072,
|
|
8995
|
+
maxTokens: 32768,
|
|
8996
|
+
},
|
|
8997
|
+
"aion-labs/aion-3.0": {
|
|
8998
|
+
id: "aion-labs/aion-3.0",
|
|
8999
|
+
name: "AionLabs: Aion-3.0",
|
|
9000
|
+
api: "openai-completions",
|
|
9001
|
+
provider: "openrouter",
|
|
9002
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9003
|
+
reasoning: true,
|
|
9004
|
+
input: ["text"],
|
|
9005
|
+
cost: {
|
|
9006
|
+
input: 3,
|
|
9007
|
+
output: 6,
|
|
9008
|
+
cacheRead: 0.75,
|
|
9009
|
+
cacheWrite: 0,
|
|
9010
|
+
},
|
|
9011
|
+
contextWindow: 131072,
|
|
9012
|
+
maxTokens: 32768,
|
|
9013
|
+
},
|
|
9014
|
+
"aion-labs/aion-3.0-mini": {
|
|
9015
|
+
id: "aion-labs/aion-3.0-mini",
|
|
9016
|
+
name: "AionLabs: Aion-3.0-Mini",
|
|
9017
|
+
api: "openai-completions",
|
|
9018
|
+
provider: "openrouter",
|
|
9019
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9020
|
+
reasoning: true,
|
|
9021
|
+
input: ["text"],
|
|
9022
|
+
cost: {
|
|
9023
|
+
input: 0.7,
|
|
9024
|
+
output: 1.4,
|
|
9025
|
+
cacheRead: 0.18,
|
|
9026
|
+
cacheWrite: 0,
|
|
9027
|
+
},
|
|
9028
|
+
contextWindow: 131072,
|
|
9029
|
+
maxTokens: 32768,
|
|
9030
|
+
},
|
|
8762
9031
|
"amazon/nova-2-lite-v1": {
|
|
8763
9032
|
id: "amazon/nova-2-lite-v1",
|
|
8764
9033
|
name: "Amazon: Nova 2 Lite",
|
|
@@ -8965,24 +9234,6 @@ export const MODELS = {
|
|
|
8965
9234
|
contextWindow: 1000000,
|
|
8966
9235
|
maxTokens: 128000,
|
|
8967
9236
|
},
|
|
8968
|
-
"anthropic/claude-opus-4.6-fast": {
|
|
8969
|
-
id: "anthropic/claude-opus-4.6-fast",
|
|
8970
|
-
name: "Anthropic: Claude Opus 4.6 (Fast)",
|
|
8971
|
-
api: "openai-completions",
|
|
8972
|
-
provider: "openrouter",
|
|
8973
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8974
|
-
reasoning: true,
|
|
8975
|
-
thinkingLevelMap: { "xhigh": "max" },
|
|
8976
|
-
input: ["text", "image"],
|
|
8977
|
-
cost: {
|
|
8978
|
-
input: 30,
|
|
8979
|
-
output: 150,
|
|
8980
|
-
cacheRead: 3,
|
|
8981
|
-
cacheWrite: 37.5,
|
|
8982
|
-
},
|
|
8983
|
-
contextWindow: 1000000,
|
|
8984
|
-
maxTokens: 128000,
|
|
8985
|
-
},
|
|
8986
9237
|
"anthropic/claude-opus-4.7": {
|
|
8987
9238
|
id: "anthropic/claude-opus-4.7",
|
|
8988
9239
|
name: "Anthropic: Claude Opus 4.7",
|
|
@@ -9106,6 +9357,23 @@ export const MODELS = {
|
|
|
9106
9357
|
contextWindow: 1000000,
|
|
9107
9358
|
maxTokens: 128000,
|
|
9108
9359
|
},
|
|
9360
|
+
"anthropic/claude-sonnet-5": {
|
|
9361
|
+
id: "anthropic/claude-sonnet-5",
|
|
9362
|
+
name: "Anthropic: Claude Sonnet 5",
|
|
9363
|
+
api: "openai-completions",
|
|
9364
|
+
provider: "openrouter",
|
|
9365
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9366
|
+
reasoning: true,
|
|
9367
|
+
input: ["text", "image"],
|
|
9368
|
+
cost: {
|
|
9369
|
+
input: 2,
|
|
9370
|
+
output: 10,
|
|
9371
|
+
cacheRead: 0.19999999999999998,
|
|
9372
|
+
cacheWrite: 2.5,
|
|
9373
|
+
},
|
|
9374
|
+
contextWindow: 1000000,
|
|
9375
|
+
maxTokens: 128000,
|
|
9376
|
+
},
|
|
9109
9377
|
"arcee-ai/trinity-large-thinking": {
|
|
9110
9378
|
id: "arcee-ai/trinity-large-thinking",
|
|
9111
9379
|
name: "Arcee AI: Trinity Large Thinking",
|
|
@@ -9319,8 +9587,8 @@ export const MODELS = {
|
|
|
9319
9587
|
reasoning: false,
|
|
9320
9588
|
input: ["text"],
|
|
9321
9589
|
cost: {
|
|
9322
|
-
input: 0.
|
|
9323
|
-
output: 0.
|
|
9590
|
+
input: 0.24,
|
|
9591
|
+
output: 0.8999999999999999,
|
|
9324
9592
|
cacheRead: 0.135,
|
|
9325
9593
|
cacheWrite: 0,
|
|
9326
9594
|
},
|
|
@@ -9442,7 +9710,7 @@ export const MODELS = {
|
|
|
9442
9710
|
cost: {
|
|
9443
9711
|
input: 0.09,
|
|
9444
9712
|
output: 0.18,
|
|
9445
|
-
cacheRead: 0.
|
|
9713
|
+
cacheRead: 0.018,
|
|
9446
9714
|
cacheWrite: 0,
|
|
9447
9715
|
},
|
|
9448
9716
|
contextWindow: 1048576,
|
|
@@ -10038,12 +10306,12 @@ export const MODELS = {
|
|
|
10038
10306
|
input: ["text"],
|
|
10039
10307
|
cost: {
|
|
10040
10308
|
input: 0.255,
|
|
10041
|
-
output: 1,
|
|
10042
|
-
cacheRead: 0
|
|
10309
|
+
output: 1.02,
|
|
10310
|
+
cacheRead: 0,
|
|
10043
10311
|
cacheWrite: 0,
|
|
10044
10312
|
},
|
|
10045
10313
|
contextWindow: 204800,
|
|
10046
|
-
maxTokens:
|
|
10314
|
+
maxTokens: 131072,
|
|
10047
10315
|
},
|
|
10048
10316
|
"minimax/minimax-m2.1": {
|
|
10049
10317
|
id: "minimax/minimax-m2.1",
|
|
@@ -10054,13 +10322,13 @@ export const MODELS = {
|
|
|
10054
10322
|
reasoning: true,
|
|
10055
10323
|
input: ["text"],
|
|
10056
10324
|
cost: {
|
|
10057
|
-
input: 0.
|
|
10058
|
-
output:
|
|
10325
|
+
input: 0.3,
|
|
10326
|
+
output: 1.2,
|
|
10059
10327
|
cacheRead: 0.03,
|
|
10060
10328
|
cacheWrite: 0,
|
|
10061
10329
|
},
|
|
10062
10330
|
contextWindow: 204800,
|
|
10063
|
-
maxTokens:
|
|
10331
|
+
maxTokens: 131072,
|
|
10064
10332
|
},
|
|
10065
10333
|
"minimax/minimax-m2.5": {
|
|
10066
10334
|
id: "minimax/minimax-m2.5",
|
|
@@ -10417,7 +10685,7 @@ export const MODELS = {
|
|
|
10417
10685
|
cacheWrite: 0,
|
|
10418
10686
|
},
|
|
10419
10687
|
contextWindow: 131072,
|
|
10420
|
-
maxTokens:
|
|
10688
|
+
maxTokens: 100352,
|
|
10421
10689
|
},
|
|
10422
10690
|
"moonshotai/kimi-k2-0905": {
|
|
10423
10691
|
id: "moonshotai/kimi-k2-0905",
|
|
@@ -10434,7 +10702,7 @@ export const MODELS = {
|
|
|
10434
10702
|
cacheWrite: 0,
|
|
10435
10703
|
},
|
|
10436
10704
|
contextWindow: 262144,
|
|
10437
|
-
maxTokens:
|
|
10705
|
+
maxTokens: 100352,
|
|
10438
10706
|
},
|
|
10439
10707
|
"moonshotai/kimi-k2-thinking": {
|
|
10440
10708
|
id: "moonshotai/kimi-k2-thinking",
|
|
@@ -10447,11 +10715,11 @@ export const MODELS = {
|
|
|
10447
10715
|
cost: {
|
|
10448
10716
|
input: 0.6,
|
|
10449
10717
|
output: 2.5,
|
|
10450
|
-
cacheRead: 0.
|
|
10718
|
+
cacheRead: 0.15,
|
|
10451
10719
|
cacheWrite: 0,
|
|
10452
10720
|
},
|
|
10453
10721
|
contextWindow: 262144,
|
|
10454
|
-
maxTokens:
|
|
10722
|
+
maxTokens: 100352,
|
|
10455
10723
|
},
|
|
10456
10724
|
"moonshotai/kimi-k2.5": {
|
|
10457
10725
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -10470,39 +10738,73 @@ export const MODELS = {
|
|
|
10470
10738
|
contextWindow: 262144,
|
|
10471
10739
|
maxTokens: 4096,
|
|
10472
10740
|
},
|
|
10473
|
-
"moonshotai/kimi-k2.6": {
|
|
10474
|
-
id: "moonshotai/kimi-k2.6",
|
|
10475
|
-
name: "MoonshotAI: Kimi K2.6",
|
|
10741
|
+
"moonshotai/kimi-k2.6": {
|
|
10742
|
+
id: "moonshotai/kimi-k2.6",
|
|
10743
|
+
name: "MoonshotAI: Kimi K2.6",
|
|
10744
|
+
api: "openai-completions",
|
|
10745
|
+
provider: "openrouter",
|
|
10746
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10747
|
+
reasoning: true,
|
|
10748
|
+
input: ["text", "image"],
|
|
10749
|
+
cost: {
|
|
10750
|
+
input: 0.65,
|
|
10751
|
+
output: 3.41,
|
|
10752
|
+
cacheRead: 0.3,
|
|
10753
|
+
cacheWrite: 0,
|
|
10754
|
+
},
|
|
10755
|
+
contextWindow: 262144,
|
|
10756
|
+
maxTokens: 262144,
|
|
10757
|
+
},
|
|
10758
|
+
"moonshotai/kimi-k2.7-code": {
|
|
10759
|
+
id: "moonshotai/kimi-k2.7-code",
|
|
10760
|
+
name: "MoonshotAI: Kimi K2.7 Code",
|
|
10761
|
+
api: "openai-completions",
|
|
10762
|
+
provider: "openrouter",
|
|
10763
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10764
|
+
reasoning: true,
|
|
10765
|
+
input: ["text", "image"],
|
|
10766
|
+
cost: {
|
|
10767
|
+
input: 0.74,
|
|
10768
|
+
output: 3.5,
|
|
10769
|
+
cacheRead: 0.15,
|
|
10770
|
+
cacheWrite: 0,
|
|
10771
|
+
},
|
|
10772
|
+
contextWindow: 262144,
|
|
10773
|
+
maxTokens: 16384,
|
|
10774
|
+
},
|
|
10775
|
+
"nex-agi/nex-n2-mini": {
|
|
10776
|
+
id: "nex-agi/nex-n2-mini",
|
|
10777
|
+
name: "Nex AGI: Nex-N2-Mini",
|
|
10476
10778
|
api: "openai-completions",
|
|
10477
10779
|
provider: "openrouter",
|
|
10478
10780
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10479
10781
|
reasoning: true,
|
|
10480
10782
|
input: ["text", "image"],
|
|
10481
10783
|
cost: {
|
|
10482
|
-
input: 0.
|
|
10483
|
-
output:
|
|
10484
|
-
cacheRead: 0.
|
|
10784
|
+
input: 0.024999999999999998,
|
|
10785
|
+
output: 0.09999999999999999,
|
|
10786
|
+
cacheRead: 0.0025,
|
|
10485
10787
|
cacheWrite: 0,
|
|
10486
10788
|
},
|
|
10487
10789
|
contextWindow: 262144,
|
|
10488
10790
|
maxTokens: 262144,
|
|
10489
10791
|
},
|
|
10490
|
-
"
|
|
10491
|
-
id: "
|
|
10492
|
-
name: "
|
|
10792
|
+
"nex-agi/nex-n2-pro": {
|
|
10793
|
+
id: "nex-agi/nex-n2-pro",
|
|
10794
|
+
name: "Nex AGI: Nex-N2-Pro",
|
|
10493
10795
|
api: "openai-completions",
|
|
10494
10796
|
provider: "openrouter",
|
|
10495
10797
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
10496
10798
|
reasoning: true,
|
|
10497
10799
|
input: ["text", "image"],
|
|
10498
10800
|
cost: {
|
|
10499
|
-
input: 0.
|
|
10500
|
-
output:
|
|
10501
|
-
cacheRead: 0.
|
|
10801
|
+
input: 0.25,
|
|
10802
|
+
output: 1,
|
|
10803
|
+
cacheRead: 0.024999999999999998,
|
|
10502
10804
|
cacheWrite: 0,
|
|
10503
10805
|
},
|
|
10504
10806
|
contextWindow: 262144,
|
|
10505
|
-
maxTokens:
|
|
10807
|
+
maxTokens: 262144,
|
|
10506
10808
|
},
|
|
10507
10809
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10508
10810
|
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
@@ -10581,13 +10883,13 @@ export const MODELS = {
|
|
|
10581
10883
|
reasoning: true,
|
|
10582
10884
|
input: ["text"],
|
|
10583
10885
|
cost: {
|
|
10584
|
-
input: 0.
|
|
10585
|
-
output: 0.
|
|
10886
|
+
input: 0.08,
|
|
10887
|
+
output: 0.44999999999999996,
|
|
10586
10888
|
cacheRead: 0,
|
|
10587
10889
|
cacheWrite: 0,
|
|
10588
10890
|
},
|
|
10589
10891
|
contextWindow: 1000000,
|
|
10590
|
-
maxTokens:
|
|
10892
|
+
maxTokens: 4096,
|
|
10591
10893
|
},
|
|
10592
10894
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
10593
10895
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -11536,13 +11838,30 @@ export const MODELS = {
|
|
|
11536
11838
|
contextWindow: 200000,
|
|
11537
11839
|
maxTokens: 4096,
|
|
11538
11840
|
},
|
|
11539
|
-
"
|
|
11540
|
-
id: "
|
|
11541
|
-
name: "
|
|
11841
|
+
"poolside/laguna-m.1": {
|
|
11842
|
+
id: "poolside/laguna-m.1",
|
|
11843
|
+
name: "Poolside: Laguna M.1",
|
|
11542
11844
|
api: "openai-completions",
|
|
11543
11845
|
provider: "openrouter",
|
|
11544
11846
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
11545
|
-
reasoning:
|
|
11847
|
+
reasoning: true,
|
|
11848
|
+
input: ["text"],
|
|
11849
|
+
cost: {
|
|
11850
|
+
input: 0.19999999999999998,
|
|
11851
|
+
output: 0.39999999999999997,
|
|
11852
|
+
cacheRead: 0.09999999999999999,
|
|
11853
|
+
cacheWrite: 0,
|
|
11854
|
+
},
|
|
11855
|
+
contextWindow: 262144,
|
|
11856
|
+
maxTokens: 32768,
|
|
11857
|
+
},
|
|
11858
|
+
"poolside/laguna-m.1:free": {
|
|
11859
|
+
id: "poolside/laguna-m.1:free",
|
|
11860
|
+
name: "Poolside: Laguna M.1 (free)",
|
|
11861
|
+
api: "openai-completions",
|
|
11862
|
+
provider: "openrouter",
|
|
11863
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
11864
|
+
reasoning: true,
|
|
11546
11865
|
input: ["text"],
|
|
11547
11866
|
cost: {
|
|
11548
11867
|
input: 0,
|
|
@@ -11550,29 +11869,29 @@ export const MODELS = {
|
|
|
11550
11869
|
cacheRead: 0,
|
|
11551
11870
|
cacheWrite: 0,
|
|
11552
11871
|
},
|
|
11553
|
-
contextWindow:
|
|
11554
|
-
maxTokens:
|
|
11872
|
+
contextWindow: 262144,
|
|
11873
|
+
maxTokens: 32768,
|
|
11555
11874
|
},
|
|
11556
|
-
"poolside/laguna-
|
|
11557
|
-
id: "poolside/laguna-
|
|
11558
|
-
name: "Poolside: Laguna
|
|
11875
|
+
"poolside/laguna-xs-2.1": {
|
|
11876
|
+
id: "poolside/laguna-xs-2.1",
|
|
11877
|
+
name: "Poolside: Laguna XS 2.1",
|
|
11559
11878
|
api: "openai-completions",
|
|
11560
11879
|
provider: "openrouter",
|
|
11561
11880
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
11562
11881
|
reasoning: true,
|
|
11563
11882
|
input: ["text"],
|
|
11564
11883
|
cost: {
|
|
11565
|
-
input: 0.
|
|
11566
|
-
output: 0.
|
|
11567
|
-
cacheRead: 0.
|
|
11884
|
+
input: 0.06,
|
|
11885
|
+
output: 0.12,
|
|
11886
|
+
cacheRead: 0.03,
|
|
11568
11887
|
cacheWrite: 0,
|
|
11569
11888
|
},
|
|
11570
11889
|
contextWindow: 262144,
|
|
11571
11890
|
maxTokens: 32768,
|
|
11572
11891
|
},
|
|
11573
|
-
"poolside/laguna-
|
|
11574
|
-
id: "poolside/laguna-
|
|
11575
|
-
name: "Poolside: Laguna
|
|
11892
|
+
"poolside/laguna-xs-2.1:free": {
|
|
11893
|
+
id: "poolside/laguna-xs-2.1:free",
|
|
11894
|
+
name: "Poolside: Laguna XS 2.1 (free)",
|
|
11576
11895
|
api: "openai-completions",
|
|
11577
11896
|
provider: "openrouter",
|
|
11578
11897
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
@@ -11766,13 +12085,13 @@ export const MODELS = {
|
|
|
11766
12085
|
reasoning: true,
|
|
11767
12086
|
input: ["text"],
|
|
11768
12087
|
cost: {
|
|
11769
|
-
input: 0.
|
|
11770
|
-
output:
|
|
11771
|
-
cacheRead: 0
|
|
12088
|
+
input: 0.14950000000000002,
|
|
12089
|
+
output: 1.495,
|
|
12090
|
+
cacheRead: 0,
|
|
11772
12091
|
cacheWrite: 0,
|
|
11773
12092
|
},
|
|
11774
12093
|
contextWindow: 262144,
|
|
11775
|
-
maxTokens:
|
|
12094
|
+
maxTokens: 4096,
|
|
11776
12095
|
},
|
|
11777
12096
|
"qwen/qwen3-30b-a3b": {
|
|
11778
12097
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -11817,13 +12136,13 @@ export const MODELS = {
|
|
|
11817
12136
|
reasoning: true,
|
|
11818
12137
|
input: ["text"],
|
|
11819
12138
|
cost: {
|
|
11820
|
-
input: 0.
|
|
11821
|
-
output:
|
|
11822
|
-
cacheRead: 0
|
|
12139
|
+
input: 0.13,
|
|
12140
|
+
output: 1.56,
|
|
12141
|
+
cacheRead: 0,
|
|
11823
12142
|
cacheWrite: 0,
|
|
11824
12143
|
},
|
|
11825
12144
|
contextWindow: 131072,
|
|
11826
|
-
maxTokens:
|
|
12145
|
+
maxTokens: 32768,
|
|
11827
12146
|
},
|
|
11828
12147
|
"qwen/qwen3-32b": {
|
|
11829
12148
|
id: "qwen/qwen3-32b",
|
|
@@ -11851,9 +12170,9 @@ export const MODELS = {
|
|
|
11851
12170
|
reasoning: true,
|
|
11852
12171
|
input: ["text"],
|
|
11853
12172
|
cost: {
|
|
11854
|
-
input: 0.
|
|
11855
|
-
output: 0.
|
|
11856
|
-
cacheRead: 0
|
|
12173
|
+
input: 0.117,
|
|
12174
|
+
output: 0.45499999999999996,
|
|
12175
|
+
cacheRead: 0,
|
|
11857
12176
|
cacheWrite: 0,
|
|
11858
12177
|
},
|
|
11859
12178
|
contextWindow: 131072,
|
|
@@ -12140,8 +12459,8 @@ export const MODELS = {
|
|
|
12140
12459
|
reasoning: false,
|
|
12141
12460
|
input: ["text", "image"],
|
|
12142
12461
|
cost: {
|
|
12143
|
-
input: 0.
|
|
12144
|
-
output: 0.
|
|
12462
|
+
input: 0.117,
|
|
12463
|
+
output: 0.45499999999999996,
|
|
12145
12464
|
cacheRead: 0,
|
|
12146
12465
|
cacheWrite: 0,
|
|
12147
12466
|
},
|
|
@@ -12227,7 +12546,7 @@ export const MODELS = {
|
|
|
12227
12546
|
cost: {
|
|
12228
12547
|
input: 0.385,
|
|
12229
12548
|
output: 2.4499999999999997,
|
|
12230
|
-
cacheRead: 0,
|
|
12549
|
+
cacheRead: 0.111,
|
|
12231
12550
|
cacheWrite: 0,
|
|
12232
12551
|
},
|
|
12233
12552
|
contextWindow: 256000,
|
|
@@ -12310,9 +12629,9 @@ export const MODELS = {
|
|
|
12310
12629
|
reasoning: true,
|
|
12311
12630
|
input: ["text", "image"],
|
|
12312
12631
|
cost: {
|
|
12313
|
-
input: 0.
|
|
12314
|
-
output: 2.
|
|
12315
|
-
cacheRead: 0,
|
|
12632
|
+
input: 0.28500000000000003,
|
|
12633
|
+
output: 2.4,
|
|
12634
|
+
cacheRead: 0.15,
|
|
12316
12635
|
cacheWrite: 0,
|
|
12317
12636
|
},
|
|
12318
12637
|
contextWindow: 262144,
|
|
@@ -12497,13 +12816,13 @@ export const MODELS = {
|
|
|
12497
12816
|
reasoning: true,
|
|
12498
12817
|
input: ["text"],
|
|
12499
12818
|
cost: {
|
|
12500
|
-
input: 0.
|
|
12819
|
+
input: 0.09999999999999999,
|
|
12501
12820
|
output: 0.3,
|
|
12502
|
-
cacheRead: 0
|
|
12821
|
+
cacheRead: 0,
|
|
12503
12822
|
cacheWrite: 0,
|
|
12504
12823
|
},
|
|
12505
12824
|
contextWindow: 262144,
|
|
12506
|
-
maxTokens:
|
|
12825
|
+
maxTokens: 65536,
|
|
12507
12826
|
},
|
|
12508
12827
|
"stepfun/step-3.7-flash": {
|
|
12509
12828
|
id: "stepfun/step-3.7-flash",
|
|
@@ -12522,6 +12841,40 @@ export const MODELS = {
|
|
|
12522
12841
|
contextWindow: 256000,
|
|
12523
12842
|
maxTokens: 256000,
|
|
12524
12843
|
},
|
|
12844
|
+
"tencent/hy3": {
|
|
12845
|
+
id: "tencent/hy3",
|
|
12846
|
+
name: "Tencent: Hy3",
|
|
12847
|
+
api: "openai-completions",
|
|
12848
|
+
provider: "openrouter",
|
|
12849
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12850
|
+
reasoning: true,
|
|
12851
|
+
input: ["text"],
|
|
12852
|
+
cost: {
|
|
12853
|
+
input: 0.19999999999999998,
|
|
12854
|
+
output: 0.7999999999999999,
|
|
12855
|
+
cacheRead: 0.5,
|
|
12856
|
+
cacheWrite: 0,
|
|
12857
|
+
},
|
|
12858
|
+
contextWindow: 262144,
|
|
12859
|
+
maxTokens: 131072,
|
|
12860
|
+
},
|
|
12861
|
+
"tencent/hy3:free": {
|
|
12862
|
+
id: "tencent/hy3:free",
|
|
12863
|
+
name: "Tencent: Hy3 (free)",
|
|
12864
|
+
api: "openai-completions",
|
|
12865
|
+
provider: "openrouter",
|
|
12866
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12867
|
+
reasoning: true,
|
|
12868
|
+
input: ["text"],
|
|
12869
|
+
cost: {
|
|
12870
|
+
input: 0,
|
|
12871
|
+
output: 0,
|
|
12872
|
+
cacheRead: 0,
|
|
12873
|
+
cacheWrite: 0,
|
|
12874
|
+
},
|
|
12875
|
+
contextWindow: 262144,
|
|
12876
|
+
maxTokens: 262144,
|
|
12877
|
+
},
|
|
12525
12878
|
"thedrummer/unslopnemo-12b": {
|
|
12526
12879
|
id: "thedrummer/unslopnemo-12b",
|
|
12527
12880
|
name: "TheDrummer: UnslopNemo 12B",
|
|
@@ -12618,7 +12971,7 @@ export const MODELS = {
|
|
|
12618
12971
|
cost: {
|
|
12619
12972
|
input: 0.105,
|
|
12620
12973
|
output: 0.28,
|
|
12621
|
-
cacheRead: 0,
|
|
12974
|
+
cacheRead: 0.028,
|
|
12622
12975
|
cacheWrite: 0,
|
|
12623
12976
|
},
|
|
12624
12977
|
contextWindow: 1048576,
|
|
@@ -12803,13 +13156,13 @@ export const MODELS = {
|
|
|
12803
13156
|
reasoning: true,
|
|
12804
13157
|
input: ["text"],
|
|
12805
13158
|
cost: {
|
|
12806
|
-
input: 0.
|
|
12807
|
-
output: 3.
|
|
12808
|
-
cacheRead: 0.
|
|
13159
|
+
input: 0.966,
|
|
13160
|
+
output: 3.036,
|
|
13161
|
+
cacheRead: 0.1794,
|
|
12809
13162
|
cacheWrite: 0,
|
|
12810
13163
|
},
|
|
12811
13164
|
contextWindow: 202752,
|
|
12812
|
-
maxTokens:
|
|
13165
|
+
maxTokens: 128000,
|
|
12813
13166
|
},
|
|
12814
13167
|
"z-ai/glm-5.2": {
|
|
12815
13168
|
id: "z-ai/glm-5.2",
|
|
@@ -12820,13 +13173,13 @@ export const MODELS = {
|
|
|
12820
13173
|
reasoning: true,
|
|
12821
13174
|
input: ["text"],
|
|
12822
13175
|
cost: {
|
|
12823
|
-
input: 0.
|
|
12824
|
-
output:
|
|
12825
|
-
cacheRead: 0.
|
|
13176
|
+
input: 0.56,
|
|
13177
|
+
output: 1.76,
|
|
13178
|
+
cacheRead: 0.10400000000000001,
|
|
12826
13179
|
cacheWrite: 0,
|
|
12827
13180
|
},
|
|
12828
13181
|
contextWindow: 1048576,
|
|
12829
|
-
maxTokens:
|
|
13182
|
+
maxTokens: 128000,
|
|
12830
13183
|
},
|
|
12831
13184
|
"z-ai/glm-5v-turbo": {
|
|
12832
13185
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -12906,10 +13259,10 @@ export const MODELS = {
|
|
|
12906
13259
|
reasoning: true,
|
|
12907
13260
|
input: ["text", "image"],
|
|
12908
13261
|
cost: {
|
|
12909
|
-
input:
|
|
12910
|
-
output:
|
|
12911
|
-
cacheRead: 0.
|
|
12912
|
-
cacheWrite:
|
|
13262
|
+
input: 2,
|
|
13263
|
+
output: 10,
|
|
13264
|
+
cacheRead: 0.19999999999999998,
|
|
13265
|
+
cacheWrite: 2.5,
|
|
12913
13266
|
},
|
|
12914
13267
|
contextWindow: 1000000,
|
|
12915
13268
|
maxTokens: 128000,
|
|
@@ -12957,9 +13310,9 @@ export const MODELS = {
|
|
|
12957
13310
|
reasoning: true,
|
|
12958
13311
|
input: ["text", "image"],
|
|
12959
13312
|
cost: {
|
|
12960
|
-
input: 0.
|
|
13313
|
+
input: 0.65,
|
|
12961
13314
|
output: 3.41,
|
|
12962
|
-
cacheRead: 0.
|
|
13315
|
+
cacheRead: 0.3,
|
|
12963
13316
|
cacheWrite: 0,
|
|
12964
13317
|
},
|
|
12965
13318
|
contextWindow: 262144,
|
|
@@ -12999,6 +13352,23 @@ export const MODELS = {
|
|
|
12999
13352
|
contextWindow: 400000,
|
|
13000
13353
|
maxTokens: 128000,
|
|
13001
13354
|
},
|
|
13355
|
+
"~x-ai/grok-latest": {
|
|
13356
|
+
id: "~x-ai/grok-latest",
|
|
13357
|
+
name: "xAI: Grok Latest",
|
|
13358
|
+
api: "openai-completions",
|
|
13359
|
+
provider: "openrouter",
|
|
13360
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13361
|
+
reasoning: true,
|
|
13362
|
+
input: ["text", "image"],
|
|
13363
|
+
cost: {
|
|
13364
|
+
input: 1.25,
|
|
13365
|
+
output: 2.5,
|
|
13366
|
+
cacheRead: 0.19999999999999998,
|
|
13367
|
+
cacheWrite: 0,
|
|
13368
|
+
},
|
|
13369
|
+
contextWindow: 1000000,
|
|
13370
|
+
maxTokens: 4096,
|
|
13371
|
+
},
|
|
13002
13372
|
},
|
|
13003
13373
|
"together": {
|
|
13004
13374
|
"MiniMaxAI/MiniMax-M2.7": {
|
|
@@ -13216,8 +13586,8 @@ export const MODELS = {
|
|
|
13216
13586
|
reasoning: false,
|
|
13217
13587
|
input: ["text"],
|
|
13218
13588
|
cost: {
|
|
13219
|
-
input:
|
|
13220
|
-
output:
|
|
13589
|
+
input: 1.04,
|
|
13590
|
+
output: 1.04,
|
|
13221
13591
|
cacheRead: 0,
|
|
13222
13592
|
cacheWrite: 0,
|
|
13223
13593
|
},
|
|
@@ -13871,6 +14241,24 @@ export const MODELS = {
|
|
|
13871
14241
|
contextWindow: 200000,
|
|
13872
14242
|
maxTokens: 4096,
|
|
13873
14243
|
},
|
|
14244
|
+
"anthropic/claude-fable-5": {
|
|
14245
|
+
id: "anthropic/claude-fable-5",
|
|
14246
|
+
name: "Claude Fable 5",
|
|
14247
|
+
api: "anthropic-messages",
|
|
14248
|
+
provider: "vercel-ai-gateway",
|
|
14249
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14250
|
+
reasoning: true,
|
|
14251
|
+
thinkingLevelMap: { "minimal": "low", "low": "medium", "medium": "high", "high": "xhigh", "xhigh": "max" },
|
|
14252
|
+
input: ["text", "image"],
|
|
14253
|
+
cost: {
|
|
14254
|
+
input: 10,
|
|
14255
|
+
output: 50,
|
|
14256
|
+
cacheRead: 1,
|
|
14257
|
+
cacheWrite: 12.5,
|
|
14258
|
+
},
|
|
14259
|
+
contextWindow: 1000000,
|
|
14260
|
+
maxTokens: 128000,
|
|
14261
|
+
},
|
|
13874
14262
|
"anthropic/claude-haiku-4.5": {
|
|
13875
14263
|
id: "anthropic/claude-haiku-4.5",
|
|
13876
14264
|
name: "Claude Haiku 4.5",
|
|
@@ -14044,6 +14432,23 @@ export const MODELS = {
|
|
|
14044
14432
|
contextWindow: 1000000,
|
|
14045
14433
|
maxTokens: 128000,
|
|
14046
14434
|
},
|
|
14435
|
+
"anthropic/claude-sonnet-5": {
|
|
14436
|
+
id: "anthropic/claude-sonnet-5",
|
|
14437
|
+
name: "Claude Sonnet 5",
|
|
14438
|
+
api: "anthropic-messages",
|
|
14439
|
+
provider: "vercel-ai-gateway",
|
|
14440
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14441
|
+
reasoning: true,
|
|
14442
|
+
input: ["text", "image"],
|
|
14443
|
+
cost: {
|
|
14444
|
+
input: 2,
|
|
14445
|
+
output: 10,
|
|
14446
|
+
cacheRead: 0.19999999999999998,
|
|
14447
|
+
cacheWrite: 2.5,
|
|
14448
|
+
},
|
|
14449
|
+
contextWindow: 1000000,
|
|
14450
|
+
maxTokens: 128000,
|
|
14451
|
+
},
|
|
14047
14452
|
"arcee-ai/trinity-large-preview": {
|
|
14048
14453
|
id: "arcee-ai/trinity-large-preview",
|
|
14049
14454
|
name: "Trinity Large Preview",
|
|
@@ -14189,13 +14594,13 @@ export const MODELS = {
|
|
|
14189
14594
|
reasoning: true,
|
|
14190
14595
|
input: ["text"],
|
|
14191
14596
|
cost: {
|
|
14192
|
-
input: 0.
|
|
14193
|
-
output: 1.
|
|
14194
|
-
cacheRead: 0
|
|
14597
|
+
input: 0.6,
|
|
14598
|
+
output: 1.7,
|
|
14599
|
+
cacheRead: 0,
|
|
14195
14600
|
cacheWrite: 0,
|
|
14196
14601
|
},
|
|
14197
|
-
contextWindow:
|
|
14198
|
-
maxTokens:
|
|
14602
|
+
contextWindow: 128000,
|
|
14603
|
+
maxTokens: 128000,
|
|
14199
14604
|
},
|
|
14200
14605
|
"deepseek/deepseek-v3.1-terminus": {
|
|
14201
14606
|
id: "deepseek/deepseek-v3.1-terminus",
|
|
@@ -15141,13 +15546,13 @@ export const MODELS = {
|
|
|
15141
15546
|
reasoning: true,
|
|
15142
15547
|
input: ["text"],
|
|
15143
15548
|
cost: {
|
|
15144
|
-
input: 0.
|
|
15145
|
-
output: 2
|
|
15146
|
-
cacheRead: 0.
|
|
15549
|
+
input: 0.47,
|
|
15550
|
+
output: 2,
|
|
15551
|
+
cacheRead: 0.14100000000000001,
|
|
15147
15552
|
cacheWrite: 0,
|
|
15148
15553
|
},
|
|
15149
|
-
contextWindow:
|
|
15150
|
-
maxTokens:
|
|
15554
|
+
contextWindow: 216144,
|
|
15555
|
+
maxTokens: 216144,
|
|
15151
15556
|
},
|
|
15152
15557
|
"moonshotai/kimi-k2.5": {
|
|
15153
15558
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -16217,7 +16622,7 @@ export const MODELS = {
|
|
|
16217
16622
|
},
|
|
16218
16623
|
"zai/glm-4.5": {
|
|
16219
16624
|
id: "zai/glm-4.5",
|
|
16220
|
-
name: "GLM
|
|
16625
|
+
name: "GLM 4.5",
|
|
16221
16626
|
api: "anthropic-messages",
|
|
16222
16627
|
provider: "vercel-ai-gateway",
|
|
16223
16628
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -16428,12 +16833,12 @@ export const MODELS = {
|
|
|
16428
16833
|
reasoning: true,
|
|
16429
16834
|
input: ["text"],
|
|
16430
16835
|
cost: {
|
|
16431
|
-
input: 1.
|
|
16432
|
-
output: 4.
|
|
16433
|
-
cacheRead: 0.
|
|
16836
|
+
input: 1.4,
|
|
16837
|
+
output: 4.4,
|
|
16838
|
+
cacheRead: 0.26,
|
|
16434
16839
|
cacheWrite: 0,
|
|
16435
16840
|
},
|
|
16436
|
-
contextWindow:
|
|
16841
|
+
contextWindow: 1040000,
|
|
16437
16842
|
maxTokens: 128000,
|
|
16438
16843
|
},
|
|
16439
16844
|
"zai/glm-5.2-fast": {
|
|
@@ -16568,9 +16973,9 @@ export const MODELS = {
|
|
|
16568
16973
|
reasoning: true,
|
|
16569
16974
|
input: ["text", "image"],
|
|
16570
16975
|
cost: {
|
|
16571
|
-
input: 0.
|
|
16572
|
-
output:
|
|
16573
|
-
cacheRead: 0.
|
|
16976
|
+
input: 0.14,
|
|
16977
|
+
output: 0.28,
|
|
16978
|
+
cacheRead: 0.0028,
|
|
16574
16979
|
cacheWrite: 0,
|
|
16575
16980
|
},
|
|
16576
16981
|
contextWindow: 1048576,
|
|
@@ -16585,9 +16990,9 @@ export const MODELS = {
|
|
|
16585
16990
|
reasoning: true,
|
|
16586
16991
|
input: ["text"],
|
|
16587
16992
|
cost: {
|
|
16588
|
-
input:
|
|
16589
|
-
output:
|
|
16590
|
-
cacheRead: 0.
|
|
16993
|
+
input: 0.435,
|
|
16994
|
+
output: 0.87,
|
|
16995
|
+
cacheRead: 0.0036,
|
|
16591
16996
|
cacheWrite: 0,
|
|
16592
16997
|
},
|
|
16593
16998
|
contextWindow: 1048576,
|
|
@@ -16621,9 +17026,9 @@ export const MODELS = {
|
|
|
16621
17026
|
reasoning: true,
|
|
16622
17027
|
input: ["text", "image"],
|
|
16623
17028
|
cost: {
|
|
16624
|
-
input: 0.
|
|
16625
|
-
output:
|
|
16626
|
-
cacheRead: 0.
|
|
17029
|
+
input: 0.14,
|
|
17030
|
+
output: 0.28,
|
|
17031
|
+
cacheRead: 0.0028,
|
|
16627
17032
|
cacheWrite: 0,
|
|
16628
17033
|
},
|
|
16629
17034
|
contextWindow: 1048576,
|
|
@@ -16638,9 +17043,9 @@ export const MODELS = {
|
|
|
16638
17043
|
reasoning: true,
|
|
16639
17044
|
input: ["text"],
|
|
16640
17045
|
cost: {
|
|
16641
|
-
input:
|
|
16642
|
-
output:
|
|
16643
|
-
cacheRead: 0.
|
|
17046
|
+
input: 0.435,
|
|
17047
|
+
output: 0.87,
|
|
17048
|
+
cacheRead: 0.0036,
|
|
16644
17049
|
cacheWrite: 0,
|
|
16645
17050
|
},
|
|
16646
17051
|
contextWindow: 1048576,
|
|
@@ -16674,9 +17079,9 @@ export const MODELS = {
|
|
|
16674
17079
|
reasoning: true,
|
|
16675
17080
|
input: ["text", "image"],
|
|
16676
17081
|
cost: {
|
|
16677
|
-
input: 0.
|
|
16678
|
-
output:
|
|
16679
|
-
cacheRead: 0.
|
|
17082
|
+
input: 0.14,
|
|
17083
|
+
output: 0.28,
|
|
17084
|
+
cacheRead: 0.0028,
|
|
16680
17085
|
cacheWrite: 0,
|
|
16681
17086
|
},
|
|
16682
17087
|
contextWindow: 1048576,
|
|
@@ -16691,9 +17096,9 @@ export const MODELS = {
|
|
|
16691
17096
|
reasoning: true,
|
|
16692
17097
|
input: ["text"],
|
|
16693
17098
|
cost: {
|
|
16694
|
-
input:
|
|
16695
|
-
output:
|
|
16696
|
-
cacheRead: 0.
|
|
17099
|
+
input: 0.435,
|
|
17100
|
+
output: 0.87,
|
|
17101
|
+
cacheRead: 0.0036,
|
|
16697
17102
|
cacheWrite: 0,
|
|
16698
17103
|
},
|
|
16699
17104
|
contextWindow: 1048576,
|
|
@@ -16727,9 +17132,9 @@ export const MODELS = {
|
|
|
16727
17132
|
reasoning: true,
|
|
16728
17133
|
input: ["text", "image"],
|
|
16729
17134
|
cost: {
|
|
16730
|
-
input: 0.
|
|
16731
|
-
output:
|
|
16732
|
-
cacheRead: 0.
|
|
17135
|
+
input: 0.14,
|
|
17136
|
+
output: 0.28,
|
|
17137
|
+
cacheRead: 0.0028,
|
|
16733
17138
|
cacheWrite: 0,
|
|
16734
17139
|
},
|
|
16735
17140
|
contextWindow: 1048576,
|
|
@@ -16744,9 +17149,9 @@ export const MODELS = {
|
|
|
16744
17149
|
reasoning: true,
|
|
16745
17150
|
input: ["text"],
|
|
16746
17151
|
cost: {
|
|
16747
|
-
input:
|
|
16748
|
-
output:
|
|
16749
|
-
cacheRead: 0.
|
|
17152
|
+
input: 0.435,
|
|
17153
|
+
output: 0.87,
|
|
17154
|
+
cacheRead: 0.0036,
|
|
16750
17155
|
cacheWrite: 0,
|
|
16751
17156
|
},
|
|
16752
17157
|
contextWindow: 1048576,
|