@dreb/ai 2.34.3 → 2.35.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 +961 -245
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1020 -333
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -68,6 +68,23 @@ export declare const MODELS: {
|
|
|
68
68
|
contextWindow: number;
|
|
69
69
|
maxTokens: number;
|
|
70
70
|
};
|
|
71
|
+
readonly "anthropic.claude-fable-5": {
|
|
72
|
+
id: string;
|
|
73
|
+
name: string;
|
|
74
|
+
api: "bedrock-converse-stream";
|
|
75
|
+
provider: string;
|
|
76
|
+
baseUrl: string;
|
|
77
|
+
reasoning: true;
|
|
78
|
+
input: ("image" | "text")[];
|
|
79
|
+
cost: {
|
|
80
|
+
input: number;
|
|
81
|
+
output: number;
|
|
82
|
+
cacheRead: number;
|
|
83
|
+
cacheWrite: number;
|
|
84
|
+
};
|
|
85
|
+
contextWindow: number;
|
|
86
|
+
maxTokens: number;
|
|
87
|
+
};
|
|
71
88
|
readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
72
89
|
id: string;
|
|
73
90
|
name: string;
|
|
@@ -204,6 +221,23 @@ export declare const MODELS: {
|
|
|
204
221
|
contextWindow: number;
|
|
205
222
|
maxTokens: number;
|
|
206
223
|
};
|
|
224
|
+
readonly "anthropic.claude-sonnet-5": {
|
|
225
|
+
id: string;
|
|
226
|
+
name: string;
|
|
227
|
+
api: "bedrock-converse-stream";
|
|
228
|
+
provider: string;
|
|
229
|
+
baseUrl: string;
|
|
230
|
+
reasoning: true;
|
|
231
|
+
input: ("image" | "text")[];
|
|
232
|
+
cost: {
|
|
233
|
+
input: number;
|
|
234
|
+
output: number;
|
|
235
|
+
cacheRead: number;
|
|
236
|
+
cacheWrite: number;
|
|
237
|
+
};
|
|
238
|
+
contextWindow: number;
|
|
239
|
+
maxTokens: number;
|
|
240
|
+
};
|
|
207
241
|
readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
208
242
|
id: string;
|
|
209
243
|
name: string;
|
|
@@ -289,6 +323,23 @@ export declare const MODELS: {
|
|
|
289
323
|
contextWindow: number;
|
|
290
324
|
maxTokens: number;
|
|
291
325
|
};
|
|
326
|
+
readonly "au.anthropic.claude-sonnet-5": {
|
|
327
|
+
id: string;
|
|
328
|
+
name: string;
|
|
329
|
+
api: "bedrock-converse-stream";
|
|
330
|
+
provider: string;
|
|
331
|
+
baseUrl: string;
|
|
332
|
+
reasoning: true;
|
|
333
|
+
input: ("image" | "text")[];
|
|
334
|
+
cost: {
|
|
335
|
+
input: number;
|
|
336
|
+
output: number;
|
|
337
|
+
cacheRead: number;
|
|
338
|
+
cacheWrite: number;
|
|
339
|
+
};
|
|
340
|
+
contextWindow: number;
|
|
341
|
+
maxTokens: number;
|
|
342
|
+
};
|
|
292
343
|
readonly "deepseek.r1-v1:0": {
|
|
293
344
|
id: string;
|
|
294
345
|
name: string;
|
|
@@ -476,6 +527,23 @@ export declare const MODELS: {
|
|
|
476
527
|
contextWindow: number;
|
|
477
528
|
maxTokens: number;
|
|
478
529
|
};
|
|
530
|
+
readonly "eu.anthropic.claude-sonnet-5": {
|
|
531
|
+
id: string;
|
|
532
|
+
name: string;
|
|
533
|
+
api: "bedrock-converse-stream";
|
|
534
|
+
provider: string;
|
|
535
|
+
baseUrl: string;
|
|
536
|
+
reasoning: true;
|
|
537
|
+
input: ("image" | "text")[];
|
|
538
|
+
cost: {
|
|
539
|
+
input: number;
|
|
540
|
+
output: number;
|
|
541
|
+
cacheRead: number;
|
|
542
|
+
cacheWrite: number;
|
|
543
|
+
};
|
|
544
|
+
contextWindow: number;
|
|
545
|
+
maxTokens: number;
|
|
546
|
+
};
|
|
479
547
|
readonly "global.anthropic.claude-fable-5": {
|
|
480
548
|
id: string;
|
|
481
549
|
name: string;
|
|
@@ -612,6 +680,23 @@ export declare const MODELS: {
|
|
|
612
680
|
contextWindow: number;
|
|
613
681
|
maxTokens: number;
|
|
614
682
|
};
|
|
683
|
+
readonly "global.anthropic.claude-sonnet-5": {
|
|
684
|
+
id: string;
|
|
685
|
+
name: string;
|
|
686
|
+
api: "bedrock-converse-stream";
|
|
687
|
+
provider: string;
|
|
688
|
+
baseUrl: string;
|
|
689
|
+
reasoning: true;
|
|
690
|
+
input: ("image" | "text")[];
|
|
691
|
+
cost: {
|
|
692
|
+
input: number;
|
|
693
|
+
output: number;
|
|
694
|
+
cacheRead: number;
|
|
695
|
+
cacheWrite: number;
|
|
696
|
+
};
|
|
697
|
+
contextWindow: number;
|
|
698
|
+
maxTokens: number;
|
|
699
|
+
};
|
|
615
700
|
readonly "google.gemma-3-27b-it": {
|
|
616
701
|
id: string;
|
|
617
702
|
name: string;
|
|
@@ -646,6 +731,23 @@ export declare const MODELS: {
|
|
|
646
731
|
contextWindow: number;
|
|
647
732
|
maxTokens: number;
|
|
648
733
|
};
|
|
734
|
+
readonly "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
735
|
+
id: string;
|
|
736
|
+
name: string;
|
|
737
|
+
api: "bedrock-converse-stream";
|
|
738
|
+
provider: string;
|
|
739
|
+
baseUrl: string;
|
|
740
|
+
reasoning: true;
|
|
741
|
+
input: ("image" | "text")[];
|
|
742
|
+
cost: {
|
|
743
|
+
input: number;
|
|
744
|
+
output: number;
|
|
745
|
+
cacheRead: number;
|
|
746
|
+
cacheWrite: number;
|
|
747
|
+
};
|
|
748
|
+
contextWindow: number;
|
|
749
|
+
maxTokens: number;
|
|
750
|
+
};
|
|
649
751
|
readonly "jp.anthropic.claude-opus-4-7": {
|
|
650
752
|
id: string;
|
|
651
753
|
name: string;
|
|
@@ -714,6 +816,23 @@ export declare const MODELS: {
|
|
|
714
816
|
contextWindow: number;
|
|
715
817
|
maxTokens: number;
|
|
716
818
|
};
|
|
819
|
+
readonly "jp.anthropic.claude-sonnet-5": {
|
|
820
|
+
id: string;
|
|
821
|
+
name: string;
|
|
822
|
+
api: "bedrock-converse-stream";
|
|
823
|
+
provider: string;
|
|
824
|
+
baseUrl: string;
|
|
825
|
+
reasoning: true;
|
|
826
|
+
input: ("image" | "text")[];
|
|
827
|
+
cost: {
|
|
828
|
+
input: number;
|
|
829
|
+
output: number;
|
|
830
|
+
cacheRead: number;
|
|
831
|
+
cacheWrite: number;
|
|
832
|
+
};
|
|
833
|
+
contextWindow: number;
|
|
834
|
+
maxTokens: number;
|
|
835
|
+
};
|
|
717
836
|
readonly "meta.llama3-1-70b-instruct-v1:0": {
|
|
718
837
|
id: string;
|
|
719
838
|
name: string;
|
|
@@ -1513,6 +1632,23 @@ export declare const MODELS: {
|
|
|
1513
1632
|
contextWindow: number;
|
|
1514
1633
|
maxTokens: number;
|
|
1515
1634
|
};
|
|
1635
|
+
readonly "us.anthropic.claude-sonnet-5": {
|
|
1636
|
+
id: string;
|
|
1637
|
+
name: string;
|
|
1638
|
+
api: "bedrock-converse-stream";
|
|
1639
|
+
provider: string;
|
|
1640
|
+
baseUrl: string;
|
|
1641
|
+
reasoning: true;
|
|
1642
|
+
input: ("image" | "text")[];
|
|
1643
|
+
cost: {
|
|
1644
|
+
input: number;
|
|
1645
|
+
output: number;
|
|
1646
|
+
cacheRead: number;
|
|
1647
|
+
cacheWrite: number;
|
|
1648
|
+
};
|
|
1649
|
+
contextWindow: number;
|
|
1650
|
+
maxTokens: number;
|
|
1651
|
+
};
|
|
1516
1652
|
readonly "us.deepseek.r1-v1:0": {
|
|
1517
1653
|
id: string;
|
|
1518
1654
|
name: string;
|
|
@@ -1668,41 +1804,7 @@ export declare const MODELS: {
|
|
|
1668
1804
|
};
|
|
1669
1805
|
};
|
|
1670
1806
|
readonly anthropic: {
|
|
1671
|
-
readonly "claude-
|
|
1672
|
-
id: string;
|
|
1673
|
-
name: string;
|
|
1674
|
-
api: "anthropic-messages";
|
|
1675
|
-
provider: string;
|
|
1676
|
-
baseUrl: string;
|
|
1677
|
-
reasoning: false;
|
|
1678
|
-
input: ("image" | "text")[];
|
|
1679
|
-
cost: {
|
|
1680
|
-
input: number;
|
|
1681
|
-
output: number;
|
|
1682
|
-
cacheRead: number;
|
|
1683
|
-
cacheWrite: number;
|
|
1684
|
-
};
|
|
1685
|
-
contextWindow: number;
|
|
1686
|
-
maxTokens: number;
|
|
1687
|
-
};
|
|
1688
|
-
readonly "claude-3-5-sonnet-20241022": {
|
|
1689
|
-
id: string;
|
|
1690
|
-
name: string;
|
|
1691
|
-
api: "anthropic-messages";
|
|
1692
|
-
provider: string;
|
|
1693
|
-
baseUrl: string;
|
|
1694
|
-
reasoning: false;
|
|
1695
|
-
input: ("image" | "text")[];
|
|
1696
|
-
cost: {
|
|
1697
|
-
input: number;
|
|
1698
|
-
output: number;
|
|
1699
|
-
cacheRead: number;
|
|
1700
|
-
cacheWrite: number;
|
|
1701
|
-
};
|
|
1702
|
-
contextWindow: number;
|
|
1703
|
-
maxTokens: number;
|
|
1704
|
-
};
|
|
1705
|
-
readonly "claude-3-7-sonnet-20250219": {
|
|
1807
|
+
readonly "claude-fable-5": {
|
|
1706
1808
|
id: string;
|
|
1707
1809
|
name: string;
|
|
1708
1810
|
api: "anthropic-messages";
|
|
@@ -1719,58 +1821,7 @@ export declare const MODELS: {
|
|
|
1719
1821
|
contextWindow: number;
|
|
1720
1822
|
maxTokens: number;
|
|
1721
1823
|
};
|
|
1722
|
-
readonly "claude-
|
|
1723
|
-
id: string;
|
|
1724
|
-
name: string;
|
|
1725
|
-
api: "anthropic-messages";
|
|
1726
|
-
provider: string;
|
|
1727
|
-
baseUrl: string;
|
|
1728
|
-
reasoning: false;
|
|
1729
|
-
input: ("image" | "text")[];
|
|
1730
|
-
cost: {
|
|
1731
|
-
input: number;
|
|
1732
|
-
output: number;
|
|
1733
|
-
cacheRead: number;
|
|
1734
|
-
cacheWrite: number;
|
|
1735
|
-
};
|
|
1736
|
-
contextWindow: number;
|
|
1737
|
-
maxTokens: number;
|
|
1738
|
-
};
|
|
1739
|
-
readonly "claude-3-opus-20240229": {
|
|
1740
|
-
id: string;
|
|
1741
|
-
name: string;
|
|
1742
|
-
api: "anthropic-messages";
|
|
1743
|
-
provider: string;
|
|
1744
|
-
baseUrl: string;
|
|
1745
|
-
reasoning: false;
|
|
1746
|
-
input: ("image" | "text")[];
|
|
1747
|
-
cost: {
|
|
1748
|
-
input: number;
|
|
1749
|
-
output: number;
|
|
1750
|
-
cacheRead: number;
|
|
1751
|
-
cacheWrite: number;
|
|
1752
|
-
};
|
|
1753
|
-
contextWindow: number;
|
|
1754
|
-
maxTokens: number;
|
|
1755
|
-
};
|
|
1756
|
-
readonly "claude-3-sonnet-20240229": {
|
|
1757
|
-
id: string;
|
|
1758
|
-
name: string;
|
|
1759
|
-
api: "anthropic-messages";
|
|
1760
|
-
provider: string;
|
|
1761
|
-
baseUrl: string;
|
|
1762
|
-
reasoning: false;
|
|
1763
|
-
input: ("image" | "text")[];
|
|
1764
|
-
cost: {
|
|
1765
|
-
input: number;
|
|
1766
|
-
output: number;
|
|
1767
|
-
cacheRead: number;
|
|
1768
|
-
cacheWrite: number;
|
|
1769
|
-
};
|
|
1770
|
-
contextWindow: number;
|
|
1771
|
-
maxTokens: number;
|
|
1772
|
-
};
|
|
1773
|
-
readonly "claude-fable-5": {
|
|
1824
|
+
readonly "claude-haiku-4-5": {
|
|
1774
1825
|
id: string;
|
|
1775
1826
|
name: string;
|
|
1776
1827
|
api: "anthropic-messages";
|
|
@@ -1787,7 +1838,7 @@ export declare const MODELS: {
|
|
|
1787
1838
|
contextWindow: number;
|
|
1788
1839
|
maxTokens: number;
|
|
1789
1840
|
};
|
|
1790
|
-
readonly "claude-haiku-4-5": {
|
|
1841
|
+
readonly "claude-haiku-4-5-20251001": {
|
|
1791
1842
|
id: string;
|
|
1792
1843
|
name: string;
|
|
1793
1844
|
api: "anthropic-messages";
|
|
@@ -1804,7 +1855,7 @@ export declare const MODELS: {
|
|
|
1804
1855
|
contextWindow: number;
|
|
1805
1856
|
maxTokens: number;
|
|
1806
1857
|
};
|
|
1807
|
-
readonly "claude-
|
|
1858
|
+
readonly "claude-opus-4-1": {
|
|
1808
1859
|
id: string;
|
|
1809
1860
|
name: string;
|
|
1810
1861
|
api: "anthropic-messages";
|
|
@@ -1821,7 +1872,7 @@ export declare const MODELS: {
|
|
|
1821
1872
|
contextWindow: number;
|
|
1822
1873
|
maxTokens: number;
|
|
1823
1874
|
};
|
|
1824
|
-
readonly "claude-opus-4-
|
|
1875
|
+
readonly "claude-opus-4-1-20250805": {
|
|
1825
1876
|
id: string;
|
|
1826
1877
|
name: string;
|
|
1827
1878
|
api: "anthropic-messages";
|
|
@@ -1838,7 +1889,7 @@ export declare const MODELS: {
|
|
|
1838
1889
|
contextWindow: number;
|
|
1839
1890
|
maxTokens: number;
|
|
1840
1891
|
};
|
|
1841
|
-
readonly "claude-opus-4-
|
|
1892
|
+
readonly "claude-opus-4-5": {
|
|
1842
1893
|
id: string;
|
|
1843
1894
|
name: string;
|
|
1844
1895
|
api: "anthropic-messages";
|
|
@@ -1855,7 +1906,7 @@ export declare const MODELS: {
|
|
|
1855
1906
|
contextWindow: number;
|
|
1856
1907
|
maxTokens: number;
|
|
1857
1908
|
};
|
|
1858
|
-
readonly "claude-opus-4-
|
|
1909
|
+
readonly "claude-opus-4-5-20251101": {
|
|
1859
1910
|
id: string;
|
|
1860
1911
|
name: string;
|
|
1861
1912
|
api: "anthropic-messages";
|
|
@@ -1872,7 +1923,7 @@ export declare const MODELS: {
|
|
|
1872
1923
|
contextWindow: number;
|
|
1873
1924
|
maxTokens: number;
|
|
1874
1925
|
};
|
|
1875
|
-
readonly "claude-opus-4-
|
|
1926
|
+
readonly "claude-opus-4-6": {
|
|
1876
1927
|
id: string;
|
|
1877
1928
|
name: string;
|
|
1878
1929
|
api: "anthropic-messages";
|
|
@@ -1889,7 +1940,7 @@ export declare const MODELS: {
|
|
|
1889
1940
|
contextWindow: number;
|
|
1890
1941
|
maxTokens: number;
|
|
1891
1942
|
};
|
|
1892
|
-
readonly "claude-opus-4-
|
|
1943
|
+
readonly "claude-opus-4-7": {
|
|
1893
1944
|
id: string;
|
|
1894
1945
|
name: string;
|
|
1895
1946
|
api: "anthropic-messages";
|
|
@@ -1906,7 +1957,7 @@ export declare const MODELS: {
|
|
|
1906
1957
|
contextWindow: number;
|
|
1907
1958
|
maxTokens: number;
|
|
1908
1959
|
};
|
|
1909
|
-
readonly "claude-opus-4-
|
|
1960
|
+
readonly "claude-opus-4-8": {
|
|
1910
1961
|
id: string;
|
|
1911
1962
|
name: string;
|
|
1912
1963
|
api: "anthropic-messages";
|
|
@@ -1923,7 +1974,7 @@ export declare const MODELS: {
|
|
|
1923
1974
|
contextWindow: number;
|
|
1924
1975
|
maxTokens: number;
|
|
1925
1976
|
};
|
|
1926
|
-
readonly "claude-
|
|
1977
|
+
readonly "claude-sonnet-4-5": {
|
|
1927
1978
|
id: string;
|
|
1928
1979
|
name: string;
|
|
1929
1980
|
api: "anthropic-messages";
|
|
@@ -1940,7 +1991,7 @@ export declare const MODELS: {
|
|
|
1940
1991
|
contextWindow: number;
|
|
1941
1992
|
maxTokens: number;
|
|
1942
1993
|
};
|
|
1943
|
-
readonly "claude-
|
|
1994
|
+
readonly "claude-sonnet-4-5-20250929": {
|
|
1944
1995
|
id: string;
|
|
1945
1996
|
name: string;
|
|
1946
1997
|
api: "anthropic-messages";
|
|
@@ -1957,7 +2008,7 @@ export declare const MODELS: {
|
|
|
1957
2008
|
contextWindow: number;
|
|
1958
2009
|
maxTokens: number;
|
|
1959
2010
|
};
|
|
1960
|
-
readonly "claude-
|
|
2011
|
+
readonly "claude-sonnet-4-6": {
|
|
1961
2012
|
id: string;
|
|
1962
2013
|
name: string;
|
|
1963
2014
|
api: "anthropic-messages";
|
|
@@ -1974,7 +2025,7 @@ export declare const MODELS: {
|
|
|
1974
2025
|
contextWindow: number;
|
|
1975
2026
|
maxTokens: number;
|
|
1976
2027
|
};
|
|
1977
|
-
readonly "claude-sonnet-
|
|
2028
|
+
readonly "claude-sonnet-5": {
|
|
1978
2029
|
id: string;
|
|
1979
2030
|
name: string;
|
|
1980
2031
|
api: "anthropic-messages";
|
|
@@ -1991,14 +2042,16 @@ export declare const MODELS: {
|
|
|
1991
2042
|
contextWindow: number;
|
|
1992
2043
|
maxTokens: number;
|
|
1993
2044
|
};
|
|
1994
|
-
|
|
2045
|
+
};
|
|
2046
|
+
readonly "azure-openai-responses": {
|
|
2047
|
+
readonly "gpt-4": {
|
|
1995
2048
|
id: string;
|
|
1996
2049
|
name: string;
|
|
1997
|
-
api: "
|
|
2050
|
+
api: "azure-openai-responses";
|
|
1998
2051
|
provider: string;
|
|
1999
2052
|
baseUrl: string;
|
|
2000
|
-
reasoning:
|
|
2001
|
-
input:
|
|
2053
|
+
reasoning: false;
|
|
2054
|
+
input: "text"[];
|
|
2002
2055
|
cost: {
|
|
2003
2056
|
input: number;
|
|
2004
2057
|
output: number;
|
|
@@ -2008,13 +2061,13 @@ export declare const MODELS: {
|
|
|
2008
2061
|
contextWindow: number;
|
|
2009
2062
|
maxTokens: number;
|
|
2010
2063
|
};
|
|
2011
|
-
readonly "
|
|
2064
|
+
readonly "gpt-4-turbo": {
|
|
2012
2065
|
id: string;
|
|
2013
2066
|
name: string;
|
|
2014
|
-
api: "
|
|
2067
|
+
api: "azure-openai-responses";
|
|
2015
2068
|
provider: string;
|
|
2016
2069
|
baseUrl: string;
|
|
2017
|
-
reasoning:
|
|
2070
|
+
reasoning: false;
|
|
2018
2071
|
input: ("image" | "text")[];
|
|
2019
2072
|
cost: {
|
|
2020
2073
|
input: number;
|
|
@@ -2025,13 +2078,13 @@ export declare const MODELS: {
|
|
|
2025
2078
|
contextWindow: number;
|
|
2026
2079
|
maxTokens: number;
|
|
2027
2080
|
};
|
|
2028
|
-
readonly "
|
|
2081
|
+
readonly "gpt-4.1": {
|
|
2029
2082
|
id: string;
|
|
2030
2083
|
name: string;
|
|
2031
|
-
api: "
|
|
2084
|
+
api: "azure-openai-responses";
|
|
2032
2085
|
provider: string;
|
|
2033
2086
|
baseUrl: string;
|
|
2034
|
-
reasoning:
|
|
2087
|
+
reasoning: false;
|
|
2035
2088
|
input: ("image" | "text")[];
|
|
2036
2089
|
cost: {
|
|
2037
2090
|
input: number;
|
|
@@ -2042,13 +2095,13 @@ export declare const MODELS: {
|
|
|
2042
2095
|
contextWindow: number;
|
|
2043
2096
|
maxTokens: number;
|
|
2044
2097
|
};
|
|
2045
|
-
readonly "
|
|
2098
|
+
readonly "gpt-4.1-mini": {
|
|
2046
2099
|
id: string;
|
|
2047
2100
|
name: string;
|
|
2048
|
-
api: "
|
|
2101
|
+
api: "azure-openai-responses";
|
|
2049
2102
|
provider: string;
|
|
2050
2103
|
baseUrl: string;
|
|
2051
|
-
reasoning:
|
|
2104
|
+
reasoning: false;
|
|
2052
2105
|
input: ("image" | "text")[];
|
|
2053
2106
|
cost: {
|
|
2054
2107
|
input: number;
|
|
@@ -2059,16 +2112,14 @@ export declare const MODELS: {
|
|
|
2059
2112
|
contextWindow: number;
|
|
2060
2113
|
maxTokens: number;
|
|
2061
2114
|
};
|
|
2062
|
-
|
|
2063
|
-
readonly "azure-openai-responses": {
|
|
2064
|
-
readonly "gpt-4": {
|
|
2115
|
+
readonly "gpt-4.1-nano": {
|
|
2065
2116
|
id: string;
|
|
2066
2117
|
name: string;
|
|
2067
2118
|
api: "azure-openai-responses";
|
|
2068
2119
|
provider: string;
|
|
2069
2120
|
baseUrl: string;
|
|
2070
2121
|
reasoning: false;
|
|
2071
|
-
input: "text"[];
|
|
2122
|
+
input: ("image" | "text")[];
|
|
2072
2123
|
cost: {
|
|
2073
2124
|
input: number;
|
|
2074
2125
|
output: number;
|
|
@@ -2078,7 +2129,7 @@ export declare const MODELS: {
|
|
|
2078
2129
|
contextWindow: number;
|
|
2079
2130
|
maxTokens: number;
|
|
2080
2131
|
};
|
|
2081
|
-
readonly "gpt-
|
|
2132
|
+
readonly "gpt-4o": {
|
|
2082
2133
|
id: string;
|
|
2083
2134
|
name: string;
|
|
2084
2135
|
api: "azure-openai-responses";
|
|
@@ -2095,7 +2146,7 @@ export declare const MODELS: {
|
|
|
2095
2146
|
contextWindow: number;
|
|
2096
2147
|
maxTokens: number;
|
|
2097
2148
|
};
|
|
2098
|
-
readonly "gpt-
|
|
2149
|
+
readonly "gpt-4o-2024-05-13": {
|
|
2099
2150
|
id: string;
|
|
2100
2151
|
name: string;
|
|
2101
2152
|
api: "azure-openai-responses";
|
|
@@ -2112,7 +2163,7 @@ export declare const MODELS: {
|
|
|
2112
2163
|
contextWindow: number;
|
|
2113
2164
|
maxTokens: number;
|
|
2114
2165
|
};
|
|
2115
|
-
readonly "gpt-
|
|
2166
|
+
readonly "gpt-4o-2024-08-06": {
|
|
2116
2167
|
id: string;
|
|
2117
2168
|
name: string;
|
|
2118
2169
|
api: "azure-openai-responses";
|
|
@@ -2129,7 +2180,7 @@ export declare const MODELS: {
|
|
|
2129
2180
|
contextWindow: number;
|
|
2130
2181
|
maxTokens: number;
|
|
2131
2182
|
};
|
|
2132
|
-
readonly "gpt-
|
|
2183
|
+
readonly "gpt-4o-2024-11-20": {
|
|
2133
2184
|
id: string;
|
|
2134
2185
|
name: string;
|
|
2135
2186
|
api: "azure-openai-responses";
|
|
@@ -2146,7 +2197,7 @@ export declare const MODELS: {
|
|
|
2146
2197
|
contextWindow: number;
|
|
2147
2198
|
maxTokens: number;
|
|
2148
2199
|
};
|
|
2149
|
-
readonly "gpt-4o": {
|
|
2200
|
+
readonly "gpt-4o-mini": {
|
|
2150
2201
|
id: string;
|
|
2151
2202
|
name: string;
|
|
2152
2203
|
api: "azure-openai-responses";
|
|
@@ -2163,13 +2214,13 @@ export declare const MODELS: {
|
|
|
2163
2214
|
contextWindow: number;
|
|
2164
2215
|
maxTokens: number;
|
|
2165
2216
|
};
|
|
2166
|
-
readonly "gpt-
|
|
2217
|
+
readonly "gpt-5": {
|
|
2167
2218
|
id: string;
|
|
2168
2219
|
name: string;
|
|
2169
2220
|
api: "azure-openai-responses";
|
|
2170
2221
|
provider: string;
|
|
2171
2222
|
baseUrl: string;
|
|
2172
|
-
reasoning:
|
|
2223
|
+
reasoning: true;
|
|
2173
2224
|
input: ("image" | "text")[];
|
|
2174
2225
|
cost: {
|
|
2175
2226
|
input: number;
|
|
@@ -2180,7 +2231,7 @@ export declare const MODELS: {
|
|
|
2180
2231
|
contextWindow: number;
|
|
2181
2232
|
maxTokens: number;
|
|
2182
2233
|
};
|
|
2183
|
-
readonly "gpt-
|
|
2234
|
+
readonly "gpt-5-chat-latest": {
|
|
2184
2235
|
id: string;
|
|
2185
2236
|
name: string;
|
|
2186
2237
|
api: "azure-openai-responses";
|
|
@@ -2197,13 +2248,13 @@ export declare const MODELS: {
|
|
|
2197
2248
|
contextWindow: number;
|
|
2198
2249
|
maxTokens: number;
|
|
2199
2250
|
};
|
|
2200
|
-
readonly "gpt-
|
|
2251
|
+
readonly "gpt-5-codex": {
|
|
2201
2252
|
id: string;
|
|
2202
2253
|
name: string;
|
|
2203
2254
|
api: "azure-openai-responses";
|
|
2204
2255
|
provider: string;
|
|
2205
2256
|
baseUrl: string;
|
|
2206
|
-
reasoning:
|
|
2257
|
+
reasoning: true;
|
|
2207
2258
|
input: ("image" | "text")[];
|
|
2208
2259
|
cost: {
|
|
2209
2260
|
input: number;
|
|
@@ -2214,13 +2265,13 @@ export declare const MODELS: {
|
|
|
2214
2265
|
contextWindow: number;
|
|
2215
2266
|
maxTokens: number;
|
|
2216
2267
|
};
|
|
2217
|
-
readonly "gpt-
|
|
2268
|
+
readonly "gpt-5-mini": {
|
|
2218
2269
|
id: string;
|
|
2219
2270
|
name: string;
|
|
2220
2271
|
api: "azure-openai-responses";
|
|
2221
2272
|
provider: string;
|
|
2222
2273
|
baseUrl: string;
|
|
2223
|
-
reasoning:
|
|
2274
|
+
reasoning: true;
|
|
2224
2275
|
input: ("image" | "text")[];
|
|
2225
2276
|
cost: {
|
|
2226
2277
|
input: number;
|
|
@@ -2231,7 +2282,7 @@ export declare const MODELS: {
|
|
|
2231
2282
|
contextWindow: number;
|
|
2232
2283
|
maxTokens: number;
|
|
2233
2284
|
};
|
|
2234
|
-
readonly "gpt-5": {
|
|
2285
|
+
readonly "gpt-5-nano": {
|
|
2235
2286
|
id: string;
|
|
2236
2287
|
name: string;
|
|
2237
2288
|
api: "azure-openai-responses";
|
|
@@ -2248,13 +2299,13 @@ export declare const MODELS: {
|
|
|
2248
2299
|
contextWindow: number;
|
|
2249
2300
|
maxTokens: number;
|
|
2250
2301
|
};
|
|
2251
|
-
readonly "gpt-5-
|
|
2302
|
+
readonly "gpt-5-pro": {
|
|
2252
2303
|
id: string;
|
|
2253
2304
|
name: string;
|
|
2254
2305
|
api: "azure-openai-responses";
|
|
2255
2306
|
provider: string;
|
|
2256
2307
|
baseUrl: string;
|
|
2257
|
-
reasoning:
|
|
2308
|
+
reasoning: true;
|
|
2258
2309
|
input: ("image" | "text")[];
|
|
2259
2310
|
cost: {
|
|
2260
2311
|
input: number;
|
|
@@ -2265,7 +2316,7 @@ export declare const MODELS: {
|
|
|
2265
2316
|
contextWindow: number;
|
|
2266
2317
|
maxTokens: number;
|
|
2267
2318
|
};
|
|
2268
|
-
readonly "gpt-5
|
|
2319
|
+
readonly "gpt-5.1": {
|
|
2269
2320
|
id: string;
|
|
2270
2321
|
name: string;
|
|
2271
2322
|
api: "azure-openai-responses";
|
|
@@ -2282,7 +2333,7 @@ export declare const MODELS: {
|
|
|
2282
2333
|
contextWindow: number;
|
|
2283
2334
|
maxTokens: number;
|
|
2284
2335
|
};
|
|
2285
|
-
readonly "gpt-5-
|
|
2336
|
+
readonly "gpt-5.1-chat-latest": {
|
|
2286
2337
|
id: string;
|
|
2287
2338
|
name: string;
|
|
2288
2339
|
api: "azure-openai-responses";
|
|
@@ -2299,7 +2350,7 @@ export declare const MODELS: {
|
|
|
2299
2350
|
contextWindow: number;
|
|
2300
2351
|
maxTokens: number;
|
|
2301
2352
|
};
|
|
2302
|
-
readonly "gpt-5-
|
|
2353
|
+
readonly "gpt-5.1-codex": {
|
|
2303
2354
|
id: string;
|
|
2304
2355
|
name: string;
|
|
2305
2356
|
api: "azure-openai-responses";
|
|
@@ -2316,7 +2367,7 @@ export declare const MODELS: {
|
|
|
2316
2367
|
contextWindow: number;
|
|
2317
2368
|
maxTokens: number;
|
|
2318
2369
|
};
|
|
2319
|
-
readonly "gpt-5-
|
|
2370
|
+
readonly "gpt-5.1-codex-max": {
|
|
2320
2371
|
id: string;
|
|
2321
2372
|
name: string;
|
|
2322
2373
|
api: "azure-openai-responses";
|
|
@@ -2333,7 +2384,7 @@ export declare const MODELS: {
|
|
|
2333
2384
|
contextWindow: number;
|
|
2334
2385
|
maxTokens: number;
|
|
2335
2386
|
};
|
|
2336
|
-
readonly "gpt-5.1": {
|
|
2387
|
+
readonly "gpt-5.1-codex-mini": {
|
|
2337
2388
|
id: string;
|
|
2338
2389
|
name: string;
|
|
2339
2390
|
api: "azure-openai-responses";
|
|
@@ -2350,7 +2401,7 @@ export declare const MODELS: {
|
|
|
2350
2401
|
contextWindow: number;
|
|
2351
2402
|
maxTokens: number;
|
|
2352
2403
|
};
|
|
2353
|
-
readonly "gpt-5.
|
|
2404
|
+
readonly "gpt-5.2": {
|
|
2354
2405
|
id: string;
|
|
2355
2406
|
name: string;
|
|
2356
2407
|
api: "azure-openai-responses";
|
|
@@ -2367,7 +2418,7 @@ export declare const MODELS: {
|
|
|
2367
2418
|
contextWindow: number;
|
|
2368
2419
|
maxTokens: number;
|
|
2369
2420
|
};
|
|
2370
|
-
readonly "gpt-5.
|
|
2421
|
+
readonly "gpt-5.2-chat-latest": {
|
|
2371
2422
|
id: string;
|
|
2372
2423
|
name: string;
|
|
2373
2424
|
api: "azure-openai-responses";
|
|
@@ -2384,7 +2435,7 @@ export declare const MODELS: {
|
|
|
2384
2435
|
contextWindow: number;
|
|
2385
2436
|
maxTokens: number;
|
|
2386
2437
|
};
|
|
2387
|
-
readonly "gpt-5.
|
|
2438
|
+
readonly "gpt-5.2-codex": {
|
|
2388
2439
|
id: string;
|
|
2389
2440
|
name: string;
|
|
2390
2441
|
api: "azure-openai-responses";
|
|
@@ -2401,7 +2452,7 @@ export declare const MODELS: {
|
|
|
2401
2452
|
contextWindow: number;
|
|
2402
2453
|
maxTokens: number;
|
|
2403
2454
|
};
|
|
2404
|
-
readonly "gpt-5.
|
|
2455
|
+
readonly "gpt-5.2-pro": {
|
|
2405
2456
|
id: string;
|
|
2406
2457
|
name: string;
|
|
2407
2458
|
api: "azure-openai-responses";
|
|
@@ -2418,13 +2469,13 @@ export declare const MODELS: {
|
|
|
2418
2469
|
contextWindow: number;
|
|
2419
2470
|
maxTokens: number;
|
|
2420
2471
|
};
|
|
2421
|
-
readonly "gpt-5.
|
|
2472
|
+
readonly "gpt-5.3-chat-latest": {
|
|
2422
2473
|
id: string;
|
|
2423
2474
|
name: string;
|
|
2424
2475
|
api: "azure-openai-responses";
|
|
2425
2476
|
provider: string;
|
|
2426
2477
|
baseUrl: string;
|
|
2427
|
-
reasoning:
|
|
2478
|
+
reasoning: false;
|
|
2428
2479
|
input: ("image" | "text")[];
|
|
2429
2480
|
cost: {
|
|
2430
2481
|
input: number;
|
|
@@ -2435,7 +2486,7 @@ export declare const MODELS: {
|
|
|
2435
2486
|
contextWindow: number;
|
|
2436
2487
|
maxTokens: number;
|
|
2437
2488
|
};
|
|
2438
|
-
readonly "gpt-5.
|
|
2489
|
+
readonly "gpt-5.3-codex": {
|
|
2439
2490
|
id: string;
|
|
2440
2491
|
name: string;
|
|
2441
2492
|
api: "azure-openai-responses";
|
|
@@ -2452,7 +2503,7 @@ export declare const MODELS: {
|
|
|
2452
2503
|
contextWindow: number;
|
|
2453
2504
|
maxTokens: number;
|
|
2454
2505
|
};
|
|
2455
|
-
readonly "gpt-5.
|
|
2506
|
+
readonly "gpt-5.3-codex-spark": {
|
|
2456
2507
|
id: string;
|
|
2457
2508
|
name: string;
|
|
2458
2509
|
api: "azure-openai-responses";
|
|
@@ -2469,7 +2520,7 @@ export declare const MODELS: {
|
|
|
2469
2520
|
contextWindow: number;
|
|
2470
2521
|
maxTokens: number;
|
|
2471
2522
|
};
|
|
2472
|
-
readonly "gpt-5.
|
|
2523
|
+
readonly "gpt-5.4": {
|
|
2473
2524
|
id: string;
|
|
2474
2525
|
name: string;
|
|
2475
2526
|
api: "azure-openai-responses";
|
|
@@ -2486,13 +2537,13 @@ export declare const MODELS: {
|
|
|
2486
2537
|
contextWindow: number;
|
|
2487
2538
|
maxTokens: number;
|
|
2488
2539
|
};
|
|
2489
|
-
readonly "gpt-5.
|
|
2540
|
+
readonly "gpt-5.4-mini": {
|
|
2490
2541
|
id: string;
|
|
2491
2542
|
name: string;
|
|
2492
2543
|
api: "azure-openai-responses";
|
|
2493
2544
|
provider: string;
|
|
2494
2545
|
baseUrl: string;
|
|
2495
|
-
reasoning:
|
|
2546
|
+
reasoning: true;
|
|
2496
2547
|
input: ("image" | "text")[];
|
|
2497
2548
|
cost: {
|
|
2498
2549
|
input: number;
|
|
@@ -2503,7 +2554,7 @@ export declare const MODELS: {
|
|
|
2503
2554
|
contextWindow: number;
|
|
2504
2555
|
maxTokens: number;
|
|
2505
2556
|
};
|
|
2506
|
-
readonly "gpt-5.
|
|
2557
|
+
readonly "gpt-5.4-nano": {
|
|
2507
2558
|
id: string;
|
|
2508
2559
|
name: string;
|
|
2509
2560
|
api: "azure-openai-responses";
|
|
@@ -2520,7 +2571,7 @@ export declare const MODELS: {
|
|
|
2520
2571
|
contextWindow: number;
|
|
2521
2572
|
maxTokens: number;
|
|
2522
2573
|
};
|
|
2523
|
-
readonly "gpt-5.
|
|
2574
|
+
readonly "gpt-5.4-pro": {
|
|
2524
2575
|
id: string;
|
|
2525
2576
|
name: string;
|
|
2526
2577
|
api: "azure-openai-responses";
|
|
@@ -2537,7 +2588,7 @@ export declare const MODELS: {
|
|
|
2537
2588
|
contextWindow: number;
|
|
2538
2589
|
maxTokens: number;
|
|
2539
2590
|
};
|
|
2540
|
-
readonly "gpt-5.
|
|
2591
|
+
readonly "gpt-5.5": {
|
|
2541
2592
|
id: string;
|
|
2542
2593
|
name: string;
|
|
2543
2594
|
api: "azure-openai-responses";
|
|
@@ -2554,7 +2605,7 @@ export declare const MODELS: {
|
|
|
2554
2605
|
contextWindow: number;
|
|
2555
2606
|
maxTokens: number;
|
|
2556
2607
|
};
|
|
2557
|
-
readonly "gpt-5.
|
|
2608
|
+
readonly "gpt-5.5-pro": {
|
|
2558
2609
|
id: string;
|
|
2559
2610
|
name: string;
|
|
2560
2611
|
api: "azure-openai-responses";
|
|
@@ -2571,7 +2622,7 @@ export declare const MODELS: {
|
|
|
2571
2622
|
contextWindow: number;
|
|
2572
2623
|
maxTokens: number;
|
|
2573
2624
|
};
|
|
2574
|
-
readonly "gpt-5.
|
|
2625
|
+
readonly "gpt-5.6": {
|
|
2575
2626
|
id: string;
|
|
2576
2627
|
name: string;
|
|
2577
2628
|
api: "azure-openai-responses";
|
|
@@ -2588,7 +2639,7 @@ export declare const MODELS: {
|
|
|
2588
2639
|
contextWindow: number;
|
|
2589
2640
|
maxTokens: number;
|
|
2590
2641
|
};
|
|
2591
|
-
readonly "gpt-5.
|
|
2642
|
+
readonly "gpt-5.6-luna": {
|
|
2592
2643
|
id: string;
|
|
2593
2644
|
name: string;
|
|
2594
2645
|
api: "azure-openai-responses";
|
|
@@ -2605,7 +2656,7 @@ export declare const MODELS: {
|
|
|
2605
2656
|
contextWindow: number;
|
|
2606
2657
|
maxTokens: number;
|
|
2607
2658
|
};
|
|
2608
|
-
readonly "gpt-5.
|
|
2659
|
+
readonly "gpt-5.6-sol": {
|
|
2609
2660
|
id: string;
|
|
2610
2661
|
name: string;
|
|
2611
2662
|
api: "azure-openai-responses";
|
|
@@ -2622,7 +2673,7 @@ export declare const MODELS: {
|
|
|
2622
2673
|
contextWindow: number;
|
|
2623
2674
|
maxTokens: number;
|
|
2624
2675
|
};
|
|
2625
|
-
readonly "gpt-5.
|
|
2676
|
+
readonly "gpt-5.6-terra": {
|
|
2626
2677
|
id: string;
|
|
2627
2678
|
name: string;
|
|
2628
2679
|
api: "azure-openai-responses";
|
|
@@ -2777,6 +2828,23 @@ export declare const MODELS: {
|
|
|
2777
2828
|
};
|
|
2778
2829
|
};
|
|
2779
2830
|
readonly cerebras: {
|
|
2831
|
+
readonly "gemma-4-31b": {
|
|
2832
|
+
id: string;
|
|
2833
|
+
name: string;
|
|
2834
|
+
api: "openai-completions";
|
|
2835
|
+
provider: string;
|
|
2836
|
+
baseUrl: string;
|
|
2837
|
+
reasoning: true;
|
|
2838
|
+
input: ("image" | "text")[];
|
|
2839
|
+
cost: {
|
|
2840
|
+
input: number;
|
|
2841
|
+
output: number;
|
|
2842
|
+
cacheRead: number;
|
|
2843
|
+
cacheWrite: number;
|
|
2844
|
+
};
|
|
2845
|
+
contextWindow: number;
|
|
2846
|
+
maxTokens: number;
|
|
2847
|
+
};
|
|
2780
2848
|
readonly "gpt-oss-120b": {
|
|
2781
2849
|
id: string;
|
|
2782
2850
|
name: string;
|
|
@@ -2916,7 +2984,30 @@ export declare const MODELS: {
|
|
|
2916
2984
|
contextWindow: number;
|
|
2917
2985
|
maxTokens: number;
|
|
2918
2986
|
};
|
|
2919
|
-
readonly "claude-opus-4.8": {
|
|
2987
|
+
readonly "claude-opus-4.8": {
|
|
2988
|
+
id: string;
|
|
2989
|
+
name: string;
|
|
2990
|
+
api: "anthropic-messages";
|
|
2991
|
+
provider: string;
|
|
2992
|
+
baseUrl: string;
|
|
2993
|
+
headers: {
|
|
2994
|
+
"User-Agent": string;
|
|
2995
|
+
"Editor-Version": string;
|
|
2996
|
+
"Editor-Plugin-Version": string;
|
|
2997
|
+
"Copilot-Integration-Id": string;
|
|
2998
|
+
};
|
|
2999
|
+
reasoning: true;
|
|
3000
|
+
input: ("image" | "text")[];
|
|
3001
|
+
cost: {
|
|
3002
|
+
input: number;
|
|
3003
|
+
output: number;
|
|
3004
|
+
cacheRead: number;
|
|
3005
|
+
cacheWrite: number;
|
|
3006
|
+
};
|
|
3007
|
+
contextWindow: number;
|
|
3008
|
+
maxTokens: number;
|
|
3009
|
+
};
|
|
3010
|
+
readonly "claude-sonnet-4": {
|
|
2920
3011
|
id: string;
|
|
2921
3012
|
name: string;
|
|
2922
3013
|
api: "anthropic-messages";
|
|
@@ -2939,7 +3030,7 @@ export declare const MODELS: {
|
|
|
2939
3030
|
contextWindow: number;
|
|
2940
3031
|
maxTokens: number;
|
|
2941
3032
|
};
|
|
2942
|
-
readonly "claude-sonnet-4": {
|
|
3033
|
+
readonly "claude-sonnet-4.5": {
|
|
2943
3034
|
id: string;
|
|
2944
3035
|
name: string;
|
|
2945
3036
|
api: "anthropic-messages";
|
|
@@ -2962,7 +3053,7 @@ export declare const MODELS: {
|
|
|
2962
3053
|
contextWindow: number;
|
|
2963
3054
|
maxTokens: number;
|
|
2964
3055
|
};
|
|
2965
|
-
readonly "claude-sonnet-4.
|
|
3056
|
+
readonly "claude-sonnet-4.6": {
|
|
2966
3057
|
id: string;
|
|
2967
3058
|
name: string;
|
|
2968
3059
|
api: "anthropic-messages";
|
|
@@ -2985,10 +3076,10 @@ export declare const MODELS: {
|
|
|
2985
3076
|
contextWindow: number;
|
|
2986
3077
|
maxTokens: number;
|
|
2987
3078
|
};
|
|
2988
|
-
readonly "claude-sonnet-
|
|
3079
|
+
readonly "claude-sonnet-5": {
|
|
2989
3080
|
id: string;
|
|
2990
3081
|
name: string;
|
|
2991
|
-
api: "
|
|
3082
|
+
api: "openai-completions";
|
|
2992
3083
|
provider: string;
|
|
2993
3084
|
baseUrl: string;
|
|
2994
3085
|
headers: {
|
|
@@ -2997,6 +3088,11 @@ export declare const MODELS: {
|
|
|
2997
3088
|
"Editor-Plugin-Version": string;
|
|
2998
3089
|
"Copilot-Integration-Id": string;
|
|
2999
3090
|
};
|
|
3091
|
+
compat: {
|
|
3092
|
+
supportsStore: false;
|
|
3093
|
+
supportsDeveloperRole: false;
|
|
3094
|
+
supportsReasoningEffort: false;
|
|
3095
|
+
};
|
|
3000
3096
|
reasoning: true;
|
|
3001
3097
|
input: ("image" | "text")[];
|
|
3002
3098
|
cost: {
|
|
@@ -3332,6 +3428,62 @@ export declare const MODELS: {
|
|
|
3332
3428
|
contextWindow: number;
|
|
3333
3429
|
maxTokens: number;
|
|
3334
3430
|
};
|
|
3431
|
+
readonly "kimi-k2.7-code": {
|
|
3432
|
+
id: string;
|
|
3433
|
+
name: string;
|
|
3434
|
+
api: "openai-completions";
|
|
3435
|
+
provider: string;
|
|
3436
|
+
baseUrl: string;
|
|
3437
|
+
headers: {
|
|
3438
|
+
"User-Agent": string;
|
|
3439
|
+
"Editor-Version": string;
|
|
3440
|
+
"Editor-Plugin-Version": string;
|
|
3441
|
+
"Copilot-Integration-Id": string;
|
|
3442
|
+
};
|
|
3443
|
+
compat: {
|
|
3444
|
+
supportsStore: false;
|
|
3445
|
+
supportsDeveloperRole: false;
|
|
3446
|
+
supportsReasoningEffort: false;
|
|
3447
|
+
};
|
|
3448
|
+
reasoning: true;
|
|
3449
|
+
input: ("image" | "text")[];
|
|
3450
|
+
cost: {
|
|
3451
|
+
input: number;
|
|
3452
|
+
output: number;
|
|
3453
|
+
cacheRead: number;
|
|
3454
|
+
cacheWrite: number;
|
|
3455
|
+
};
|
|
3456
|
+
contextWindow: number;
|
|
3457
|
+
maxTokens: number;
|
|
3458
|
+
};
|
|
3459
|
+
readonly "mai-code-1-flash-picker": {
|
|
3460
|
+
id: string;
|
|
3461
|
+
name: string;
|
|
3462
|
+
api: "openai-completions";
|
|
3463
|
+
provider: string;
|
|
3464
|
+
baseUrl: string;
|
|
3465
|
+
headers: {
|
|
3466
|
+
"User-Agent": string;
|
|
3467
|
+
"Editor-Version": string;
|
|
3468
|
+
"Editor-Plugin-Version": string;
|
|
3469
|
+
"Copilot-Integration-Id": string;
|
|
3470
|
+
};
|
|
3471
|
+
compat: {
|
|
3472
|
+
supportsStore: false;
|
|
3473
|
+
supportsDeveloperRole: false;
|
|
3474
|
+
supportsReasoningEffort: false;
|
|
3475
|
+
};
|
|
3476
|
+
reasoning: true;
|
|
3477
|
+
input: "text"[];
|
|
3478
|
+
cost: {
|
|
3479
|
+
input: number;
|
|
3480
|
+
output: number;
|
|
3481
|
+
cacheRead: number;
|
|
3482
|
+
cacheWrite: number;
|
|
3483
|
+
};
|
|
3484
|
+
contextWindow: number;
|
|
3485
|
+
maxTokens: number;
|
|
3486
|
+
};
|
|
3335
3487
|
};
|
|
3336
3488
|
readonly google: {
|
|
3337
3489
|
readonly "gemini-2.0-flash": {
|
|
@@ -4934,6 +5086,26 @@ export declare const MODELS: {
|
|
|
4934
5086
|
contextWindow: number;
|
|
4935
5087
|
maxTokens: number;
|
|
4936
5088
|
};
|
|
5089
|
+
readonly "openai/gpt-oss-20b": {
|
|
5090
|
+
id: string;
|
|
5091
|
+
name: string;
|
|
5092
|
+
api: "openai-completions";
|
|
5093
|
+
provider: string;
|
|
5094
|
+
baseUrl: string;
|
|
5095
|
+
compat: {
|
|
5096
|
+
supportsDeveloperRole: false;
|
|
5097
|
+
};
|
|
5098
|
+
reasoning: true;
|
|
5099
|
+
input: "text"[];
|
|
5100
|
+
cost: {
|
|
5101
|
+
input: number;
|
|
5102
|
+
output: number;
|
|
5103
|
+
cacheRead: number;
|
|
5104
|
+
cacheWrite: number;
|
|
5105
|
+
};
|
|
5106
|
+
contextWindow: number;
|
|
5107
|
+
maxTokens: number;
|
|
5108
|
+
};
|
|
4937
5109
|
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
4938
5110
|
id: string;
|
|
4939
5111
|
name: string;
|
|
@@ -5633,7 +5805,7 @@ export declare const MODELS: {
|
|
|
5633
5805
|
api: "mistral-conversations";
|
|
5634
5806
|
provider: string;
|
|
5635
5807
|
baseUrl: string;
|
|
5636
|
-
reasoning:
|
|
5808
|
+
reasoning: true;
|
|
5637
5809
|
input: ("image" | "text")[];
|
|
5638
5810
|
cost: {
|
|
5639
5811
|
input: number;
|
|
@@ -6394,6 +6566,74 @@ export declare const MODELS: {
|
|
|
6394
6566
|
contextWindow: number;
|
|
6395
6567
|
maxTokens: number;
|
|
6396
6568
|
};
|
|
6569
|
+
readonly "gpt-5.6": {
|
|
6570
|
+
id: string;
|
|
6571
|
+
name: string;
|
|
6572
|
+
api: "openai-responses";
|
|
6573
|
+
provider: string;
|
|
6574
|
+
baseUrl: string;
|
|
6575
|
+
reasoning: true;
|
|
6576
|
+
input: ("image" | "text")[];
|
|
6577
|
+
cost: {
|
|
6578
|
+
input: number;
|
|
6579
|
+
output: number;
|
|
6580
|
+
cacheRead: number;
|
|
6581
|
+
cacheWrite: number;
|
|
6582
|
+
};
|
|
6583
|
+
contextWindow: number;
|
|
6584
|
+
maxTokens: number;
|
|
6585
|
+
};
|
|
6586
|
+
readonly "gpt-5.6-luna": {
|
|
6587
|
+
id: string;
|
|
6588
|
+
name: string;
|
|
6589
|
+
api: "openai-responses";
|
|
6590
|
+
provider: string;
|
|
6591
|
+
baseUrl: string;
|
|
6592
|
+
reasoning: true;
|
|
6593
|
+
input: ("image" | "text")[];
|
|
6594
|
+
cost: {
|
|
6595
|
+
input: number;
|
|
6596
|
+
output: number;
|
|
6597
|
+
cacheRead: number;
|
|
6598
|
+
cacheWrite: number;
|
|
6599
|
+
};
|
|
6600
|
+
contextWindow: number;
|
|
6601
|
+
maxTokens: number;
|
|
6602
|
+
};
|
|
6603
|
+
readonly "gpt-5.6-sol": {
|
|
6604
|
+
id: string;
|
|
6605
|
+
name: string;
|
|
6606
|
+
api: "openai-responses";
|
|
6607
|
+
provider: string;
|
|
6608
|
+
baseUrl: string;
|
|
6609
|
+
reasoning: true;
|
|
6610
|
+
input: ("image" | "text")[];
|
|
6611
|
+
cost: {
|
|
6612
|
+
input: number;
|
|
6613
|
+
output: number;
|
|
6614
|
+
cacheRead: number;
|
|
6615
|
+
cacheWrite: number;
|
|
6616
|
+
};
|
|
6617
|
+
contextWindow: number;
|
|
6618
|
+
maxTokens: number;
|
|
6619
|
+
};
|
|
6620
|
+
readonly "gpt-5.6-terra": {
|
|
6621
|
+
id: string;
|
|
6622
|
+
name: string;
|
|
6623
|
+
api: "openai-responses";
|
|
6624
|
+
provider: string;
|
|
6625
|
+
baseUrl: string;
|
|
6626
|
+
reasoning: true;
|
|
6627
|
+
input: ("image" | "text")[];
|
|
6628
|
+
cost: {
|
|
6629
|
+
input: number;
|
|
6630
|
+
output: number;
|
|
6631
|
+
cacheRead: number;
|
|
6632
|
+
cacheWrite: number;
|
|
6633
|
+
};
|
|
6634
|
+
contextWindow: number;
|
|
6635
|
+
maxTokens: number;
|
|
6636
|
+
};
|
|
6397
6637
|
readonly o1: {
|
|
6398
6638
|
id: string;
|
|
6399
6639
|
name: string;
|
|
@@ -6687,6 +6927,23 @@ export declare const MODELS: {
|
|
|
6687
6927
|
contextWindow: number;
|
|
6688
6928
|
maxTokens: number;
|
|
6689
6929
|
};
|
|
6930
|
+
readonly "claude-fable-5": {
|
|
6931
|
+
id: string;
|
|
6932
|
+
name: string;
|
|
6933
|
+
api: "anthropic-messages";
|
|
6934
|
+
provider: string;
|
|
6935
|
+
baseUrl: string;
|
|
6936
|
+
reasoning: true;
|
|
6937
|
+
input: ("image" | "text")[];
|
|
6938
|
+
cost: {
|
|
6939
|
+
input: number;
|
|
6940
|
+
output: number;
|
|
6941
|
+
cacheRead: number;
|
|
6942
|
+
cacheWrite: number;
|
|
6943
|
+
};
|
|
6944
|
+
contextWindow: number;
|
|
6945
|
+
maxTokens: number;
|
|
6946
|
+
};
|
|
6690
6947
|
readonly "claude-haiku-4-5": {
|
|
6691
6948
|
id: string;
|
|
6692
6949
|
name: string;
|
|
@@ -6840,6 +7097,23 @@ export declare const MODELS: {
|
|
|
6840
7097
|
contextWindow: number;
|
|
6841
7098
|
maxTokens: number;
|
|
6842
7099
|
};
|
|
7100
|
+
readonly "claude-sonnet-5": {
|
|
7101
|
+
id: string;
|
|
7102
|
+
name: string;
|
|
7103
|
+
api: "anthropic-messages";
|
|
7104
|
+
provider: string;
|
|
7105
|
+
baseUrl: string;
|
|
7106
|
+
reasoning: true;
|
|
7107
|
+
input: ("image" | "text")[];
|
|
7108
|
+
cost: {
|
|
7109
|
+
input: number;
|
|
7110
|
+
output: number;
|
|
7111
|
+
cacheRead: number;
|
|
7112
|
+
cacheWrite: number;
|
|
7113
|
+
};
|
|
7114
|
+
contextWindow: number;
|
|
7115
|
+
maxTokens: number;
|
|
7116
|
+
};
|
|
6843
7117
|
readonly "deepseek-v4-flash": {
|
|
6844
7118
|
id: string;
|
|
6845
7119
|
name: string;
|
|
@@ -7112,7 +7386,75 @@ export declare const MODELS: {
|
|
|
7112
7386
|
contextWindow: number;
|
|
7113
7387
|
maxTokens: number;
|
|
7114
7388
|
};
|
|
7115
|
-
readonly "gpt-5.2": {
|
|
7389
|
+
readonly "gpt-5.2": {
|
|
7390
|
+
id: string;
|
|
7391
|
+
name: string;
|
|
7392
|
+
api: "openai-responses";
|
|
7393
|
+
provider: string;
|
|
7394
|
+
baseUrl: string;
|
|
7395
|
+
reasoning: true;
|
|
7396
|
+
input: ("image" | "text")[];
|
|
7397
|
+
cost: {
|
|
7398
|
+
input: number;
|
|
7399
|
+
output: number;
|
|
7400
|
+
cacheRead: number;
|
|
7401
|
+
cacheWrite: number;
|
|
7402
|
+
};
|
|
7403
|
+
contextWindow: number;
|
|
7404
|
+
maxTokens: number;
|
|
7405
|
+
};
|
|
7406
|
+
readonly "gpt-5.2-codex": {
|
|
7407
|
+
id: string;
|
|
7408
|
+
name: string;
|
|
7409
|
+
api: "openai-responses";
|
|
7410
|
+
provider: string;
|
|
7411
|
+
baseUrl: string;
|
|
7412
|
+
reasoning: true;
|
|
7413
|
+
input: ("image" | "text")[];
|
|
7414
|
+
cost: {
|
|
7415
|
+
input: number;
|
|
7416
|
+
output: number;
|
|
7417
|
+
cacheRead: number;
|
|
7418
|
+
cacheWrite: number;
|
|
7419
|
+
};
|
|
7420
|
+
contextWindow: number;
|
|
7421
|
+
maxTokens: number;
|
|
7422
|
+
};
|
|
7423
|
+
readonly "gpt-5.3-codex": {
|
|
7424
|
+
id: string;
|
|
7425
|
+
name: string;
|
|
7426
|
+
api: "openai-responses";
|
|
7427
|
+
provider: string;
|
|
7428
|
+
baseUrl: string;
|
|
7429
|
+
reasoning: true;
|
|
7430
|
+
input: ("image" | "text")[];
|
|
7431
|
+
cost: {
|
|
7432
|
+
input: number;
|
|
7433
|
+
output: number;
|
|
7434
|
+
cacheRead: number;
|
|
7435
|
+
cacheWrite: number;
|
|
7436
|
+
};
|
|
7437
|
+
contextWindow: number;
|
|
7438
|
+
maxTokens: number;
|
|
7439
|
+
};
|
|
7440
|
+
readonly "gpt-5.4": {
|
|
7441
|
+
id: string;
|
|
7442
|
+
name: string;
|
|
7443
|
+
api: "openai-responses";
|
|
7444
|
+
provider: string;
|
|
7445
|
+
baseUrl: string;
|
|
7446
|
+
reasoning: true;
|
|
7447
|
+
input: ("image" | "text")[];
|
|
7448
|
+
cost: {
|
|
7449
|
+
input: number;
|
|
7450
|
+
output: number;
|
|
7451
|
+
cacheRead: number;
|
|
7452
|
+
cacheWrite: number;
|
|
7453
|
+
};
|
|
7454
|
+
contextWindow: number;
|
|
7455
|
+
maxTokens: number;
|
|
7456
|
+
};
|
|
7457
|
+
readonly "gpt-5.4-mini": {
|
|
7116
7458
|
id: string;
|
|
7117
7459
|
name: string;
|
|
7118
7460
|
api: "openai-responses";
|
|
@@ -7129,7 +7471,7 @@ export declare const MODELS: {
|
|
|
7129
7471
|
contextWindow: number;
|
|
7130
7472
|
maxTokens: number;
|
|
7131
7473
|
};
|
|
7132
|
-
readonly "gpt-5.
|
|
7474
|
+
readonly "gpt-5.4-nano": {
|
|
7133
7475
|
id: string;
|
|
7134
7476
|
name: string;
|
|
7135
7477
|
api: "openai-responses";
|
|
@@ -7146,7 +7488,7 @@ export declare const MODELS: {
|
|
|
7146
7488
|
contextWindow: number;
|
|
7147
7489
|
maxTokens: number;
|
|
7148
7490
|
};
|
|
7149
|
-
readonly "gpt-5.
|
|
7491
|
+
readonly "gpt-5.4-pro": {
|
|
7150
7492
|
id: string;
|
|
7151
7493
|
name: string;
|
|
7152
7494
|
api: "openai-responses";
|
|
@@ -7163,7 +7505,7 @@ export declare const MODELS: {
|
|
|
7163
7505
|
contextWindow: number;
|
|
7164
7506
|
maxTokens: number;
|
|
7165
7507
|
};
|
|
7166
|
-
readonly "gpt-5.
|
|
7508
|
+
readonly "gpt-5.5": {
|
|
7167
7509
|
id: string;
|
|
7168
7510
|
name: string;
|
|
7169
7511
|
api: "openai-responses";
|
|
@@ -7180,7 +7522,7 @@ export declare const MODELS: {
|
|
|
7180
7522
|
contextWindow: number;
|
|
7181
7523
|
maxTokens: number;
|
|
7182
7524
|
};
|
|
7183
|
-
readonly "gpt-5.
|
|
7525
|
+
readonly "gpt-5.5-pro": {
|
|
7184
7526
|
id: string;
|
|
7185
7527
|
name: string;
|
|
7186
7528
|
api: "openai-responses";
|
|
@@ -7197,10 +7539,10 @@ export declare const MODELS: {
|
|
|
7197
7539
|
contextWindow: number;
|
|
7198
7540
|
maxTokens: number;
|
|
7199
7541
|
};
|
|
7200
|
-
readonly "
|
|
7542
|
+
readonly "grok-4.5": {
|
|
7201
7543
|
id: string;
|
|
7202
7544
|
name: string;
|
|
7203
|
-
api: "openai-
|
|
7545
|
+
api: "openai-completions";
|
|
7204
7546
|
provider: string;
|
|
7205
7547
|
baseUrl: string;
|
|
7206
7548
|
reasoning: true;
|
|
@@ -7214,10 +7556,10 @@ export declare const MODELS: {
|
|
|
7214
7556
|
contextWindow: number;
|
|
7215
7557
|
maxTokens: number;
|
|
7216
7558
|
};
|
|
7217
|
-
readonly "
|
|
7559
|
+
readonly "grok-build-0.1": {
|
|
7218
7560
|
id: string;
|
|
7219
7561
|
name: string;
|
|
7220
|
-
api: "openai-
|
|
7562
|
+
api: "openai-completions";
|
|
7221
7563
|
provider: string;
|
|
7222
7564
|
baseUrl: string;
|
|
7223
7565
|
reasoning: true;
|
|
@@ -7231,14 +7573,14 @@ export declare const MODELS: {
|
|
|
7231
7573
|
contextWindow: number;
|
|
7232
7574
|
maxTokens: number;
|
|
7233
7575
|
};
|
|
7234
|
-
readonly "
|
|
7576
|
+
readonly "hy3-free": {
|
|
7235
7577
|
id: string;
|
|
7236
7578
|
name: string;
|
|
7237
|
-
api: "openai-
|
|
7579
|
+
api: "openai-completions";
|
|
7238
7580
|
provider: string;
|
|
7239
7581
|
baseUrl: string;
|
|
7240
7582
|
reasoning: true;
|
|
7241
|
-
input:
|
|
7583
|
+
input: "text"[];
|
|
7242
7584
|
cost: {
|
|
7243
7585
|
input: number;
|
|
7244
7586
|
output: number;
|
|
@@ -7248,10 +7590,10 @@ export declare const MODELS: {
|
|
|
7248
7590
|
contextWindow: number;
|
|
7249
7591
|
maxTokens: number;
|
|
7250
7592
|
};
|
|
7251
|
-
readonly "
|
|
7593
|
+
readonly "kimi-k2.5": {
|
|
7252
7594
|
id: string;
|
|
7253
7595
|
name: string;
|
|
7254
|
-
api: "openai-
|
|
7596
|
+
api: "openai-completions";
|
|
7255
7597
|
provider: string;
|
|
7256
7598
|
baseUrl: string;
|
|
7257
7599
|
reasoning: true;
|
|
@@ -7265,7 +7607,7 @@ export declare const MODELS: {
|
|
|
7265
7607
|
contextWindow: number;
|
|
7266
7608
|
maxTokens: number;
|
|
7267
7609
|
};
|
|
7268
|
-
readonly "
|
|
7610
|
+
readonly "kimi-k2.6": {
|
|
7269
7611
|
id: string;
|
|
7270
7612
|
name: string;
|
|
7271
7613
|
api: "openai-completions";
|
|
@@ -7282,7 +7624,7 @@ export declare const MODELS: {
|
|
|
7282
7624
|
contextWindow: number;
|
|
7283
7625
|
maxTokens: number;
|
|
7284
7626
|
};
|
|
7285
|
-
readonly "kimi-k2.
|
|
7627
|
+
readonly "kimi-k2.7-code": {
|
|
7286
7628
|
id: string;
|
|
7287
7629
|
name: string;
|
|
7288
7630
|
api: "openai-completions";
|
|
@@ -7299,7 +7641,7 @@ export declare const MODELS: {
|
|
|
7299
7641
|
contextWindow: number;
|
|
7300
7642
|
maxTokens: number;
|
|
7301
7643
|
};
|
|
7302
|
-
readonly "
|
|
7644
|
+
readonly "mimo-v2.5-free": {
|
|
7303
7645
|
id: string;
|
|
7304
7646
|
name: string;
|
|
7305
7647
|
api: "openai-completions";
|
|
@@ -7316,14 +7658,14 @@ export declare const MODELS: {
|
|
|
7316
7658
|
contextWindow: number;
|
|
7317
7659
|
maxTokens: number;
|
|
7318
7660
|
};
|
|
7319
|
-
readonly "
|
|
7661
|
+
readonly "minimax-m2.5": {
|
|
7320
7662
|
id: string;
|
|
7321
7663
|
name: string;
|
|
7322
7664
|
api: "openai-completions";
|
|
7323
7665
|
provider: string;
|
|
7324
7666
|
baseUrl: string;
|
|
7325
7667
|
reasoning: true;
|
|
7326
|
-
input:
|
|
7668
|
+
input: "text"[];
|
|
7327
7669
|
cost: {
|
|
7328
7670
|
input: number;
|
|
7329
7671
|
output: number;
|
|
@@ -7333,7 +7675,7 @@ export declare const MODELS: {
|
|
|
7333
7675
|
contextWindow: number;
|
|
7334
7676
|
maxTokens: number;
|
|
7335
7677
|
};
|
|
7336
|
-
readonly "minimax-m2.
|
|
7678
|
+
readonly "minimax-m2.7": {
|
|
7337
7679
|
id: string;
|
|
7338
7680
|
name: string;
|
|
7339
7681
|
api: "openai-completions";
|
|
@@ -7350,14 +7692,14 @@ export declare const MODELS: {
|
|
|
7350
7692
|
contextWindow: number;
|
|
7351
7693
|
maxTokens: number;
|
|
7352
7694
|
};
|
|
7353
|
-
readonly "minimax-
|
|
7695
|
+
readonly "minimax-m3": {
|
|
7354
7696
|
id: string;
|
|
7355
7697
|
name: string;
|
|
7356
7698
|
api: "openai-completions";
|
|
7357
7699
|
provider: string;
|
|
7358
7700
|
baseUrl: string;
|
|
7359
7701
|
reasoning: true;
|
|
7360
|
-
input: "text"[];
|
|
7702
|
+
input: ("image" | "text")[];
|
|
7361
7703
|
cost: {
|
|
7362
7704
|
input: number;
|
|
7363
7705
|
output: number;
|
|
@@ -7677,6 +8019,57 @@ export declare const MODELS: {
|
|
|
7677
8019
|
contextWindow: number;
|
|
7678
8020
|
maxTokens: number;
|
|
7679
8021
|
};
|
|
8022
|
+
readonly "aion-labs/aion-2.0": {
|
|
8023
|
+
id: string;
|
|
8024
|
+
name: string;
|
|
8025
|
+
api: "openai-completions";
|
|
8026
|
+
provider: string;
|
|
8027
|
+
baseUrl: string;
|
|
8028
|
+
reasoning: true;
|
|
8029
|
+
input: "text"[];
|
|
8030
|
+
cost: {
|
|
8031
|
+
input: number;
|
|
8032
|
+
output: number;
|
|
8033
|
+
cacheRead: number;
|
|
8034
|
+
cacheWrite: number;
|
|
8035
|
+
};
|
|
8036
|
+
contextWindow: number;
|
|
8037
|
+
maxTokens: number;
|
|
8038
|
+
};
|
|
8039
|
+
readonly "aion-labs/aion-3.0": {
|
|
8040
|
+
id: string;
|
|
8041
|
+
name: string;
|
|
8042
|
+
api: "openai-completions";
|
|
8043
|
+
provider: string;
|
|
8044
|
+
baseUrl: string;
|
|
8045
|
+
reasoning: true;
|
|
8046
|
+
input: "text"[];
|
|
8047
|
+
cost: {
|
|
8048
|
+
input: number;
|
|
8049
|
+
output: number;
|
|
8050
|
+
cacheRead: number;
|
|
8051
|
+
cacheWrite: number;
|
|
8052
|
+
};
|
|
8053
|
+
contextWindow: number;
|
|
8054
|
+
maxTokens: number;
|
|
8055
|
+
};
|
|
8056
|
+
readonly "aion-labs/aion-3.0-mini": {
|
|
8057
|
+
id: string;
|
|
8058
|
+
name: string;
|
|
8059
|
+
api: "openai-completions";
|
|
8060
|
+
provider: string;
|
|
8061
|
+
baseUrl: string;
|
|
8062
|
+
reasoning: true;
|
|
8063
|
+
input: "text"[];
|
|
8064
|
+
cost: {
|
|
8065
|
+
input: number;
|
|
8066
|
+
output: number;
|
|
8067
|
+
cacheRead: number;
|
|
8068
|
+
cacheWrite: number;
|
|
8069
|
+
};
|
|
8070
|
+
contextWindow: number;
|
|
8071
|
+
maxTokens: number;
|
|
8072
|
+
};
|
|
7680
8073
|
readonly "amazon/nova-2-lite-v1": {
|
|
7681
8074
|
id: string;
|
|
7682
8075
|
name: string;
|
|
@@ -8000,6 +8393,23 @@ export declare const MODELS: {
|
|
|
8000
8393
|
contextWindow: number;
|
|
8001
8394
|
maxTokens: number;
|
|
8002
8395
|
};
|
|
8396
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
8397
|
+
id: string;
|
|
8398
|
+
name: string;
|
|
8399
|
+
api: "openai-completions";
|
|
8400
|
+
provider: string;
|
|
8401
|
+
baseUrl: string;
|
|
8402
|
+
reasoning: true;
|
|
8403
|
+
input: ("image" | "text")[];
|
|
8404
|
+
cost: {
|
|
8405
|
+
input: number;
|
|
8406
|
+
output: number;
|
|
8407
|
+
cacheRead: number;
|
|
8408
|
+
cacheWrite: number;
|
|
8409
|
+
};
|
|
8410
|
+
contextWindow: number;
|
|
8411
|
+
maxTokens: number;
|
|
8412
|
+
};
|
|
8003
8413
|
readonly "arcee-ai/trinity-large-thinking": {
|
|
8004
8414
|
id: string;
|
|
8005
8415
|
name: string;
|
|
@@ -8391,23 +8801,6 @@ export declare const MODELS: {
|
|
|
8391
8801
|
contextWindow: number;
|
|
8392
8802
|
maxTokens: number;
|
|
8393
8803
|
};
|
|
8394
|
-
readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
8395
|
-
id: string;
|
|
8396
|
-
name: string;
|
|
8397
|
-
api: "openai-completions";
|
|
8398
|
-
provider: string;
|
|
8399
|
-
baseUrl: string;
|
|
8400
|
-
reasoning: true;
|
|
8401
|
-
input: ("image" | "text")[];
|
|
8402
|
-
cost: {
|
|
8403
|
-
input: number;
|
|
8404
|
-
output: number;
|
|
8405
|
-
cacheRead: number;
|
|
8406
|
-
cacheWrite: number;
|
|
8407
|
-
};
|
|
8408
|
-
contextWindow: number;
|
|
8409
|
-
maxTokens: number;
|
|
8410
|
-
};
|
|
8411
8804
|
readonly "google/gemini-2.5-pro": {
|
|
8412
8805
|
id: string;
|
|
8413
8806
|
name: string;
|
|
@@ -9394,6 +9787,40 @@ export declare const MODELS: {
|
|
|
9394
9787
|
contextWindow: number;
|
|
9395
9788
|
maxTokens: number;
|
|
9396
9789
|
};
|
|
9790
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
9791
|
+
id: string;
|
|
9792
|
+
name: string;
|
|
9793
|
+
api: "openai-completions";
|
|
9794
|
+
provider: string;
|
|
9795
|
+
baseUrl: string;
|
|
9796
|
+
reasoning: true;
|
|
9797
|
+
input: ("image" | "text")[];
|
|
9798
|
+
cost: {
|
|
9799
|
+
input: number;
|
|
9800
|
+
output: number;
|
|
9801
|
+
cacheRead: number;
|
|
9802
|
+
cacheWrite: number;
|
|
9803
|
+
};
|
|
9804
|
+
contextWindow: number;
|
|
9805
|
+
maxTokens: number;
|
|
9806
|
+
};
|
|
9807
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
9808
|
+
id: string;
|
|
9809
|
+
name: string;
|
|
9810
|
+
api: "openai-completions";
|
|
9811
|
+
provider: string;
|
|
9812
|
+
baseUrl: string;
|
|
9813
|
+
reasoning: true;
|
|
9814
|
+
input: ("image" | "text")[];
|
|
9815
|
+
cost: {
|
|
9816
|
+
input: number;
|
|
9817
|
+
output: number;
|
|
9818
|
+
cacheRead: number;
|
|
9819
|
+
cacheWrite: number;
|
|
9820
|
+
};
|
|
9821
|
+
contextWindow: number;
|
|
9822
|
+
maxTokens: number;
|
|
9823
|
+
};
|
|
9397
9824
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
9398
9825
|
id: string;
|
|
9399
9826
|
name: string;
|
|
@@ -9836,7 +10263,109 @@ export declare const MODELS: {
|
|
|
9836
10263
|
contextWindow: number;
|
|
9837
10264
|
maxTokens: number;
|
|
9838
10265
|
};
|
|
9839
|
-
readonly "openai/gpt-5-codex": {
|
|
10266
|
+
readonly "openai/gpt-5-codex": {
|
|
10267
|
+
id: string;
|
|
10268
|
+
name: string;
|
|
10269
|
+
api: "openai-completions";
|
|
10270
|
+
provider: string;
|
|
10271
|
+
baseUrl: string;
|
|
10272
|
+
reasoning: true;
|
|
10273
|
+
input: ("image" | "text")[];
|
|
10274
|
+
cost: {
|
|
10275
|
+
input: number;
|
|
10276
|
+
output: number;
|
|
10277
|
+
cacheRead: number;
|
|
10278
|
+
cacheWrite: number;
|
|
10279
|
+
};
|
|
10280
|
+
contextWindow: number;
|
|
10281
|
+
maxTokens: number;
|
|
10282
|
+
};
|
|
10283
|
+
readonly "openai/gpt-5-mini": {
|
|
10284
|
+
id: string;
|
|
10285
|
+
name: string;
|
|
10286
|
+
api: "openai-completions";
|
|
10287
|
+
provider: string;
|
|
10288
|
+
baseUrl: string;
|
|
10289
|
+
reasoning: true;
|
|
10290
|
+
input: ("image" | "text")[];
|
|
10291
|
+
cost: {
|
|
10292
|
+
input: number;
|
|
10293
|
+
output: number;
|
|
10294
|
+
cacheRead: number;
|
|
10295
|
+
cacheWrite: number;
|
|
10296
|
+
};
|
|
10297
|
+
contextWindow: number;
|
|
10298
|
+
maxTokens: number;
|
|
10299
|
+
};
|
|
10300
|
+
readonly "openai/gpt-5-nano": {
|
|
10301
|
+
id: string;
|
|
10302
|
+
name: string;
|
|
10303
|
+
api: "openai-completions";
|
|
10304
|
+
provider: string;
|
|
10305
|
+
baseUrl: string;
|
|
10306
|
+
reasoning: true;
|
|
10307
|
+
input: ("image" | "text")[];
|
|
10308
|
+
cost: {
|
|
10309
|
+
input: number;
|
|
10310
|
+
output: number;
|
|
10311
|
+
cacheRead: number;
|
|
10312
|
+
cacheWrite: number;
|
|
10313
|
+
};
|
|
10314
|
+
contextWindow: number;
|
|
10315
|
+
maxTokens: number;
|
|
10316
|
+
};
|
|
10317
|
+
readonly "openai/gpt-5-pro": {
|
|
10318
|
+
id: string;
|
|
10319
|
+
name: string;
|
|
10320
|
+
api: "openai-completions";
|
|
10321
|
+
provider: string;
|
|
10322
|
+
baseUrl: string;
|
|
10323
|
+
reasoning: true;
|
|
10324
|
+
input: ("image" | "text")[];
|
|
10325
|
+
cost: {
|
|
10326
|
+
input: number;
|
|
10327
|
+
output: number;
|
|
10328
|
+
cacheRead: number;
|
|
10329
|
+
cacheWrite: number;
|
|
10330
|
+
};
|
|
10331
|
+
contextWindow: number;
|
|
10332
|
+
maxTokens: number;
|
|
10333
|
+
};
|
|
10334
|
+
readonly "openai/gpt-5.1": {
|
|
10335
|
+
id: string;
|
|
10336
|
+
name: string;
|
|
10337
|
+
api: "openai-completions";
|
|
10338
|
+
provider: string;
|
|
10339
|
+
baseUrl: string;
|
|
10340
|
+
reasoning: true;
|
|
10341
|
+
input: ("image" | "text")[];
|
|
10342
|
+
cost: {
|
|
10343
|
+
input: number;
|
|
10344
|
+
output: number;
|
|
10345
|
+
cacheRead: number;
|
|
10346
|
+
cacheWrite: number;
|
|
10347
|
+
};
|
|
10348
|
+
contextWindow: number;
|
|
10349
|
+
maxTokens: number;
|
|
10350
|
+
};
|
|
10351
|
+
readonly "openai/gpt-5.1-chat": {
|
|
10352
|
+
id: string;
|
|
10353
|
+
name: string;
|
|
10354
|
+
api: "openai-completions";
|
|
10355
|
+
provider: string;
|
|
10356
|
+
baseUrl: string;
|
|
10357
|
+
reasoning: false;
|
|
10358
|
+
input: ("image" | "text")[];
|
|
10359
|
+
cost: {
|
|
10360
|
+
input: number;
|
|
10361
|
+
output: number;
|
|
10362
|
+
cacheRead: number;
|
|
10363
|
+
cacheWrite: number;
|
|
10364
|
+
};
|
|
10365
|
+
contextWindow: number;
|
|
10366
|
+
maxTokens: number;
|
|
10367
|
+
};
|
|
10368
|
+
readonly "openai/gpt-5.1-codex": {
|
|
9840
10369
|
id: string;
|
|
9841
10370
|
name: string;
|
|
9842
10371
|
api: "openai-completions";
|
|
@@ -9853,7 +10382,7 @@ export declare const MODELS: {
|
|
|
9853
10382
|
contextWindow: number;
|
|
9854
10383
|
maxTokens: number;
|
|
9855
10384
|
};
|
|
9856
|
-
readonly "openai/gpt-5-
|
|
10385
|
+
readonly "openai/gpt-5.1-codex-max": {
|
|
9857
10386
|
id: string;
|
|
9858
10387
|
name: string;
|
|
9859
10388
|
api: "openai-completions";
|
|
@@ -9870,7 +10399,7 @@ export declare const MODELS: {
|
|
|
9870
10399
|
contextWindow: number;
|
|
9871
10400
|
maxTokens: number;
|
|
9872
10401
|
};
|
|
9873
|
-
readonly "openai/gpt-5-
|
|
10402
|
+
readonly "openai/gpt-5.1-codex-mini": {
|
|
9874
10403
|
id: string;
|
|
9875
10404
|
name: string;
|
|
9876
10405
|
api: "openai-completions";
|
|
@@ -9887,7 +10416,7 @@ export declare const MODELS: {
|
|
|
9887
10416
|
contextWindow: number;
|
|
9888
10417
|
maxTokens: number;
|
|
9889
10418
|
};
|
|
9890
|
-
readonly "openai/gpt-5
|
|
10419
|
+
readonly "openai/gpt-5.2": {
|
|
9891
10420
|
id: string;
|
|
9892
10421
|
name: string;
|
|
9893
10422
|
api: "openai-completions";
|
|
@@ -9904,13 +10433,13 @@ export declare const MODELS: {
|
|
|
9904
10433
|
contextWindow: number;
|
|
9905
10434
|
maxTokens: number;
|
|
9906
10435
|
};
|
|
9907
|
-
readonly "openai/gpt-5.
|
|
10436
|
+
readonly "openai/gpt-5.2-chat": {
|
|
9908
10437
|
id: string;
|
|
9909
10438
|
name: string;
|
|
9910
10439
|
api: "openai-completions";
|
|
9911
10440
|
provider: string;
|
|
9912
10441
|
baseUrl: string;
|
|
9913
|
-
reasoning:
|
|
10442
|
+
reasoning: false;
|
|
9914
10443
|
input: ("image" | "text")[];
|
|
9915
10444
|
cost: {
|
|
9916
10445
|
input: number;
|
|
@@ -9921,13 +10450,13 @@ export declare const MODELS: {
|
|
|
9921
10450
|
contextWindow: number;
|
|
9922
10451
|
maxTokens: number;
|
|
9923
10452
|
};
|
|
9924
|
-
readonly "openai/gpt-5.
|
|
10453
|
+
readonly "openai/gpt-5.2-codex": {
|
|
9925
10454
|
id: string;
|
|
9926
10455
|
name: string;
|
|
9927
10456
|
api: "openai-completions";
|
|
9928
10457
|
provider: string;
|
|
9929
10458
|
baseUrl: string;
|
|
9930
|
-
reasoning:
|
|
10459
|
+
reasoning: true;
|
|
9931
10460
|
input: ("image" | "text")[];
|
|
9932
10461
|
cost: {
|
|
9933
10462
|
input: number;
|
|
@@ -9938,7 +10467,7 @@ export declare const MODELS: {
|
|
|
9938
10467
|
contextWindow: number;
|
|
9939
10468
|
maxTokens: number;
|
|
9940
10469
|
};
|
|
9941
|
-
readonly "openai/gpt-5.
|
|
10470
|
+
readonly "openai/gpt-5.2-pro": {
|
|
9942
10471
|
id: string;
|
|
9943
10472
|
name: string;
|
|
9944
10473
|
api: "openai-completions";
|
|
@@ -9955,13 +10484,13 @@ export declare const MODELS: {
|
|
|
9955
10484
|
contextWindow: number;
|
|
9956
10485
|
maxTokens: number;
|
|
9957
10486
|
};
|
|
9958
|
-
readonly "openai/gpt-5.
|
|
10487
|
+
readonly "openai/gpt-5.3-chat": {
|
|
9959
10488
|
id: string;
|
|
9960
10489
|
name: string;
|
|
9961
10490
|
api: "openai-completions";
|
|
9962
10491
|
provider: string;
|
|
9963
10492
|
baseUrl: string;
|
|
9964
|
-
reasoning:
|
|
10493
|
+
reasoning: false;
|
|
9965
10494
|
input: ("image" | "text")[];
|
|
9966
10495
|
cost: {
|
|
9967
10496
|
input: number;
|
|
@@ -9972,7 +10501,7 @@ export declare const MODELS: {
|
|
|
9972
10501
|
contextWindow: number;
|
|
9973
10502
|
maxTokens: number;
|
|
9974
10503
|
};
|
|
9975
|
-
readonly "openai/gpt-5.
|
|
10504
|
+
readonly "openai/gpt-5.3-codex": {
|
|
9976
10505
|
id: string;
|
|
9977
10506
|
name: string;
|
|
9978
10507
|
api: "openai-completions";
|
|
@@ -9989,7 +10518,7 @@ export declare const MODELS: {
|
|
|
9989
10518
|
contextWindow: number;
|
|
9990
10519
|
maxTokens: number;
|
|
9991
10520
|
};
|
|
9992
|
-
readonly "openai/gpt-5.
|
|
10521
|
+
readonly "openai/gpt-5.4": {
|
|
9993
10522
|
id: string;
|
|
9994
10523
|
name: string;
|
|
9995
10524
|
api: "openai-completions";
|
|
@@ -10006,13 +10535,13 @@ export declare const MODELS: {
|
|
|
10006
10535
|
contextWindow: number;
|
|
10007
10536
|
maxTokens: number;
|
|
10008
10537
|
};
|
|
10009
|
-
readonly "openai/gpt-5.
|
|
10538
|
+
readonly "openai/gpt-5.4-mini": {
|
|
10010
10539
|
id: string;
|
|
10011
10540
|
name: string;
|
|
10012
10541
|
api: "openai-completions";
|
|
10013
10542
|
provider: string;
|
|
10014
10543
|
baseUrl: string;
|
|
10015
|
-
reasoning:
|
|
10544
|
+
reasoning: true;
|
|
10016
10545
|
input: ("image" | "text")[];
|
|
10017
10546
|
cost: {
|
|
10018
10547
|
input: number;
|
|
@@ -10023,7 +10552,7 @@ export declare const MODELS: {
|
|
|
10023
10552
|
contextWindow: number;
|
|
10024
10553
|
maxTokens: number;
|
|
10025
10554
|
};
|
|
10026
|
-
readonly "openai/gpt-5.
|
|
10555
|
+
readonly "openai/gpt-5.4-nano": {
|
|
10027
10556
|
id: string;
|
|
10028
10557
|
name: string;
|
|
10029
10558
|
api: "openai-completions";
|
|
@@ -10040,7 +10569,7 @@ export declare const MODELS: {
|
|
|
10040
10569
|
contextWindow: number;
|
|
10041
10570
|
maxTokens: number;
|
|
10042
10571
|
};
|
|
10043
|
-
readonly "openai/gpt-5.
|
|
10572
|
+
readonly "openai/gpt-5.4-pro": {
|
|
10044
10573
|
id: string;
|
|
10045
10574
|
name: string;
|
|
10046
10575
|
api: "openai-completions";
|
|
@@ -10057,13 +10586,13 @@ export declare const MODELS: {
|
|
|
10057
10586
|
contextWindow: number;
|
|
10058
10587
|
maxTokens: number;
|
|
10059
10588
|
};
|
|
10060
|
-
readonly "openai/gpt-5.
|
|
10589
|
+
readonly "openai/gpt-5.5": {
|
|
10061
10590
|
id: string;
|
|
10062
10591
|
name: string;
|
|
10063
10592
|
api: "openai-completions";
|
|
10064
10593
|
provider: string;
|
|
10065
10594
|
baseUrl: string;
|
|
10066
|
-
reasoning:
|
|
10595
|
+
reasoning: true;
|
|
10067
10596
|
input: ("image" | "text")[];
|
|
10068
10597
|
cost: {
|
|
10069
10598
|
input: number;
|
|
@@ -10074,7 +10603,7 @@ export declare const MODELS: {
|
|
|
10074
10603
|
contextWindow: number;
|
|
10075
10604
|
maxTokens: number;
|
|
10076
10605
|
};
|
|
10077
|
-
readonly "openai/gpt-5.
|
|
10606
|
+
readonly "openai/gpt-5.5-pro": {
|
|
10078
10607
|
id: string;
|
|
10079
10608
|
name: string;
|
|
10080
10609
|
api: "openai-completions";
|
|
@@ -10091,7 +10620,7 @@ export declare const MODELS: {
|
|
|
10091
10620
|
contextWindow: number;
|
|
10092
10621
|
maxTokens: number;
|
|
10093
10622
|
};
|
|
10094
|
-
readonly "openai/gpt-5.
|
|
10623
|
+
readonly "openai/gpt-5.6-luna": {
|
|
10095
10624
|
id: string;
|
|
10096
10625
|
name: string;
|
|
10097
10626
|
api: "openai-completions";
|
|
@@ -10108,7 +10637,7 @@ export declare const MODELS: {
|
|
|
10108
10637
|
contextWindow: number;
|
|
10109
10638
|
maxTokens: number;
|
|
10110
10639
|
};
|
|
10111
|
-
readonly "openai/gpt-5.
|
|
10640
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
10112
10641
|
id: string;
|
|
10113
10642
|
name: string;
|
|
10114
10643
|
api: "openai-completions";
|
|
@@ -10125,7 +10654,7 @@ export declare const MODELS: {
|
|
|
10125
10654
|
contextWindow: number;
|
|
10126
10655
|
maxTokens: number;
|
|
10127
10656
|
};
|
|
10128
|
-
readonly "openai/gpt-5.
|
|
10657
|
+
readonly "openai/gpt-5.6-sol": {
|
|
10129
10658
|
id: string;
|
|
10130
10659
|
name: string;
|
|
10131
10660
|
api: "openai-completions";
|
|
@@ -10142,7 +10671,7 @@ export declare const MODELS: {
|
|
|
10142
10671
|
contextWindow: number;
|
|
10143
10672
|
maxTokens: number;
|
|
10144
10673
|
};
|
|
10145
|
-
readonly "openai/gpt-5.
|
|
10674
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
10146
10675
|
id: string;
|
|
10147
10676
|
name: string;
|
|
10148
10677
|
api: "openai-completions";
|
|
@@ -10159,7 +10688,7 @@ export declare const MODELS: {
|
|
|
10159
10688
|
contextWindow: number;
|
|
10160
10689
|
maxTokens: number;
|
|
10161
10690
|
};
|
|
10162
|
-
readonly "openai/gpt-5.
|
|
10691
|
+
readonly "openai/gpt-5.6-terra": {
|
|
10163
10692
|
id: string;
|
|
10164
10693
|
name: string;
|
|
10165
10694
|
api: "openai-completions";
|
|
@@ -10176,7 +10705,7 @@ export declare const MODELS: {
|
|
|
10176
10705
|
contextWindow: number;
|
|
10177
10706
|
maxTokens: number;
|
|
10178
10707
|
};
|
|
10179
|
-
readonly "openai/gpt-5.
|
|
10708
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
10180
10709
|
id: string;
|
|
10181
10710
|
name: string;
|
|
10182
10711
|
api: "openai-completions";
|
|
@@ -10516,23 +11045,6 @@ export declare const MODELS: {
|
|
|
10516
11045
|
contextWindow: number;
|
|
10517
11046
|
maxTokens: number;
|
|
10518
11047
|
};
|
|
10519
|
-
readonly "openrouter/owl-alpha": {
|
|
10520
|
-
id: string;
|
|
10521
|
-
name: string;
|
|
10522
|
-
api: "openai-completions";
|
|
10523
|
-
provider: string;
|
|
10524
|
-
baseUrl: string;
|
|
10525
|
-
reasoning: false;
|
|
10526
|
-
input: "text"[];
|
|
10527
|
-
cost: {
|
|
10528
|
-
input: number;
|
|
10529
|
-
output: number;
|
|
10530
|
-
cacheRead: number;
|
|
10531
|
-
cacheWrite: number;
|
|
10532
|
-
};
|
|
10533
|
-
contextWindow: number;
|
|
10534
|
-
maxTokens: number;
|
|
10535
|
-
};
|
|
10536
11048
|
readonly "poolside/laguna-m.1": {
|
|
10537
11049
|
id: string;
|
|
10538
11050
|
name: string;
|
|
@@ -10567,7 +11079,7 @@ export declare const MODELS: {
|
|
|
10567
11079
|
contextWindow: number;
|
|
10568
11080
|
maxTokens: number;
|
|
10569
11081
|
};
|
|
10570
|
-
readonly "poolside/laguna-xs.
|
|
11082
|
+
readonly "poolside/laguna-xs-2.1": {
|
|
10571
11083
|
id: string;
|
|
10572
11084
|
name: string;
|
|
10573
11085
|
api: "openai-completions";
|
|
@@ -10584,7 +11096,7 @@ export declare const MODELS: {
|
|
|
10584
11096
|
contextWindow: number;
|
|
10585
11097
|
maxTokens: number;
|
|
10586
11098
|
};
|
|
10587
|
-
readonly "poolside/laguna-xs.
|
|
11099
|
+
readonly "poolside/laguna-xs-2.1:free": {
|
|
10588
11100
|
id: string;
|
|
10589
11101
|
name: string;
|
|
10590
11102
|
api: "openai-completions";
|
|
@@ -11502,6 +12014,23 @@ export declare const MODELS: {
|
|
|
11502
12014
|
contextWindow: number;
|
|
11503
12015
|
maxTokens: number;
|
|
11504
12016
|
};
|
|
12017
|
+
readonly "tencent/hy3": {
|
|
12018
|
+
id: string;
|
|
12019
|
+
name: string;
|
|
12020
|
+
api: "openai-completions";
|
|
12021
|
+
provider: string;
|
|
12022
|
+
baseUrl: string;
|
|
12023
|
+
reasoning: true;
|
|
12024
|
+
input: "text"[];
|
|
12025
|
+
cost: {
|
|
12026
|
+
input: number;
|
|
12027
|
+
output: number;
|
|
12028
|
+
cacheRead: number;
|
|
12029
|
+
cacheWrite: number;
|
|
12030
|
+
};
|
|
12031
|
+
contextWindow: number;
|
|
12032
|
+
maxTokens: number;
|
|
12033
|
+
};
|
|
11505
12034
|
readonly "tencent/hy3-preview": {
|
|
11506
12035
|
id: string;
|
|
11507
12036
|
name: string;
|
|
@@ -11519,6 +12048,23 @@ export declare const MODELS: {
|
|
|
11519
12048
|
contextWindow: number;
|
|
11520
12049
|
maxTokens: number;
|
|
11521
12050
|
};
|
|
12051
|
+
readonly "tencent/hy3:free": {
|
|
12052
|
+
id: string;
|
|
12053
|
+
name: string;
|
|
12054
|
+
api: "openai-completions";
|
|
12055
|
+
provider: string;
|
|
12056
|
+
baseUrl: string;
|
|
12057
|
+
reasoning: true;
|
|
12058
|
+
input: "text"[];
|
|
12059
|
+
cost: {
|
|
12060
|
+
input: number;
|
|
12061
|
+
output: number;
|
|
12062
|
+
cacheRead: number;
|
|
12063
|
+
cacheWrite: number;
|
|
12064
|
+
};
|
|
12065
|
+
contextWindow: number;
|
|
12066
|
+
maxTokens: number;
|
|
12067
|
+
};
|
|
11522
12068
|
readonly "thedrummer/unslopnemo-12b": {
|
|
11523
12069
|
id: string;
|
|
11524
12070
|
name: string;
|
|
@@ -11587,6 +12133,23 @@ export declare const MODELS: {
|
|
|
11587
12133
|
contextWindow: number;
|
|
11588
12134
|
maxTokens: number;
|
|
11589
12135
|
};
|
|
12136
|
+
readonly "x-ai/grok-4.5": {
|
|
12137
|
+
id: string;
|
|
12138
|
+
name: string;
|
|
12139
|
+
api: "openai-completions";
|
|
12140
|
+
provider: string;
|
|
12141
|
+
baseUrl: string;
|
|
12142
|
+
reasoning: true;
|
|
12143
|
+
input: ("image" | "text")[];
|
|
12144
|
+
cost: {
|
|
12145
|
+
input: number;
|
|
12146
|
+
output: number;
|
|
12147
|
+
cacheRead: number;
|
|
12148
|
+
cacheWrite: number;
|
|
12149
|
+
};
|
|
12150
|
+
contextWindow: number;
|
|
12151
|
+
maxTokens: number;
|
|
12152
|
+
};
|
|
11590
12153
|
readonly "x-ai/grok-build-0.1": {
|
|
11591
12154
|
id: string;
|
|
11592
12155
|
name: string;
|
|
@@ -11995,6 +12558,23 @@ export declare const MODELS: {
|
|
|
11995
12558
|
contextWindow: number;
|
|
11996
12559
|
maxTokens: number;
|
|
11997
12560
|
};
|
|
12561
|
+
readonly "~x-ai/grok-latest": {
|
|
12562
|
+
id: string;
|
|
12563
|
+
name: string;
|
|
12564
|
+
api: "openai-completions";
|
|
12565
|
+
provider: string;
|
|
12566
|
+
baseUrl: string;
|
|
12567
|
+
reasoning: true;
|
|
12568
|
+
input: ("image" | "text")[];
|
|
12569
|
+
cost: {
|
|
12570
|
+
input: number;
|
|
12571
|
+
output: number;
|
|
12572
|
+
cacheRead: number;
|
|
12573
|
+
cacheWrite: number;
|
|
12574
|
+
};
|
|
12575
|
+
contextWindow: number;
|
|
12576
|
+
maxTokens: number;
|
|
12577
|
+
};
|
|
11998
12578
|
};
|
|
11999
12579
|
readonly "vercel-ai-gateway": {
|
|
12000
12580
|
readonly "alibaba/qwen-3-14b": {
|
|
@@ -12507,6 +13087,23 @@ export declare const MODELS: {
|
|
|
12507
13087
|
contextWindow: number;
|
|
12508
13088
|
maxTokens: number;
|
|
12509
13089
|
};
|
|
13090
|
+
readonly "anthropic/claude-fable-5": {
|
|
13091
|
+
id: string;
|
|
13092
|
+
name: string;
|
|
13093
|
+
api: "anthropic-messages";
|
|
13094
|
+
provider: string;
|
|
13095
|
+
baseUrl: string;
|
|
13096
|
+
reasoning: true;
|
|
13097
|
+
input: ("image" | "text")[];
|
|
13098
|
+
cost: {
|
|
13099
|
+
input: number;
|
|
13100
|
+
output: number;
|
|
13101
|
+
cacheRead: number;
|
|
13102
|
+
cacheWrite: number;
|
|
13103
|
+
};
|
|
13104
|
+
contextWindow: number;
|
|
13105
|
+
maxTokens: number;
|
|
13106
|
+
};
|
|
12510
13107
|
readonly "anthropic/claude-haiku-4.5": {
|
|
12511
13108
|
id: string;
|
|
12512
13109
|
name: string;
|
|
@@ -12677,6 +13274,23 @@ export declare const MODELS: {
|
|
|
12677
13274
|
contextWindow: number;
|
|
12678
13275
|
maxTokens: number;
|
|
12679
13276
|
};
|
|
13277
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
13278
|
+
id: string;
|
|
13279
|
+
name: string;
|
|
13280
|
+
api: "anthropic-messages";
|
|
13281
|
+
provider: string;
|
|
13282
|
+
baseUrl: string;
|
|
13283
|
+
reasoning: true;
|
|
13284
|
+
input: ("image" | "text")[];
|
|
13285
|
+
cost: {
|
|
13286
|
+
input: number;
|
|
13287
|
+
output: number;
|
|
13288
|
+
cacheRead: number;
|
|
13289
|
+
cacheWrite: number;
|
|
13290
|
+
};
|
|
13291
|
+
contextWindow: number;
|
|
13292
|
+
maxTokens: number;
|
|
13293
|
+
};
|
|
12680
13294
|
readonly "arcee-ai/trinity-large-preview": {
|
|
12681
13295
|
id: string;
|
|
12682
13296
|
name: string;
|
|
@@ -13340,6 +13954,23 @@ export declare const MODELS: {
|
|
|
13340
13954
|
contextWindow: number;
|
|
13341
13955
|
maxTokens: number;
|
|
13342
13956
|
};
|
|
13957
|
+
readonly "meta/muse-spark-1.1": {
|
|
13958
|
+
id: string;
|
|
13959
|
+
name: string;
|
|
13960
|
+
api: "anthropic-messages";
|
|
13961
|
+
provider: string;
|
|
13962
|
+
baseUrl: string;
|
|
13963
|
+
reasoning: true;
|
|
13964
|
+
input: ("image" | "text")[];
|
|
13965
|
+
cost: {
|
|
13966
|
+
input: number;
|
|
13967
|
+
output: number;
|
|
13968
|
+
cacheRead: number;
|
|
13969
|
+
cacheWrite: number;
|
|
13970
|
+
};
|
|
13971
|
+
contextWindow: number;
|
|
13972
|
+
maxTokens: number;
|
|
13973
|
+
};
|
|
13343
13974
|
readonly "minimax/minimax-m2": {
|
|
13344
13975
|
id: string;
|
|
13345
13976
|
name: string;
|
|
@@ -14445,6 +15076,57 @@ export declare const MODELS: {
|
|
|
14445
15076
|
contextWindow: number;
|
|
14446
15077
|
maxTokens: number;
|
|
14447
15078
|
};
|
|
15079
|
+
readonly "openai/gpt-5.6-luna": {
|
|
15080
|
+
id: string;
|
|
15081
|
+
name: string;
|
|
15082
|
+
api: "anthropic-messages";
|
|
15083
|
+
provider: string;
|
|
15084
|
+
baseUrl: string;
|
|
15085
|
+
reasoning: true;
|
|
15086
|
+
input: ("image" | "text")[];
|
|
15087
|
+
cost: {
|
|
15088
|
+
input: number;
|
|
15089
|
+
output: number;
|
|
15090
|
+
cacheRead: number;
|
|
15091
|
+
cacheWrite: number;
|
|
15092
|
+
};
|
|
15093
|
+
contextWindow: number;
|
|
15094
|
+
maxTokens: number;
|
|
15095
|
+
};
|
|
15096
|
+
readonly "openai/gpt-5.6-sol": {
|
|
15097
|
+
id: string;
|
|
15098
|
+
name: string;
|
|
15099
|
+
api: "anthropic-messages";
|
|
15100
|
+
provider: string;
|
|
15101
|
+
baseUrl: string;
|
|
15102
|
+
reasoning: true;
|
|
15103
|
+
input: ("image" | "text")[];
|
|
15104
|
+
cost: {
|
|
15105
|
+
input: number;
|
|
15106
|
+
output: number;
|
|
15107
|
+
cacheRead: number;
|
|
15108
|
+
cacheWrite: number;
|
|
15109
|
+
};
|
|
15110
|
+
contextWindow: number;
|
|
15111
|
+
maxTokens: number;
|
|
15112
|
+
};
|
|
15113
|
+
readonly "openai/gpt-5.6-terra": {
|
|
15114
|
+
id: string;
|
|
15115
|
+
name: string;
|
|
15116
|
+
api: "anthropic-messages";
|
|
15117
|
+
provider: string;
|
|
15118
|
+
baseUrl: string;
|
|
15119
|
+
reasoning: true;
|
|
15120
|
+
input: ("image" | "text")[];
|
|
15121
|
+
cost: {
|
|
15122
|
+
input: number;
|
|
15123
|
+
output: number;
|
|
15124
|
+
cacheRead: number;
|
|
15125
|
+
cacheWrite: number;
|
|
15126
|
+
};
|
|
15127
|
+
contextWindow: number;
|
|
15128
|
+
maxTokens: number;
|
|
15129
|
+
};
|
|
14448
15130
|
readonly "openai/gpt-oss-120b": {
|
|
14449
15131
|
id: string;
|
|
14450
15132
|
name: string;
|
|
@@ -14802,6 +15484,23 @@ export declare const MODELS: {
|
|
|
14802
15484
|
contextWindow: number;
|
|
14803
15485
|
maxTokens: number;
|
|
14804
15486
|
};
|
|
15487
|
+
readonly "xai/grok-4.5": {
|
|
15488
|
+
id: string;
|
|
15489
|
+
name: string;
|
|
15490
|
+
api: "anthropic-messages";
|
|
15491
|
+
provider: string;
|
|
15492
|
+
baseUrl: string;
|
|
15493
|
+
reasoning: true;
|
|
15494
|
+
input: ("image" | "text")[];
|
|
15495
|
+
cost: {
|
|
15496
|
+
input: number;
|
|
15497
|
+
output: number;
|
|
15498
|
+
cacheRead: number;
|
|
15499
|
+
cacheWrite: number;
|
|
15500
|
+
};
|
|
15501
|
+
contextWindow: number;
|
|
15502
|
+
maxTokens: number;
|
|
15503
|
+
};
|
|
14805
15504
|
readonly "xai/grok-build-0.1": {
|
|
14806
15505
|
id: string;
|
|
14807
15506
|
name: string;
|
|
@@ -15195,6 +15894,23 @@ export declare const MODELS: {
|
|
|
15195
15894
|
contextWindow: number;
|
|
15196
15895
|
maxTokens: number;
|
|
15197
15896
|
};
|
|
15897
|
+
readonly "grok-4.5": {
|
|
15898
|
+
id: string;
|
|
15899
|
+
name: string;
|
|
15900
|
+
api: "openai-completions";
|
|
15901
|
+
provider: string;
|
|
15902
|
+
baseUrl: string;
|
|
15903
|
+
reasoning: true;
|
|
15904
|
+
input: ("image" | "text")[];
|
|
15905
|
+
cost: {
|
|
15906
|
+
input: number;
|
|
15907
|
+
output: number;
|
|
15908
|
+
cacheRead: number;
|
|
15909
|
+
cacheWrite: number;
|
|
15910
|
+
};
|
|
15911
|
+
contextWindow: number;
|
|
15912
|
+
maxTokens: number;
|
|
15913
|
+
};
|
|
15198
15914
|
readonly "grok-build-0.1": {
|
|
15199
15915
|
id: string;
|
|
15200
15916
|
name: string;
|