@fleetagent/pi-ai 0.1.3 → 0.1.7
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 +64 -19
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +90 -45
- package/dist/image-models.generated.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models.generated.d.ts +2552 -419
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +2622 -716
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +41 -2
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +1 -1
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/dist/providers/azure-openai-responses.js +6 -16
- package/dist/providers/azure-openai-responses.js.map +1 -1
- package/dist/providers/google-vertex.d.ts.map +1 -1
- package/dist/providers/google-vertex.js +1 -1
- package/dist/providers/google-vertex.js.map +1 -1
- package/dist/providers/google.d.ts.map +1 -1
- package/dist/providers/google.js +1 -1
- package/dist/providers/google.js.map +1 -1
- package/dist/providers/mistral.d.ts.map +1 -1
- package/dist/providers/mistral.js +1 -1
- package/dist/providers/mistral.js.map +1 -1
- package/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/dist/providers/openai-codex-responses.js +89 -50
- package/dist/providers/openai-codex-responses.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +13 -4
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/dist/providers/openai-responses-shared.js +157 -181
- package/dist/providers/openai-responses-shared.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +6 -16
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/providers/simple-options.d.ts +3 -2
- package/dist/providers/simple-options.d.ts.map +1 -1
- package/dist/providers/simple-options.js +11 -2
- package/dist/providers/simple-options.js.map +1 -1
- package/dist/types.d.ts +4 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/error-body.d.ts +12 -0
- package/dist/utils/error-body.d.ts.map +1 -0
- package/dist/utils/error-body.js +70 -0
- package/dist/utils/error-body.js.map +1 -0
- package/dist/utils/estimate.d.ts +17 -0
- package/dist/utils/estimate.d.ts.map +1 -0
- package/dist/utils/estimate.js +95 -0
- package/dist/utils/estimate.js.map +1 -0
- package/dist/utils/oauth/device-code.d.ts +2 -0
- package/dist/utils/oauth/device-code.d.ts.map +1 -1
- package/dist/utils/oauth/device-code.js +22 -8
- package/dist/utils/oauth/device-code.js.map +1 -1
- package/dist/utils/oauth/github-copilot.d.ts.map +1 -1
- package/dist/utils/oauth/github-copilot.js +3 -2
- package/dist/utils/oauth/github-copilot.js.map +1 -1
- package/dist/utils/overflow.d.ts +1 -0
- package/dist/utils/overflow.d.ts.map +1 -1
- package/dist/utils/overflow.js +3 -0
- package/dist/utils/overflow.js.map +1 -1
- package/dist/utils/retry.d.ts +3 -0
- package/dist/utils/retry.d.ts.map +1 -0
- package/dist/utils/retry.js +58 -0
- package/dist/utils/retry.js.map +1 -0
- package/package.json +4 -3
|
@@ -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;
|
|
@@ -210,6 +227,23 @@ export declare const MODELS: {
|
|
|
210
227
|
contextWindow: number;
|
|
211
228
|
maxTokens: number;
|
|
212
229
|
};
|
|
230
|
+
readonly "anthropic.claude-sonnet-5": {
|
|
231
|
+
id: string;
|
|
232
|
+
name: string;
|
|
233
|
+
api: "bedrock-converse-stream";
|
|
234
|
+
provider: string;
|
|
235
|
+
baseUrl: string;
|
|
236
|
+
reasoning: true;
|
|
237
|
+
input: ("image" | "text")[];
|
|
238
|
+
cost: {
|
|
239
|
+
input: number;
|
|
240
|
+
output: number;
|
|
241
|
+
cacheRead: number;
|
|
242
|
+
cacheWrite: number;
|
|
243
|
+
};
|
|
244
|
+
contextWindow: number;
|
|
245
|
+
maxTokens: number;
|
|
246
|
+
};
|
|
213
247
|
readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
214
248
|
id: string;
|
|
215
249
|
name: string;
|
|
@@ -298,6 +332,23 @@ export declare const MODELS: {
|
|
|
298
332
|
contextWindow: number;
|
|
299
333
|
maxTokens: number;
|
|
300
334
|
};
|
|
335
|
+
readonly "au.anthropic.claude-sonnet-5": {
|
|
336
|
+
id: string;
|
|
337
|
+
name: string;
|
|
338
|
+
api: "bedrock-converse-stream";
|
|
339
|
+
provider: string;
|
|
340
|
+
baseUrl: string;
|
|
341
|
+
reasoning: true;
|
|
342
|
+
input: ("image" | "text")[];
|
|
343
|
+
cost: {
|
|
344
|
+
input: number;
|
|
345
|
+
output: number;
|
|
346
|
+
cacheRead: number;
|
|
347
|
+
cacheWrite: number;
|
|
348
|
+
};
|
|
349
|
+
contextWindow: number;
|
|
350
|
+
maxTokens: number;
|
|
351
|
+
};
|
|
301
352
|
readonly "deepseek.r1-v1:0": {
|
|
302
353
|
id: string;
|
|
303
354
|
name: string;
|
|
@@ -491,6 +542,23 @@ export declare const MODELS: {
|
|
|
491
542
|
contextWindow: number;
|
|
492
543
|
maxTokens: number;
|
|
493
544
|
};
|
|
545
|
+
readonly "eu.anthropic.claude-sonnet-5": {
|
|
546
|
+
id: string;
|
|
547
|
+
name: string;
|
|
548
|
+
api: "bedrock-converse-stream";
|
|
549
|
+
provider: string;
|
|
550
|
+
baseUrl: string;
|
|
551
|
+
reasoning: true;
|
|
552
|
+
input: ("image" | "text")[];
|
|
553
|
+
cost: {
|
|
554
|
+
input: number;
|
|
555
|
+
output: number;
|
|
556
|
+
cacheRead: number;
|
|
557
|
+
cacheWrite: number;
|
|
558
|
+
};
|
|
559
|
+
contextWindow: number;
|
|
560
|
+
maxTokens: number;
|
|
561
|
+
};
|
|
494
562
|
readonly "global.anthropic.claude-fable-5": {
|
|
495
563
|
id: string;
|
|
496
564
|
name: string;
|
|
@@ -633,6 +701,23 @@ export declare const MODELS: {
|
|
|
633
701
|
contextWindow: number;
|
|
634
702
|
maxTokens: number;
|
|
635
703
|
};
|
|
704
|
+
readonly "global.anthropic.claude-sonnet-5": {
|
|
705
|
+
id: string;
|
|
706
|
+
name: string;
|
|
707
|
+
api: "bedrock-converse-stream";
|
|
708
|
+
provider: string;
|
|
709
|
+
baseUrl: string;
|
|
710
|
+
reasoning: true;
|
|
711
|
+
input: ("image" | "text")[];
|
|
712
|
+
cost: {
|
|
713
|
+
input: number;
|
|
714
|
+
output: number;
|
|
715
|
+
cacheRead: number;
|
|
716
|
+
cacheWrite: number;
|
|
717
|
+
};
|
|
718
|
+
contextWindow: number;
|
|
719
|
+
maxTokens: number;
|
|
720
|
+
};
|
|
636
721
|
readonly "google.gemma-3-27b-it": {
|
|
637
722
|
id: string;
|
|
638
723
|
name: string;
|
|
@@ -667,6 +752,23 @@ export declare const MODELS: {
|
|
|
667
752
|
contextWindow: number;
|
|
668
753
|
maxTokens: number;
|
|
669
754
|
};
|
|
755
|
+
readonly "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
756
|
+
id: string;
|
|
757
|
+
name: string;
|
|
758
|
+
api: "bedrock-converse-stream";
|
|
759
|
+
provider: string;
|
|
760
|
+
baseUrl: string;
|
|
761
|
+
reasoning: true;
|
|
762
|
+
input: ("image" | "text")[];
|
|
763
|
+
cost: {
|
|
764
|
+
input: number;
|
|
765
|
+
output: number;
|
|
766
|
+
cacheRead: number;
|
|
767
|
+
cacheWrite: number;
|
|
768
|
+
};
|
|
769
|
+
contextWindow: number;
|
|
770
|
+
maxTokens: number;
|
|
771
|
+
};
|
|
670
772
|
readonly "jp.anthropic.claude-opus-4-7": {
|
|
671
773
|
id: string;
|
|
672
774
|
name: string;
|
|
@@ -738,6 +840,23 @@ export declare const MODELS: {
|
|
|
738
840
|
contextWindow: number;
|
|
739
841
|
maxTokens: number;
|
|
740
842
|
};
|
|
843
|
+
readonly "jp.anthropic.claude-sonnet-5": {
|
|
844
|
+
id: string;
|
|
845
|
+
name: string;
|
|
846
|
+
api: "bedrock-converse-stream";
|
|
847
|
+
provider: string;
|
|
848
|
+
baseUrl: string;
|
|
849
|
+
reasoning: true;
|
|
850
|
+
input: ("image" | "text")[];
|
|
851
|
+
cost: {
|
|
852
|
+
input: number;
|
|
853
|
+
output: number;
|
|
854
|
+
cacheRead: number;
|
|
855
|
+
cacheWrite: number;
|
|
856
|
+
};
|
|
857
|
+
contextWindow: number;
|
|
858
|
+
maxTokens: number;
|
|
859
|
+
};
|
|
741
860
|
readonly "meta.llama3-1-70b-instruct-v1:0": {
|
|
742
861
|
id: string;
|
|
743
862
|
name: string;
|
|
@@ -1549,6 +1668,23 @@ export declare const MODELS: {
|
|
|
1549
1668
|
contextWindow: number;
|
|
1550
1669
|
maxTokens: number;
|
|
1551
1670
|
};
|
|
1671
|
+
readonly "us.anthropic.claude-sonnet-5": {
|
|
1672
|
+
id: string;
|
|
1673
|
+
name: string;
|
|
1674
|
+
api: "bedrock-converse-stream";
|
|
1675
|
+
provider: string;
|
|
1676
|
+
baseUrl: string;
|
|
1677
|
+
reasoning: true;
|
|
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
|
+
};
|
|
1552
1688
|
readonly "us.deepseek.r1-v1:0": {
|
|
1553
1689
|
id: string;
|
|
1554
1690
|
name: string;
|
|
@@ -1634,14 +1770,14 @@ export declare const MODELS: {
|
|
|
1634
1770
|
contextWindow: number;
|
|
1635
1771
|
maxTokens: number;
|
|
1636
1772
|
};
|
|
1637
|
-
readonly "
|
|
1773
|
+
readonly "xai.grok-4.3": {
|
|
1638
1774
|
id: string;
|
|
1639
1775
|
name: string;
|
|
1640
1776
|
api: "bedrock-converse-stream";
|
|
1641
1777
|
provider: string;
|
|
1642
1778
|
baseUrl: string;
|
|
1643
1779
|
reasoning: true;
|
|
1644
|
-
input: "text"[];
|
|
1780
|
+
input: ("image" | "text")[];
|
|
1645
1781
|
cost: {
|
|
1646
1782
|
input: number;
|
|
1647
1783
|
output: number;
|
|
@@ -1651,7 +1787,7 @@ export declare const MODELS: {
|
|
|
1651
1787
|
contextWindow: number;
|
|
1652
1788
|
maxTokens: number;
|
|
1653
1789
|
};
|
|
1654
|
-
readonly "zai.glm-4.7
|
|
1790
|
+
readonly "zai.glm-4.7": {
|
|
1655
1791
|
id: string;
|
|
1656
1792
|
name: string;
|
|
1657
1793
|
api: "bedrock-converse-stream";
|
|
@@ -1668,7 +1804,7 @@ export declare const MODELS: {
|
|
|
1668
1804
|
contextWindow: number;
|
|
1669
1805
|
maxTokens: number;
|
|
1670
1806
|
};
|
|
1671
|
-
readonly "zai.glm-
|
|
1807
|
+
readonly "zai.glm-4.7-flash": {
|
|
1672
1808
|
id: string;
|
|
1673
1809
|
name: string;
|
|
1674
1810
|
api: "bedrock-converse-stream";
|
|
@@ -1685,16 +1821,14 @@ export declare const MODELS: {
|
|
|
1685
1821
|
contextWindow: number;
|
|
1686
1822
|
maxTokens: number;
|
|
1687
1823
|
};
|
|
1688
|
-
|
|
1689
|
-
readonly anthropic: {
|
|
1690
|
-
readonly "claude-3-5-haiku-20241022": {
|
|
1824
|
+
readonly "zai.glm-5": {
|
|
1691
1825
|
id: string;
|
|
1692
1826
|
name: string;
|
|
1693
|
-
api: "
|
|
1827
|
+
api: "bedrock-converse-stream";
|
|
1694
1828
|
provider: string;
|
|
1695
1829
|
baseUrl: string;
|
|
1696
|
-
reasoning:
|
|
1697
|
-
input:
|
|
1830
|
+
reasoning: true;
|
|
1831
|
+
input: "text"[];
|
|
1698
1832
|
cost: {
|
|
1699
1833
|
input: number;
|
|
1700
1834
|
output: number;
|
|
@@ -1704,13 +1838,15 @@ export declare const MODELS: {
|
|
|
1704
1838
|
contextWindow: number;
|
|
1705
1839
|
maxTokens: number;
|
|
1706
1840
|
};
|
|
1707
|
-
|
|
1841
|
+
};
|
|
1842
|
+
readonly anthropic: {
|
|
1843
|
+
readonly "claude-fable-5": {
|
|
1708
1844
|
id: string;
|
|
1709
1845
|
name: string;
|
|
1710
1846
|
api: "anthropic-messages";
|
|
1711
1847
|
provider: string;
|
|
1712
1848
|
baseUrl: string;
|
|
1713
|
-
reasoning:
|
|
1849
|
+
reasoning: true;
|
|
1714
1850
|
input: ("image" | "text")[];
|
|
1715
1851
|
cost: {
|
|
1716
1852
|
input: number;
|
|
@@ -1721,13 +1857,13 @@ export declare const MODELS: {
|
|
|
1721
1857
|
contextWindow: number;
|
|
1722
1858
|
maxTokens: number;
|
|
1723
1859
|
};
|
|
1724
|
-
readonly "claude-
|
|
1860
|
+
readonly "claude-haiku-4-5": {
|
|
1725
1861
|
id: string;
|
|
1726
1862
|
name: string;
|
|
1727
1863
|
api: "anthropic-messages";
|
|
1728
1864
|
provider: string;
|
|
1729
1865
|
baseUrl: string;
|
|
1730
|
-
reasoning:
|
|
1866
|
+
reasoning: true;
|
|
1731
1867
|
input: ("image" | "text")[];
|
|
1732
1868
|
cost: {
|
|
1733
1869
|
input: number;
|
|
@@ -1738,13 +1874,13 @@ export declare const MODELS: {
|
|
|
1738
1874
|
contextWindow: number;
|
|
1739
1875
|
maxTokens: number;
|
|
1740
1876
|
};
|
|
1741
|
-
readonly "claude-
|
|
1877
|
+
readonly "claude-haiku-4-5-20251001": {
|
|
1742
1878
|
id: string;
|
|
1743
1879
|
name: string;
|
|
1744
1880
|
api: "anthropic-messages";
|
|
1745
1881
|
provider: string;
|
|
1746
1882
|
baseUrl: string;
|
|
1747
|
-
reasoning:
|
|
1883
|
+
reasoning: true;
|
|
1748
1884
|
input: ("image" | "text")[];
|
|
1749
1885
|
cost: {
|
|
1750
1886
|
input: number;
|
|
@@ -1755,7 +1891,7 @@ export declare const MODELS: {
|
|
|
1755
1891
|
contextWindow: number;
|
|
1756
1892
|
maxTokens: number;
|
|
1757
1893
|
};
|
|
1758
|
-
readonly "claude-
|
|
1894
|
+
readonly "claude-opus-4-1": {
|
|
1759
1895
|
id: string;
|
|
1760
1896
|
name: string;
|
|
1761
1897
|
api: "anthropic-messages";
|
|
@@ -1772,13 +1908,13 @@ export declare const MODELS: {
|
|
|
1772
1908
|
contextWindow: number;
|
|
1773
1909
|
maxTokens: number;
|
|
1774
1910
|
};
|
|
1775
|
-
readonly "claude-
|
|
1911
|
+
readonly "claude-opus-4-1-20250805": {
|
|
1776
1912
|
id: string;
|
|
1777
1913
|
name: string;
|
|
1778
1914
|
api: "anthropic-messages";
|
|
1779
1915
|
provider: string;
|
|
1780
1916
|
baseUrl: string;
|
|
1781
|
-
reasoning:
|
|
1917
|
+
reasoning: true;
|
|
1782
1918
|
input: ("image" | "text")[];
|
|
1783
1919
|
cost: {
|
|
1784
1920
|
input: number;
|
|
@@ -1789,13 +1925,13 @@ export declare const MODELS: {
|
|
|
1789
1925
|
contextWindow: number;
|
|
1790
1926
|
maxTokens: number;
|
|
1791
1927
|
};
|
|
1792
|
-
readonly "claude-
|
|
1928
|
+
readonly "claude-opus-4-5": {
|
|
1793
1929
|
id: string;
|
|
1794
1930
|
name: string;
|
|
1795
1931
|
api: "anthropic-messages";
|
|
1796
1932
|
provider: string;
|
|
1797
1933
|
baseUrl: string;
|
|
1798
|
-
reasoning:
|
|
1934
|
+
reasoning: true;
|
|
1799
1935
|
input: ("image" | "text")[];
|
|
1800
1936
|
cost: {
|
|
1801
1937
|
input: number;
|
|
@@ -1806,13 +1942,13 @@ export declare const MODELS: {
|
|
|
1806
1942
|
contextWindow: number;
|
|
1807
1943
|
maxTokens: number;
|
|
1808
1944
|
};
|
|
1809
|
-
readonly "claude-
|
|
1945
|
+
readonly "claude-opus-4-5-20251101": {
|
|
1810
1946
|
id: string;
|
|
1811
1947
|
name: string;
|
|
1812
1948
|
api: "anthropic-messages";
|
|
1813
1949
|
provider: string;
|
|
1814
1950
|
baseUrl: string;
|
|
1815
|
-
reasoning:
|
|
1951
|
+
reasoning: true;
|
|
1816
1952
|
input: ("image" | "text")[];
|
|
1817
1953
|
cost: {
|
|
1818
1954
|
input: number;
|
|
@@ -1823,13 +1959,19 @@ export declare const MODELS: {
|
|
|
1823
1959
|
contextWindow: number;
|
|
1824
1960
|
maxTokens: number;
|
|
1825
1961
|
};
|
|
1826
|
-
readonly "claude-
|
|
1962
|
+
readonly "claude-opus-4-6": {
|
|
1827
1963
|
id: string;
|
|
1828
1964
|
name: string;
|
|
1829
1965
|
api: "anthropic-messages";
|
|
1830
1966
|
provider: string;
|
|
1831
1967
|
baseUrl: string;
|
|
1968
|
+
compat: {
|
|
1969
|
+
forceAdaptiveThinking: true;
|
|
1970
|
+
};
|
|
1832
1971
|
reasoning: true;
|
|
1972
|
+
thinkingLevelMap: {
|
|
1973
|
+
xhigh: string;
|
|
1974
|
+
};
|
|
1833
1975
|
input: ("image" | "text")[];
|
|
1834
1976
|
cost: {
|
|
1835
1977
|
input: number;
|
|
@@ -1840,13 +1982,20 @@ export declare const MODELS: {
|
|
|
1840
1982
|
contextWindow: number;
|
|
1841
1983
|
maxTokens: number;
|
|
1842
1984
|
};
|
|
1843
|
-
readonly "claude-
|
|
1985
|
+
readonly "claude-opus-4-7": {
|
|
1844
1986
|
id: string;
|
|
1845
1987
|
name: string;
|
|
1846
1988
|
api: "anthropic-messages";
|
|
1847
1989
|
provider: string;
|
|
1848
1990
|
baseUrl: string;
|
|
1991
|
+
compat: {
|
|
1992
|
+
forceAdaptiveThinking: true;
|
|
1993
|
+
supportsTemperature: false;
|
|
1994
|
+
};
|
|
1849
1995
|
reasoning: true;
|
|
1996
|
+
thinkingLevelMap: {
|
|
1997
|
+
xhigh: string;
|
|
1998
|
+
};
|
|
1850
1999
|
input: ("image" | "text")[];
|
|
1851
2000
|
cost: {
|
|
1852
2001
|
input: number;
|
|
@@ -1857,12 +2006,16 @@ export declare const MODELS: {
|
|
|
1857
2006
|
contextWindow: number;
|
|
1858
2007
|
maxTokens: number;
|
|
1859
2008
|
};
|
|
1860
|
-
readonly "claude-
|
|
2009
|
+
readonly "claude-opus-4-8": {
|
|
1861
2010
|
id: string;
|
|
1862
2011
|
name: string;
|
|
1863
2012
|
api: "anthropic-messages";
|
|
1864
2013
|
provider: string;
|
|
1865
2014
|
baseUrl: string;
|
|
2015
|
+
compat: {
|
|
2016
|
+
forceAdaptiveThinking: true;
|
|
2017
|
+
supportsTemperature: false;
|
|
2018
|
+
};
|
|
1866
2019
|
reasoning: true;
|
|
1867
2020
|
input: ("image" | "text")[];
|
|
1868
2021
|
cost: {
|
|
@@ -1874,7 +2027,7 @@ export declare const MODELS: {
|
|
|
1874
2027
|
contextWindow: number;
|
|
1875
2028
|
maxTokens: number;
|
|
1876
2029
|
};
|
|
1877
|
-
readonly "claude-
|
|
2030
|
+
readonly "claude-sonnet-4-5": {
|
|
1878
2031
|
id: string;
|
|
1879
2032
|
name: string;
|
|
1880
2033
|
api: "anthropic-messages";
|
|
@@ -1891,7 +2044,7 @@ export declare const MODELS: {
|
|
|
1891
2044
|
contextWindow: number;
|
|
1892
2045
|
maxTokens: number;
|
|
1893
2046
|
};
|
|
1894
|
-
readonly "claude-
|
|
2047
|
+
readonly "claude-sonnet-4-5-20250929": {
|
|
1895
2048
|
id: string;
|
|
1896
2049
|
name: string;
|
|
1897
2050
|
api: "anthropic-messages";
|
|
@@ -1908,12 +2061,15 @@ export declare const MODELS: {
|
|
|
1908
2061
|
contextWindow: number;
|
|
1909
2062
|
maxTokens: number;
|
|
1910
2063
|
};
|
|
1911
|
-
readonly "claude-
|
|
2064
|
+
readonly "claude-sonnet-4-6": {
|
|
1912
2065
|
id: string;
|
|
1913
2066
|
name: string;
|
|
1914
2067
|
api: "anthropic-messages";
|
|
1915
2068
|
provider: string;
|
|
1916
2069
|
baseUrl: string;
|
|
2070
|
+
compat: {
|
|
2071
|
+
forceAdaptiveThinking: true;
|
|
2072
|
+
};
|
|
1917
2073
|
reasoning: true;
|
|
1918
2074
|
input: ("image" | "text")[];
|
|
1919
2075
|
cost: {
|
|
@@ -1925,7 +2081,7 @@ export declare const MODELS: {
|
|
|
1925
2081
|
contextWindow: number;
|
|
1926
2082
|
maxTokens: number;
|
|
1927
2083
|
};
|
|
1928
|
-
readonly "claude-
|
|
2084
|
+
readonly "claude-sonnet-5": {
|
|
1929
2085
|
id: string;
|
|
1930
2086
|
name: string;
|
|
1931
2087
|
api: "anthropic-messages";
|
|
@@ -1942,14 +2098,16 @@ export declare const MODELS: {
|
|
|
1942
2098
|
contextWindow: number;
|
|
1943
2099
|
maxTokens: number;
|
|
1944
2100
|
};
|
|
1945
|
-
|
|
2101
|
+
};
|
|
2102
|
+
readonly "azure-openai-responses": {
|
|
2103
|
+
readonly "gpt-4": {
|
|
1946
2104
|
id: string;
|
|
1947
2105
|
name: string;
|
|
1948
|
-
api: "
|
|
2106
|
+
api: "azure-openai-responses";
|
|
1949
2107
|
provider: string;
|
|
1950
2108
|
baseUrl: string;
|
|
1951
|
-
reasoning:
|
|
1952
|
-
input:
|
|
2109
|
+
reasoning: false;
|
|
2110
|
+
input: "text"[];
|
|
1953
2111
|
cost: {
|
|
1954
2112
|
input: number;
|
|
1955
2113
|
output: number;
|
|
@@ -1959,13 +2117,13 @@ export declare const MODELS: {
|
|
|
1959
2117
|
contextWindow: number;
|
|
1960
2118
|
maxTokens: number;
|
|
1961
2119
|
};
|
|
1962
|
-
readonly "
|
|
2120
|
+
readonly "gpt-4-turbo": {
|
|
1963
2121
|
id: string;
|
|
1964
2122
|
name: string;
|
|
1965
|
-
api: "
|
|
2123
|
+
api: "azure-openai-responses";
|
|
1966
2124
|
provider: string;
|
|
1967
2125
|
baseUrl: string;
|
|
1968
|
-
reasoning:
|
|
2126
|
+
reasoning: false;
|
|
1969
2127
|
input: ("image" | "text")[];
|
|
1970
2128
|
cost: {
|
|
1971
2129
|
input: number;
|
|
@@ -1976,19 +2134,13 @@ export declare const MODELS: {
|
|
|
1976
2134
|
contextWindow: number;
|
|
1977
2135
|
maxTokens: number;
|
|
1978
2136
|
};
|
|
1979
|
-
readonly "
|
|
2137
|
+
readonly "gpt-4.1": {
|
|
1980
2138
|
id: string;
|
|
1981
2139
|
name: string;
|
|
1982
|
-
api: "
|
|
2140
|
+
api: "azure-openai-responses";
|
|
1983
2141
|
provider: string;
|
|
1984
2142
|
baseUrl: string;
|
|
1985
|
-
|
|
1986
|
-
forceAdaptiveThinking: true;
|
|
1987
|
-
};
|
|
1988
|
-
reasoning: true;
|
|
1989
|
-
thinkingLevelMap: {
|
|
1990
|
-
xhigh: string;
|
|
1991
|
-
};
|
|
2143
|
+
reasoning: false;
|
|
1992
2144
|
input: ("image" | "text")[];
|
|
1993
2145
|
cost: {
|
|
1994
2146
|
input: number;
|
|
@@ -1999,20 +2151,13 @@ export declare const MODELS: {
|
|
|
1999
2151
|
contextWindow: number;
|
|
2000
2152
|
maxTokens: number;
|
|
2001
2153
|
};
|
|
2002
|
-
readonly "
|
|
2154
|
+
readonly "gpt-4.1-mini": {
|
|
2003
2155
|
id: string;
|
|
2004
2156
|
name: string;
|
|
2005
|
-
api: "
|
|
2157
|
+
api: "azure-openai-responses";
|
|
2006
2158
|
provider: string;
|
|
2007
2159
|
baseUrl: string;
|
|
2008
|
-
|
|
2009
|
-
forceAdaptiveThinking: true;
|
|
2010
|
-
supportsTemperature: false;
|
|
2011
|
-
};
|
|
2012
|
-
reasoning: true;
|
|
2013
|
-
thinkingLevelMap: {
|
|
2014
|
-
xhigh: string;
|
|
2015
|
-
};
|
|
2160
|
+
reasoning: false;
|
|
2016
2161
|
input: ("image" | "text")[];
|
|
2017
2162
|
cost: {
|
|
2018
2163
|
input: number;
|
|
@@ -2023,17 +2168,13 @@ export declare const MODELS: {
|
|
|
2023
2168
|
contextWindow: number;
|
|
2024
2169
|
maxTokens: number;
|
|
2025
2170
|
};
|
|
2026
|
-
readonly "
|
|
2171
|
+
readonly "gpt-4.1-nano": {
|
|
2027
2172
|
id: string;
|
|
2028
2173
|
name: string;
|
|
2029
|
-
api: "
|
|
2174
|
+
api: "azure-openai-responses";
|
|
2030
2175
|
provider: string;
|
|
2031
2176
|
baseUrl: string;
|
|
2032
|
-
|
|
2033
|
-
forceAdaptiveThinking: true;
|
|
2034
|
-
supportsTemperature: false;
|
|
2035
|
-
};
|
|
2036
|
-
reasoning: true;
|
|
2177
|
+
reasoning: false;
|
|
2037
2178
|
input: ("image" | "text")[];
|
|
2038
2179
|
cost: {
|
|
2039
2180
|
input: number;
|
|
@@ -2044,13 +2185,13 @@ export declare const MODELS: {
|
|
|
2044
2185
|
contextWindow: number;
|
|
2045
2186
|
maxTokens: number;
|
|
2046
2187
|
};
|
|
2047
|
-
readonly "
|
|
2188
|
+
readonly "gpt-4o": {
|
|
2048
2189
|
id: string;
|
|
2049
2190
|
name: string;
|
|
2050
|
-
api: "
|
|
2191
|
+
api: "azure-openai-responses";
|
|
2051
2192
|
provider: string;
|
|
2052
2193
|
baseUrl: string;
|
|
2053
|
-
reasoning:
|
|
2194
|
+
reasoning: false;
|
|
2054
2195
|
input: ("image" | "text")[];
|
|
2055
2196
|
cost: {
|
|
2056
2197
|
input: number;
|
|
@@ -2061,100 +2202,10 @@ export declare const MODELS: {
|
|
|
2061
2202
|
contextWindow: number;
|
|
2062
2203
|
maxTokens: number;
|
|
2063
2204
|
};
|
|
2064
|
-
readonly "
|
|
2205
|
+
readonly "gpt-4o-2024-05-13": {
|
|
2065
2206
|
id: string;
|
|
2066
2207
|
name: string;
|
|
2067
|
-
api: "
|
|
2068
|
-
provider: string;
|
|
2069
|
-
baseUrl: string;
|
|
2070
|
-
reasoning: true;
|
|
2071
|
-
input: ("image" | "text")[];
|
|
2072
|
-
cost: {
|
|
2073
|
-
input: number;
|
|
2074
|
-
output: number;
|
|
2075
|
-
cacheRead: number;
|
|
2076
|
-
cacheWrite: number;
|
|
2077
|
-
};
|
|
2078
|
-
contextWindow: number;
|
|
2079
|
-
maxTokens: number;
|
|
2080
|
-
};
|
|
2081
|
-
readonly "claude-sonnet-4-5": {
|
|
2082
|
-
id: string;
|
|
2083
|
-
name: string;
|
|
2084
|
-
api: "anthropic-messages";
|
|
2085
|
-
provider: string;
|
|
2086
|
-
baseUrl: string;
|
|
2087
|
-
reasoning: true;
|
|
2088
|
-
input: ("image" | "text")[];
|
|
2089
|
-
cost: {
|
|
2090
|
-
input: number;
|
|
2091
|
-
output: number;
|
|
2092
|
-
cacheRead: number;
|
|
2093
|
-
cacheWrite: number;
|
|
2094
|
-
};
|
|
2095
|
-
contextWindow: number;
|
|
2096
|
-
maxTokens: number;
|
|
2097
|
-
};
|
|
2098
|
-
readonly "claude-sonnet-4-5-20250929": {
|
|
2099
|
-
id: string;
|
|
2100
|
-
name: string;
|
|
2101
|
-
api: "anthropic-messages";
|
|
2102
|
-
provider: string;
|
|
2103
|
-
baseUrl: string;
|
|
2104
|
-
reasoning: true;
|
|
2105
|
-
input: ("image" | "text")[];
|
|
2106
|
-
cost: {
|
|
2107
|
-
input: number;
|
|
2108
|
-
output: number;
|
|
2109
|
-
cacheRead: number;
|
|
2110
|
-
cacheWrite: number;
|
|
2111
|
-
};
|
|
2112
|
-
contextWindow: number;
|
|
2113
|
-
maxTokens: number;
|
|
2114
|
-
};
|
|
2115
|
-
readonly "claude-sonnet-4-6": {
|
|
2116
|
-
id: string;
|
|
2117
|
-
name: string;
|
|
2118
|
-
api: "anthropic-messages";
|
|
2119
|
-
provider: string;
|
|
2120
|
-
baseUrl: string;
|
|
2121
|
-
compat: {
|
|
2122
|
-
forceAdaptiveThinking: true;
|
|
2123
|
-
};
|
|
2124
|
-
reasoning: true;
|
|
2125
|
-
input: ("image" | "text")[];
|
|
2126
|
-
cost: {
|
|
2127
|
-
input: number;
|
|
2128
|
-
output: number;
|
|
2129
|
-
cacheRead: number;
|
|
2130
|
-
cacheWrite: number;
|
|
2131
|
-
};
|
|
2132
|
-
contextWindow: number;
|
|
2133
|
-
maxTokens: number;
|
|
2134
|
-
};
|
|
2135
|
-
};
|
|
2136
|
-
readonly "azure-openai-responses": {
|
|
2137
|
-
readonly "gpt-4": {
|
|
2138
|
-
id: string;
|
|
2139
|
-
name: string;
|
|
2140
|
-
api: "azure-openai-responses";
|
|
2141
|
-
provider: string;
|
|
2142
|
-
baseUrl: string;
|
|
2143
|
-
reasoning: false;
|
|
2144
|
-
input: "text"[];
|
|
2145
|
-
cost: {
|
|
2146
|
-
input: number;
|
|
2147
|
-
output: number;
|
|
2148
|
-
cacheRead: number;
|
|
2149
|
-
cacheWrite: number;
|
|
2150
|
-
};
|
|
2151
|
-
contextWindow: number;
|
|
2152
|
-
maxTokens: number;
|
|
2153
|
-
};
|
|
2154
|
-
readonly "gpt-4-turbo": {
|
|
2155
|
-
id: string;
|
|
2156
|
-
name: string;
|
|
2157
|
-
api: "azure-openai-responses";
|
|
2208
|
+
api: "azure-openai-responses";
|
|
2158
2209
|
provider: string;
|
|
2159
2210
|
baseUrl: string;
|
|
2160
2211
|
reasoning: false;
|
|
@@ -2168,7 +2219,7 @@ export declare const MODELS: {
|
|
|
2168
2219
|
contextWindow: number;
|
|
2169
2220
|
maxTokens: number;
|
|
2170
2221
|
};
|
|
2171
|
-
readonly "gpt-
|
|
2222
|
+
readonly "gpt-4o-2024-08-06": {
|
|
2172
2223
|
id: string;
|
|
2173
2224
|
name: string;
|
|
2174
2225
|
api: "azure-openai-responses";
|
|
@@ -2185,7 +2236,7 @@ export declare const MODELS: {
|
|
|
2185
2236
|
contextWindow: number;
|
|
2186
2237
|
maxTokens: number;
|
|
2187
2238
|
};
|
|
2188
|
-
readonly "gpt-
|
|
2239
|
+
readonly "gpt-4o-2024-11-20": {
|
|
2189
2240
|
id: string;
|
|
2190
2241
|
name: string;
|
|
2191
2242
|
api: "azure-openai-responses";
|
|
@@ -2202,7 +2253,7 @@ export declare const MODELS: {
|
|
|
2202
2253
|
contextWindow: number;
|
|
2203
2254
|
maxTokens: number;
|
|
2204
2255
|
};
|
|
2205
|
-
readonly "gpt-
|
|
2256
|
+
readonly "gpt-4o-mini": {
|
|
2206
2257
|
id: string;
|
|
2207
2258
|
name: string;
|
|
2208
2259
|
api: "azure-openai-responses";
|
|
@@ -2219,13 +2270,16 @@ export declare const MODELS: {
|
|
|
2219
2270
|
contextWindow: number;
|
|
2220
2271
|
maxTokens: number;
|
|
2221
2272
|
};
|
|
2222
|
-
readonly "gpt-
|
|
2273
|
+
readonly "gpt-5": {
|
|
2223
2274
|
id: string;
|
|
2224
2275
|
name: string;
|
|
2225
2276
|
api: "azure-openai-responses";
|
|
2226
2277
|
provider: string;
|
|
2227
2278
|
baseUrl: string;
|
|
2228
|
-
reasoning:
|
|
2279
|
+
reasoning: true;
|
|
2280
|
+
thinkingLevelMap: {
|
|
2281
|
+
off: null;
|
|
2282
|
+
};
|
|
2229
2283
|
input: ("image" | "text")[];
|
|
2230
2284
|
cost: {
|
|
2231
2285
|
input: number;
|
|
@@ -2236,13 +2290,16 @@ export declare const MODELS: {
|
|
|
2236
2290
|
contextWindow: number;
|
|
2237
2291
|
maxTokens: number;
|
|
2238
2292
|
};
|
|
2239
|
-
readonly "gpt-
|
|
2293
|
+
readonly "gpt-5-chat-latest": {
|
|
2240
2294
|
id: string;
|
|
2241
2295
|
name: string;
|
|
2242
2296
|
api: "azure-openai-responses";
|
|
2243
2297
|
provider: string;
|
|
2244
2298
|
baseUrl: string;
|
|
2245
2299
|
reasoning: false;
|
|
2300
|
+
thinkingLevelMap: {
|
|
2301
|
+
off: null;
|
|
2302
|
+
};
|
|
2246
2303
|
input: ("image" | "text")[];
|
|
2247
2304
|
cost: {
|
|
2248
2305
|
input: number;
|
|
@@ -2253,13 +2310,16 @@ export declare const MODELS: {
|
|
|
2253
2310
|
contextWindow: number;
|
|
2254
2311
|
maxTokens: number;
|
|
2255
2312
|
};
|
|
2256
|
-
readonly "gpt-
|
|
2313
|
+
readonly "gpt-5-codex": {
|
|
2257
2314
|
id: string;
|
|
2258
2315
|
name: string;
|
|
2259
2316
|
api: "azure-openai-responses";
|
|
2260
2317
|
provider: string;
|
|
2261
2318
|
baseUrl: string;
|
|
2262
|
-
reasoning:
|
|
2319
|
+
reasoning: true;
|
|
2320
|
+
thinkingLevelMap: {
|
|
2321
|
+
off: null;
|
|
2322
|
+
};
|
|
2263
2323
|
input: ("image" | "text")[];
|
|
2264
2324
|
cost: {
|
|
2265
2325
|
input: number;
|
|
@@ -2270,13 +2330,16 @@ export declare const MODELS: {
|
|
|
2270
2330
|
contextWindow: number;
|
|
2271
2331
|
maxTokens: number;
|
|
2272
2332
|
};
|
|
2273
|
-
readonly "gpt-
|
|
2333
|
+
readonly "gpt-5-mini": {
|
|
2274
2334
|
id: string;
|
|
2275
2335
|
name: string;
|
|
2276
2336
|
api: "azure-openai-responses";
|
|
2277
2337
|
provider: string;
|
|
2278
2338
|
baseUrl: string;
|
|
2279
|
-
reasoning:
|
|
2339
|
+
reasoning: true;
|
|
2340
|
+
thinkingLevelMap: {
|
|
2341
|
+
off: null;
|
|
2342
|
+
};
|
|
2280
2343
|
input: ("image" | "text")[];
|
|
2281
2344
|
cost: {
|
|
2282
2345
|
input: number;
|
|
@@ -2287,13 +2350,16 @@ export declare const MODELS: {
|
|
|
2287
2350
|
contextWindow: number;
|
|
2288
2351
|
maxTokens: number;
|
|
2289
2352
|
};
|
|
2290
|
-
readonly "gpt-
|
|
2353
|
+
readonly "gpt-5-nano": {
|
|
2291
2354
|
id: string;
|
|
2292
2355
|
name: string;
|
|
2293
2356
|
api: "azure-openai-responses";
|
|
2294
2357
|
provider: string;
|
|
2295
2358
|
baseUrl: string;
|
|
2296
|
-
reasoning:
|
|
2359
|
+
reasoning: true;
|
|
2360
|
+
thinkingLevelMap: {
|
|
2361
|
+
off: null;
|
|
2362
|
+
};
|
|
2297
2363
|
input: ("image" | "text")[];
|
|
2298
2364
|
cost: {
|
|
2299
2365
|
input: number;
|
|
@@ -2304,7 +2370,7 @@ export declare const MODELS: {
|
|
|
2304
2370
|
contextWindow: number;
|
|
2305
2371
|
maxTokens: number;
|
|
2306
2372
|
};
|
|
2307
|
-
readonly "gpt-5": {
|
|
2373
|
+
readonly "gpt-5-pro": {
|
|
2308
2374
|
id: string;
|
|
2309
2375
|
name: string;
|
|
2310
2376
|
api: "azure-openai-responses";
|
|
@@ -2324,13 +2390,13 @@ export declare const MODELS: {
|
|
|
2324
2390
|
contextWindow: number;
|
|
2325
2391
|
maxTokens: number;
|
|
2326
2392
|
};
|
|
2327
|
-
readonly "gpt-5
|
|
2393
|
+
readonly "gpt-5.1": {
|
|
2328
2394
|
id: string;
|
|
2329
2395
|
name: string;
|
|
2330
2396
|
api: "azure-openai-responses";
|
|
2331
2397
|
provider: string;
|
|
2332
2398
|
baseUrl: string;
|
|
2333
|
-
reasoning:
|
|
2399
|
+
reasoning: true;
|
|
2334
2400
|
thinkingLevelMap: {
|
|
2335
2401
|
off: null;
|
|
2336
2402
|
};
|
|
@@ -2344,7 +2410,7 @@ export declare const MODELS: {
|
|
|
2344
2410
|
contextWindow: number;
|
|
2345
2411
|
maxTokens: number;
|
|
2346
2412
|
};
|
|
2347
|
-
readonly "gpt-5-
|
|
2413
|
+
readonly "gpt-5.1-chat-latest": {
|
|
2348
2414
|
id: string;
|
|
2349
2415
|
name: string;
|
|
2350
2416
|
api: "azure-openai-responses";
|
|
@@ -2364,7 +2430,7 @@ export declare const MODELS: {
|
|
|
2364
2430
|
contextWindow: number;
|
|
2365
2431
|
maxTokens: number;
|
|
2366
2432
|
};
|
|
2367
|
-
readonly "gpt-5-
|
|
2433
|
+
readonly "gpt-5.1-codex": {
|
|
2368
2434
|
id: string;
|
|
2369
2435
|
name: string;
|
|
2370
2436
|
api: "azure-openai-responses";
|
|
@@ -2384,7 +2450,7 @@ export declare const MODELS: {
|
|
|
2384
2450
|
contextWindow: number;
|
|
2385
2451
|
maxTokens: number;
|
|
2386
2452
|
};
|
|
2387
|
-
readonly "gpt-5-
|
|
2453
|
+
readonly "gpt-5.1-codex-max": {
|
|
2388
2454
|
id: string;
|
|
2389
2455
|
name: string;
|
|
2390
2456
|
api: "azure-openai-responses";
|
|
@@ -2404,7 +2470,7 @@ export declare const MODELS: {
|
|
|
2404
2470
|
contextWindow: number;
|
|
2405
2471
|
maxTokens: number;
|
|
2406
2472
|
};
|
|
2407
|
-
readonly "gpt-5-
|
|
2473
|
+
readonly "gpt-5.1-codex-mini": {
|
|
2408
2474
|
id: string;
|
|
2409
2475
|
name: string;
|
|
2410
2476
|
api: "azure-openai-responses";
|
|
@@ -2424,7 +2490,7 @@ export declare const MODELS: {
|
|
|
2424
2490
|
contextWindow: number;
|
|
2425
2491
|
maxTokens: number;
|
|
2426
2492
|
};
|
|
2427
|
-
readonly "gpt-5.
|
|
2493
|
+
readonly "gpt-5.2": {
|
|
2428
2494
|
id: string;
|
|
2429
2495
|
name: string;
|
|
2430
2496
|
api: "azure-openai-responses";
|
|
@@ -2433,6 +2499,7 @@ export declare const MODELS: {
|
|
|
2433
2499
|
reasoning: true;
|
|
2434
2500
|
thinkingLevelMap: {
|
|
2435
2501
|
off: null;
|
|
2502
|
+
xhigh: string;
|
|
2436
2503
|
};
|
|
2437
2504
|
input: ("image" | "text")[];
|
|
2438
2505
|
cost: {
|
|
@@ -2444,7 +2511,7 @@ export declare const MODELS: {
|
|
|
2444
2511
|
contextWindow: number;
|
|
2445
2512
|
maxTokens: number;
|
|
2446
2513
|
};
|
|
2447
|
-
readonly "gpt-5.
|
|
2514
|
+
readonly "gpt-5.2-chat-latest": {
|
|
2448
2515
|
id: string;
|
|
2449
2516
|
name: string;
|
|
2450
2517
|
api: "azure-openai-responses";
|
|
@@ -2453,6 +2520,7 @@ export declare const MODELS: {
|
|
|
2453
2520
|
reasoning: true;
|
|
2454
2521
|
thinkingLevelMap: {
|
|
2455
2522
|
off: null;
|
|
2523
|
+
xhigh: string;
|
|
2456
2524
|
};
|
|
2457
2525
|
input: ("image" | "text")[];
|
|
2458
2526
|
cost: {
|
|
@@ -2464,7 +2532,7 @@ export declare const MODELS: {
|
|
|
2464
2532
|
contextWindow: number;
|
|
2465
2533
|
maxTokens: number;
|
|
2466
2534
|
};
|
|
2467
|
-
readonly "gpt-5.
|
|
2535
|
+
readonly "gpt-5.2-codex": {
|
|
2468
2536
|
id: string;
|
|
2469
2537
|
name: string;
|
|
2470
2538
|
api: "azure-openai-responses";
|
|
@@ -2473,6 +2541,7 @@ export declare const MODELS: {
|
|
|
2473
2541
|
reasoning: true;
|
|
2474
2542
|
thinkingLevelMap: {
|
|
2475
2543
|
off: null;
|
|
2544
|
+
xhigh: string;
|
|
2476
2545
|
};
|
|
2477
2546
|
input: ("image" | "text")[];
|
|
2478
2547
|
cost: {
|
|
@@ -2484,7 +2553,7 @@ export declare const MODELS: {
|
|
|
2484
2553
|
contextWindow: number;
|
|
2485
2554
|
maxTokens: number;
|
|
2486
2555
|
};
|
|
2487
|
-
readonly "gpt-5.
|
|
2556
|
+
readonly "gpt-5.2-pro": {
|
|
2488
2557
|
id: string;
|
|
2489
2558
|
name: string;
|
|
2490
2559
|
api: "azure-openai-responses";
|
|
@@ -2493,6 +2562,7 @@ export declare const MODELS: {
|
|
|
2493
2562
|
reasoning: true;
|
|
2494
2563
|
thinkingLevelMap: {
|
|
2495
2564
|
off: null;
|
|
2565
|
+
xhigh: string;
|
|
2496
2566
|
};
|
|
2497
2567
|
input: ("image" | "text")[];
|
|
2498
2568
|
cost: {
|
|
@@ -2504,15 +2574,16 @@ export declare const MODELS: {
|
|
|
2504
2574
|
contextWindow: number;
|
|
2505
2575
|
maxTokens: number;
|
|
2506
2576
|
};
|
|
2507
|
-
readonly "gpt-5.
|
|
2577
|
+
readonly "gpt-5.3-chat-latest": {
|
|
2508
2578
|
id: string;
|
|
2509
2579
|
name: string;
|
|
2510
2580
|
api: "azure-openai-responses";
|
|
2511
2581
|
provider: string;
|
|
2512
2582
|
baseUrl: string;
|
|
2513
|
-
reasoning:
|
|
2583
|
+
reasoning: false;
|
|
2514
2584
|
thinkingLevelMap: {
|
|
2515
2585
|
off: null;
|
|
2586
|
+
xhigh: string;
|
|
2516
2587
|
};
|
|
2517
2588
|
input: ("image" | "text")[];
|
|
2518
2589
|
cost: {
|
|
@@ -2524,7 +2595,7 @@ export declare const MODELS: {
|
|
|
2524
2595
|
contextWindow: number;
|
|
2525
2596
|
maxTokens: number;
|
|
2526
2597
|
};
|
|
2527
|
-
readonly "gpt-5.
|
|
2598
|
+
readonly "gpt-5.3-codex": {
|
|
2528
2599
|
id: string;
|
|
2529
2600
|
name: string;
|
|
2530
2601
|
api: "azure-openai-responses";
|
|
@@ -2545,7 +2616,7 @@ export declare const MODELS: {
|
|
|
2545
2616
|
contextWindow: number;
|
|
2546
2617
|
maxTokens: number;
|
|
2547
2618
|
};
|
|
2548
|
-
readonly "gpt-5.
|
|
2619
|
+
readonly "gpt-5.3-codex-spark": {
|
|
2549
2620
|
id: string;
|
|
2550
2621
|
name: string;
|
|
2551
2622
|
api: "azure-openai-responses";
|
|
@@ -2566,7 +2637,7 @@ export declare const MODELS: {
|
|
|
2566
2637
|
contextWindow: number;
|
|
2567
2638
|
maxTokens: number;
|
|
2568
2639
|
};
|
|
2569
|
-
readonly "gpt-5.
|
|
2640
|
+
readonly "gpt-5.4": {
|
|
2570
2641
|
id: string;
|
|
2571
2642
|
name: string;
|
|
2572
2643
|
api: "azure-openai-responses";
|
|
@@ -2587,7 +2658,7 @@ export declare const MODELS: {
|
|
|
2587
2658
|
contextWindow: number;
|
|
2588
2659
|
maxTokens: number;
|
|
2589
2660
|
};
|
|
2590
|
-
readonly "gpt-5.
|
|
2661
|
+
readonly "gpt-5.4-mini": {
|
|
2591
2662
|
id: string;
|
|
2592
2663
|
name: string;
|
|
2593
2664
|
api: "azure-openai-responses";
|
|
@@ -2608,13 +2679,13 @@ export declare const MODELS: {
|
|
|
2608
2679
|
contextWindow: number;
|
|
2609
2680
|
maxTokens: number;
|
|
2610
2681
|
};
|
|
2611
|
-
readonly "gpt-5.
|
|
2682
|
+
readonly "gpt-5.4-nano": {
|
|
2612
2683
|
id: string;
|
|
2613
2684
|
name: string;
|
|
2614
2685
|
api: "azure-openai-responses";
|
|
2615
2686
|
provider: string;
|
|
2616
2687
|
baseUrl: string;
|
|
2617
|
-
reasoning:
|
|
2688
|
+
reasoning: true;
|
|
2618
2689
|
thinkingLevelMap: {
|
|
2619
2690
|
off: null;
|
|
2620
2691
|
xhigh: string;
|
|
@@ -2629,7 +2700,7 @@ export declare const MODELS: {
|
|
|
2629
2700
|
contextWindow: number;
|
|
2630
2701
|
maxTokens: number;
|
|
2631
2702
|
};
|
|
2632
|
-
readonly "gpt-5.
|
|
2703
|
+
readonly "gpt-5.4-pro": {
|
|
2633
2704
|
id: string;
|
|
2634
2705
|
name: string;
|
|
2635
2706
|
api: "azure-openai-responses";
|
|
@@ -2650,7 +2721,7 @@ export declare const MODELS: {
|
|
|
2650
2721
|
contextWindow: number;
|
|
2651
2722
|
maxTokens: number;
|
|
2652
2723
|
};
|
|
2653
|
-
readonly "gpt-5.
|
|
2724
|
+
readonly "gpt-5.5": {
|
|
2654
2725
|
id: string;
|
|
2655
2726
|
name: string;
|
|
2656
2727
|
api: "azure-openai-responses";
|
|
@@ -2671,7 +2742,7 @@ export declare const MODELS: {
|
|
|
2671
2742
|
contextWindow: number;
|
|
2672
2743
|
maxTokens: number;
|
|
2673
2744
|
};
|
|
2674
|
-
readonly "gpt-5.
|
|
2745
|
+
readonly "gpt-5.5-pro": {
|
|
2675
2746
|
id: string;
|
|
2676
2747
|
name: string;
|
|
2677
2748
|
api: "azure-openai-responses";
|
|
@@ -2681,6 +2752,8 @@ export declare const MODELS: {
|
|
|
2681
2752
|
thinkingLevelMap: {
|
|
2682
2753
|
off: null;
|
|
2683
2754
|
xhigh: string;
|
|
2755
|
+
minimal: null;
|
|
2756
|
+
low: null;
|
|
2684
2757
|
};
|
|
2685
2758
|
input: ("image" | "text")[];
|
|
2686
2759
|
cost: {
|
|
@@ -2692,7 +2765,7 @@ export declare const MODELS: {
|
|
|
2692
2765
|
contextWindow: number;
|
|
2693
2766
|
maxTokens: number;
|
|
2694
2767
|
};
|
|
2695
|
-
readonly "gpt-5.
|
|
2768
|
+
readonly "gpt-5.6": {
|
|
2696
2769
|
id: string;
|
|
2697
2770
|
name: string;
|
|
2698
2771
|
api: "azure-openai-responses";
|
|
@@ -2713,7 +2786,7 @@ export declare const MODELS: {
|
|
|
2713
2786
|
contextWindow: number;
|
|
2714
2787
|
maxTokens: number;
|
|
2715
2788
|
};
|
|
2716
|
-
readonly "gpt-5.
|
|
2789
|
+
readonly "gpt-5.6-luna": {
|
|
2717
2790
|
id: string;
|
|
2718
2791
|
name: string;
|
|
2719
2792
|
api: "azure-openai-responses";
|
|
@@ -2734,7 +2807,7 @@ export declare const MODELS: {
|
|
|
2734
2807
|
contextWindow: number;
|
|
2735
2808
|
maxTokens: number;
|
|
2736
2809
|
};
|
|
2737
|
-
readonly "gpt-5.
|
|
2810
|
+
readonly "gpt-5.6-sol": {
|
|
2738
2811
|
id: string;
|
|
2739
2812
|
name: string;
|
|
2740
2813
|
api: "azure-openai-responses";
|
|
@@ -2755,7 +2828,7 @@ export declare const MODELS: {
|
|
|
2755
2828
|
contextWindow: number;
|
|
2756
2829
|
maxTokens: number;
|
|
2757
2830
|
};
|
|
2758
|
-
readonly "gpt-5.
|
|
2831
|
+
readonly "gpt-5.6-terra": {
|
|
2759
2832
|
id: string;
|
|
2760
2833
|
name: string;
|
|
2761
2834
|
api: "azure-openai-responses";
|
|
@@ -2776,19 +2849,13 @@ export declare const MODELS: {
|
|
|
2776
2849
|
contextWindow: number;
|
|
2777
2850
|
maxTokens: number;
|
|
2778
2851
|
};
|
|
2779
|
-
readonly "gpt-
|
|
2852
|
+
readonly "gpt-realtime-2.1": {
|
|
2780
2853
|
id: string;
|
|
2781
2854
|
name: string;
|
|
2782
2855
|
api: "azure-openai-responses";
|
|
2783
2856
|
provider: string;
|
|
2784
2857
|
baseUrl: string;
|
|
2785
2858
|
reasoning: true;
|
|
2786
|
-
thinkingLevelMap: {
|
|
2787
|
-
off: null;
|
|
2788
|
-
xhigh: string;
|
|
2789
|
-
minimal: null;
|
|
2790
|
-
low: null;
|
|
2791
|
-
};
|
|
2792
2859
|
input: ("image" | "text")[];
|
|
2793
2860
|
cost: {
|
|
2794
2861
|
input: number;
|
|
@@ -2937,6 +3004,23 @@ export declare const MODELS: {
|
|
|
2937
3004
|
};
|
|
2938
3005
|
};
|
|
2939
3006
|
readonly cerebras: {
|
|
3007
|
+
readonly "gemma-4-31b": {
|
|
3008
|
+
id: string;
|
|
3009
|
+
name: string;
|
|
3010
|
+
api: "openai-completions";
|
|
3011
|
+
provider: string;
|
|
3012
|
+
baseUrl: string;
|
|
3013
|
+
reasoning: true;
|
|
3014
|
+
input: ("image" | "text")[];
|
|
3015
|
+
cost: {
|
|
3016
|
+
input: number;
|
|
3017
|
+
output: number;
|
|
3018
|
+
cacheRead: number;
|
|
3019
|
+
cacheWrite: number;
|
|
3020
|
+
};
|
|
3021
|
+
contextWindow: number;
|
|
3022
|
+
maxTokens: number;
|
|
3023
|
+
};
|
|
2940
3024
|
readonly "gpt-oss-120b": {
|
|
2941
3025
|
id: string;
|
|
2942
3026
|
name: string;
|
|
@@ -3282,6 +3366,23 @@ export declare const MODELS: {
|
|
|
3282
3366
|
contextWindow: number;
|
|
3283
3367
|
maxTokens: number;
|
|
3284
3368
|
};
|
|
3369
|
+
readonly "claude-sonnet-5": {
|
|
3370
|
+
id: string;
|
|
3371
|
+
name: string;
|
|
3372
|
+
api: "anthropic-messages";
|
|
3373
|
+
provider: string;
|
|
3374
|
+
baseUrl: string;
|
|
3375
|
+
reasoning: true;
|
|
3376
|
+
input: ("image" | "text")[];
|
|
3377
|
+
cost: {
|
|
3378
|
+
input: number;
|
|
3379
|
+
output: number;
|
|
3380
|
+
cacheRead: number;
|
|
3381
|
+
cacheWrite: number;
|
|
3382
|
+
};
|
|
3383
|
+
contextWindow: number;
|
|
3384
|
+
maxTokens: number;
|
|
3385
|
+
};
|
|
3285
3386
|
readonly "gpt-4": {
|
|
3286
3387
|
id: string;
|
|
3287
3388
|
name: string;
|
|
@@ -3902,6 +4003,26 @@ export declare const MODELS: {
|
|
|
3902
4003
|
contextWindow: number;
|
|
3903
4004
|
maxTokens: number;
|
|
3904
4005
|
};
|
|
4006
|
+
readonly "@cf/zai-org/glm-5.2": {
|
|
4007
|
+
id: string;
|
|
4008
|
+
name: string;
|
|
4009
|
+
api: "openai-completions";
|
|
4010
|
+
provider: string;
|
|
4011
|
+
baseUrl: string;
|
|
4012
|
+
compat: {
|
|
4013
|
+
sendSessionAffinityHeaders: true;
|
|
4014
|
+
};
|
|
4015
|
+
reasoning: true;
|
|
4016
|
+
input: "text"[];
|
|
4017
|
+
cost: {
|
|
4018
|
+
input: number;
|
|
4019
|
+
output: number;
|
|
4020
|
+
cacheRead: number;
|
|
4021
|
+
cacheWrite: number;
|
|
4022
|
+
};
|
|
4023
|
+
contextWindow: number;
|
|
4024
|
+
maxTokens: number;
|
|
4025
|
+
};
|
|
3905
4026
|
};
|
|
3906
4027
|
readonly deepseek: {
|
|
3907
4028
|
readonly "deepseek-v4-flash": {
|
|
@@ -4031,7 +4152,7 @@ export declare const MODELS: {
|
|
|
4031
4152
|
contextWindow: number;
|
|
4032
4153
|
maxTokens: number;
|
|
4033
4154
|
};
|
|
4034
|
-
readonly "accounts/fireworks/models/
|
|
4155
|
+
readonly "accounts/fireworks/models/glm-5p2": {
|
|
4035
4156
|
id: string;
|
|
4036
4157
|
name: string;
|
|
4037
4158
|
api: "anthropic-messages";
|
|
@@ -4054,7 +4175,7 @@ export declare const MODELS: {
|
|
|
4054
4175
|
contextWindow: number;
|
|
4055
4176
|
maxTokens: number;
|
|
4056
4177
|
};
|
|
4057
|
-
readonly "accounts/fireworks/models/gpt-oss-
|
|
4178
|
+
readonly "accounts/fireworks/models/gpt-oss-120b": {
|
|
4058
4179
|
id: string;
|
|
4059
4180
|
name: string;
|
|
4060
4181
|
api: "anthropic-messages";
|
|
@@ -4077,7 +4198,7 @@ export declare const MODELS: {
|
|
|
4077
4198
|
contextWindow: number;
|
|
4078
4199
|
maxTokens: number;
|
|
4079
4200
|
};
|
|
4080
|
-
readonly "accounts/fireworks/models/
|
|
4201
|
+
readonly "accounts/fireworks/models/gpt-oss-20b": {
|
|
4081
4202
|
id: string;
|
|
4082
4203
|
name: string;
|
|
4083
4204
|
api: "anthropic-messages";
|
|
@@ -4090,7 +4211,7 @@ export declare const MODELS: {
|
|
|
4090
4211
|
supportsLongCacheRetention: false;
|
|
4091
4212
|
};
|
|
4092
4213
|
reasoning: true;
|
|
4093
|
-
input:
|
|
4214
|
+
input: "text"[];
|
|
4094
4215
|
cost: {
|
|
4095
4216
|
input: number;
|
|
4096
4217
|
output: number;
|
|
@@ -4100,7 +4221,7 @@ export declare const MODELS: {
|
|
|
4100
4221
|
contextWindow: number;
|
|
4101
4222
|
maxTokens: number;
|
|
4102
4223
|
};
|
|
4103
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4224
|
+
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4104
4225
|
id: string;
|
|
4105
4226
|
name: string;
|
|
4106
4227
|
api: "anthropic-messages";
|
|
@@ -4123,7 +4244,7 @@ export declare const MODELS: {
|
|
|
4123
4244
|
contextWindow: number;
|
|
4124
4245
|
maxTokens: number;
|
|
4125
4246
|
};
|
|
4126
|
-
readonly "accounts/fireworks/models/
|
|
4247
|
+
readonly "accounts/fireworks/models/kimi-k2p7-code": {
|
|
4127
4248
|
id: string;
|
|
4128
4249
|
name: string;
|
|
4129
4250
|
api: "anthropic-messages";
|
|
@@ -4136,7 +4257,7 @@ export declare const MODELS: {
|
|
|
4136
4257
|
supportsLongCacheRetention: false;
|
|
4137
4258
|
};
|
|
4138
4259
|
reasoning: true;
|
|
4139
|
-
input: "text"[];
|
|
4260
|
+
input: ("image" | "text")[];
|
|
4140
4261
|
cost: {
|
|
4141
4262
|
input: number;
|
|
4142
4263
|
output: number;
|
|
@@ -4146,7 +4267,30 @@ export declare const MODELS: {
|
|
|
4146
4267
|
contextWindow: number;
|
|
4147
4268
|
maxTokens: number;
|
|
4148
4269
|
};
|
|
4149
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4270
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4271
|
+
id: string;
|
|
4272
|
+
name: string;
|
|
4273
|
+
api: "anthropic-messages";
|
|
4274
|
+
provider: string;
|
|
4275
|
+
baseUrl: string;
|
|
4276
|
+
compat: {
|
|
4277
|
+
sendSessionAffinityHeaders: true;
|
|
4278
|
+
supportsEagerToolInputStreaming: false;
|
|
4279
|
+
supportsCacheControlOnTools: false;
|
|
4280
|
+
supportsLongCacheRetention: false;
|
|
4281
|
+
};
|
|
4282
|
+
reasoning: true;
|
|
4283
|
+
input: "text"[];
|
|
4284
|
+
cost: {
|
|
4285
|
+
input: number;
|
|
4286
|
+
output: number;
|
|
4287
|
+
cacheRead: number;
|
|
4288
|
+
cacheWrite: number;
|
|
4289
|
+
};
|
|
4290
|
+
contextWindow: number;
|
|
4291
|
+
maxTokens: number;
|
|
4292
|
+
};
|
|
4293
|
+
readonly "accounts/fireworks/models/minimax-m3": {
|
|
4150
4294
|
id: string;
|
|
4151
4295
|
name: string;
|
|
4152
4296
|
api: "anthropic-messages";
|
|
@@ -4215,6 +4359,29 @@ export declare const MODELS: {
|
|
|
4215
4359
|
contextWindow: number;
|
|
4216
4360
|
maxTokens: number;
|
|
4217
4361
|
};
|
|
4362
|
+
readonly "accounts/fireworks/routers/glm-5p2-fast": {
|
|
4363
|
+
id: string;
|
|
4364
|
+
name: string;
|
|
4365
|
+
api: "anthropic-messages";
|
|
4366
|
+
provider: string;
|
|
4367
|
+
baseUrl: string;
|
|
4368
|
+
compat: {
|
|
4369
|
+
sendSessionAffinityHeaders: true;
|
|
4370
|
+
supportsEagerToolInputStreaming: false;
|
|
4371
|
+
supportsCacheControlOnTools: false;
|
|
4372
|
+
supportsLongCacheRetention: false;
|
|
4373
|
+
};
|
|
4374
|
+
reasoning: true;
|
|
4375
|
+
input: "text"[];
|
|
4376
|
+
cost: {
|
|
4377
|
+
input: number;
|
|
4378
|
+
output: number;
|
|
4379
|
+
cacheRead: number;
|
|
4380
|
+
cacheWrite: number;
|
|
4381
|
+
};
|
|
4382
|
+
contextWindow: number;
|
|
4383
|
+
maxTokens: number;
|
|
4384
|
+
};
|
|
4218
4385
|
readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
4219
4386
|
id: string;
|
|
4220
4387
|
name: string;
|
|
@@ -4527,6 +4694,34 @@ export declare const MODELS: {
|
|
|
4527
4694
|
contextWindow: number;
|
|
4528
4695
|
maxTokens: number;
|
|
4529
4696
|
};
|
|
4697
|
+
readonly "claude-sonnet-5": {
|
|
4698
|
+
id: string;
|
|
4699
|
+
name: string;
|
|
4700
|
+
api: "openai-completions";
|
|
4701
|
+
provider: string;
|
|
4702
|
+
baseUrl: string;
|
|
4703
|
+
headers: {
|
|
4704
|
+
"User-Agent": string;
|
|
4705
|
+
"Editor-Version": string;
|
|
4706
|
+
"Editor-Plugin-Version": string;
|
|
4707
|
+
"Copilot-Integration-Id": string;
|
|
4708
|
+
};
|
|
4709
|
+
compat: {
|
|
4710
|
+
supportsStore: false;
|
|
4711
|
+
supportsDeveloperRole: false;
|
|
4712
|
+
supportsReasoningEffort: false;
|
|
4713
|
+
};
|
|
4714
|
+
reasoning: true;
|
|
4715
|
+
input: ("image" | "text")[];
|
|
4716
|
+
cost: {
|
|
4717
|
+
input: number;
|
|
4718
|
+
output: number;
|
|
4719
|
+
cacheRead: number;
|
|
4720
|
+
cacheWrite: number;
|
|
4721
|
+
};
|
|
4722
|
+
contextWindow: number;
|
|
4723
|
+
maxTokens: number;
|
|
4724
|
+
};
|
|
4530
4725
|
readonly "gemini-2.5-pro": {
|
|
4531
4726
|
id: string;
|
|
4532
4727
|
name: string;
|
|
@@ -4890,7 +5085,91 @@ export declare const MODELS: {
|
|
|
4890
5085
|
contextWindow: number;
|
|
4891
5086
|
maxTokens: number;
|
|
4892
5087
|
};
|
|
4893
|
-
readonly "
|
|
5088
|
+
readonly "gpt-5.6-luna": {
|
|
5089
|
+
id: string;
|
|
5090
|
+
name: string;
|
|
5091
|
+
api: "openai-responses";
|
|
5092
|
+
provider: string;
|
|
5093
|
+
baseUrl: string;
|
|
5094
|
+
headers: {
|
|
5095
|
+
"User-Agent": string;
|
|
5096
|
+
"Editor-Version": string;
|
|
5097
|
+
"Editor-Plugin-Version": string;
|
|
5098
|
+
"Copilot-Integration-Id": string;
|
|
5099
|
+
};
|
|
5100
|
+
reasoning: true;
|
|
5101
|
+
thinkingLevelMap: {
|
|
5102
|
+
off: null;
|
|
5103
|
+
minimal: string;
|
|
5104
|
+
xhigh: string;
|
|
5105
|
+
};
|
|
5106
|
+
input: ("image" | "text")[];
|
|
5107
|
+
cost: {
|
|
5108
|
+
input: number;
|
|
5109
|
+
output: number;
|
|
5110
|
+
cacheRead: number;
|
|
5111
|
+
cacheWrite: number;
|
|
5112
|
+
};
|
|
5113
|
+
contextWindow: number;
|
|
5114
|
+
maxTokens: number;
|
|
5115
|
+
};
|
|
5116
|
+
readonly "gpt-5.6-sol": {
|
|
5117
|
+
id: string;
|
|
5118
|
+
name: string;
|
|
5119
|
+
api: "openai-responses";
|
|
5120
|
+
provider: string;
|
|
5121
|
+
baseUrl: string;
|
|
5122
|
+
headers: {
|
|
5123
|
+
"User-Agent": string;
|
|
5124
|
+
"Editor-Version": string;
|
|
5125
|
+
"Editor-Plugin-Version": string;
|
|
5126
|
+
"Copilot-Integration-Id": string;
|
|
5127
|
+
};
|
|
5128
|
+
reasoning: true;
|
|
5129
|
+
thinkingLevelMap: {
|
|
5130
|
+
off: null;
|
|
5131
|
+
minimal: string;
|
|
5132
|
+
xhigh: string;
|
|
5133
|
+
};
|
|
5134
|
+
input: ("image" | "text")[];
|
|
5135
|
+
cost: {
|
|
5136
|
+
input: number;
|
|
5137
|
+
output: number;
|
|
5138
|
+
cacheRead: number;
|
|
5139
|
+
cacheWrite: number;
|
|
5140
|
+
};
|
|
5141
|
+
contextWindow: number;
|
|
5142
|
+
maxTokens: number;
|
|
5143
|
+
};
|
|
5144
|
+
readonly "gpt-5.6-terra": {
|
|
5145
|
+
id: string;
|
|
5146
|
+
name: string;
|
|
5147
|
+
api: "openai-responses";
|
|
5148
|
+
provider: string;
|
|
5149
|
+
baseUrl: string;
|
|
5150
|
+
headers: {
|
|
5151
|
+
"User-Agent": string;
|
|
5152
|
+
"Editor-Version": string;
|
|
5153
|
+
"Editor-Plugin-Version": string;
|
|
5154
|
+
"Copilot-Integration-Id": string;
|
|
5155
|
+
};
|
|
5156
|
+
reasoning: true;
|
|
5157
|
+
thinkingLevelMap: {
|
|
5158
|
+
off: null;
|
|
5159
|
+
minimal: string;
|
|
5160
|
+
xhigh: string;
|
|
5161
|
+
};
|
|
5162
|
+
input: ("image" | "text")[];
|
|
5163
|
+
cost: {
|
|
5164
|
+
input: number;
|
|
5165
|
+
output: number;
|
|
5166
|
+
cacheRead: number;
|
|
5167
|
+
cacheWrite: number;
|
|
5168
|
+
};
|
|
5169
|
+
contextWindow: number;
|
|
5170
|
+
maxTokens: number;
|
|
5171
|
+
};
|
|
5172
|
+
readonly "kimi-k2.7-code": {
|
|
4894
5173
|
id: string;
|
|
4895
5174
|
name: string;
|
|
4896
5175
|
api: "openai-completions";
|
|
@@ -4918,6 +5197,34 @@ export declare const MODELS: {
|
|
|
4918
5197
|
contextWindow: number;
|
|
4919
5198
|
maxTokens: number;
|
|
4920
5199
|
};
|
|
5200
|
+
readonly "mai-code-1-flash-picker": {
|
|
5201
|
+
id: string;
|
|
5202
|
+
name: string;
|
|
5203
|
+
api: "openai-completions";
|
|
5204
|
+
provider: string;
|
|
5205
|
+
baseUrl: string;
|
|
5206
|
+
headers: {
|
|
5207
|
+
"User-Agent": string;
|
|
5208
|
+
"Editor-Version": string;
|
|
5209
|
+
"Editor-Plugin-Version": string;
|
|
5210
|
+
"Copilot-Integration-Id": string;
|
|
5211
|
+
};
|
|
5212
|
+
compat: {
|
|
5213
|
+
supportsStore: false;
|
|
5214
|
+
supportsDeveloperRole: false;
|
|
5215
|
+
supportsReasoningEffort: false;
|
|
5216
|
+
};
|
|
5217
|
+
reasoning: true;
|
|
5218
|
+
input: "text"[];
|
|
5219
|
+
cost: {
|
|
5220
|
+
input: number;
|
|
5221
|
+
output: number;
|
|
5222
|
+
cacheRead: number;
|
|
5223
|
+
cacheWrite: number;
|
|
5224
|
+
};
|
|
5225
|
+
contextWindow: number;
|
|
5226
|
+
maxTokens: number;
|
|
5227
|
+
};
|
|
4921
5228
|
};
|
|
4922
5229
|
readonly google: {
|
|
4923
5230
|
readonly "gemini-2.0-flash": {
|
|
@@ -5615,7 +5922,7 @@ export declare const MODELS: {
|
|
|
5615
5922
|
};
|
|
5616
5923
|
};
|
|
5617
5924
|
readonly huggingface: {
|
|
5618
|
-
readonly "MiniMaxAI/MiniMax-M2
|
|
5925
|
+
readonly "MiniMaxAI/MiniMax-M2": {
|
|
5619
5926
|
id: string;
|
|
5620
5927
|
name: string;
|
|
5621
5928
|
api: "openai-completions";
|
|
@@ -5635,7 +5942,7 @@ export declare const MODELS: {
|
|
|
5635
5942
|
contextWindow: number;
|
|
5636
5943
|
maxTokens: number;
|
|
5637
5944
|
};
|
|
5638
|
-
readonly "MiniMaxAI/MiniMax-M2.
|
|
5945
|
+
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5639
5946
|
id: string;
|
|
5640
5947
|
name: string;
|
|
5641
5948
|
api: "openai-completions";
|
|
@@ -5655,7 +5962,7 @@ export declare const MODELS: {
|
|
|
5655
5962
|
contextWindow: number;
|
|
5656
5963
|
maxTokens: number;
|
|
5657
5964
|
};
|
|
5658
|
-
readonly "MiniMaxAI/MiniMax-M2.
|
|
5965
|
+
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
5659
5966
|
id: string;
|
|
5660
5967
|
name: string;
|
|
5661
5968
|
api: "openai-completions";
|
|
@@ -5675,7 +5982,7 @@ export declare const MODELS: {
|
|
|
5675
5982
|
contextWindow: number;
|
|
5676
5983
|
maxTokens: number;
|
|
5677
5984
|
};
|
|
5678
|
-
readonly "
|
|
5985
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
5679
5986
|
id: string;
|
|
5680
5987
|
name: string;
|
|
5681
5988
|
api: "openai-completions";
|
|
@@ -5695,7 +6002,7 @@ export declare const MODELS: {
|
|
|
5695
6002
|
contextWindow: number;
|
|
5696
6003
|
maxTokens: number;
|
|
5697
6004
|
};
|
|
5698
|
-
readonly "
|
|
6005
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
5699
6006
|
id: string;
|
|
5700
6007
|
name: string;
|
|
5701
6008
|
api: "openai-completions";
|
|
@@ -5704,8 +6011,8 @@ export declare const MODELS: {
|
|
|
5704
6011
|
compat: {
|
|
5705
6012
|
supportsDeveloperRole: false;
|
|
5706
6013
|
};
|
|
5707
|
-
reasoning:
|
|
5708
|
-
input: "text"[];
|
|
6014
|
+
reasoning: true;
|
|
6015
|
+
input: ("image" | "text")[];
|
|
5709
6016
|
cost: {
|
|
5710
6017
|
input: number;
|
|
5711
6018
|
output: number;
|
|
@@ -5715,7 +6022,7 @@ export declare const MODELS: {
|
|
|
5715
6022
|
contextWindow: number;
|
|
5716
6023
|
maxTokens: number;
|
|
5717
6024
|
};
|
|
5718
|
-
readonly "Qwen/Qwen3-
|
|
6025
|
+
readonly "Qwen/Qwen3-235B-A22B": {
|
|
5719
6026
|
id: string;
|
|
5720
6027
|
name: string;
|
|
5721
6028
|
api: "openai-completions";
|
|
@@ -5724,7 +6031,7 @@ export declare const MODELS: {
|
|
|
5724
6031
|
compat: {
|
|
5725
6032
|
supportsDeveloperRole: false;
|
|
5726
6033
|
};
|
|
5727
|
-
reasoning:
|
|
6034
|
+
reasoning: true;
|
|
5728
6035
|
input: "text"[];
|
|
5729
6036
|
cost: {
|
|
5730
6037
|
input: number;
|
|
@@ -5735,7 +6042,7 @@ export declare const MODELS: {
|
|
|
5735
6042
|
contextWindow: number;
|
|
5736
6043
|
maxTokens: number;
|
|
5737
6044
|
};
|
|
5738
|
-
readonly "Qwen/Qwen3-
|
|
6045
|
+
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
5739
6046
|
id: string;
|
|
5740
6047
|
name: string;
|
|
5741
6048
|
api: "openai-completions";
|
|
@@ -5744,7 +6051,7 @@ export declare const MODELS: {
|
|
|
5744
6051
|
compat: {
|
|
5745
6052
|
supportsDeveloperRole: false;
|
|
5746
6053
|
};
|
|
5747
|
-
reasoning:
|
|
6054
|
+
reasoning: true;
|
|
5748
6055
|
input: "text"[];
|
|
5749
6056
|
cost: {
|
|
5750
6057
|
input: number;
|
|
@@ -5755,7 +6062,7 @@ export declare const MODELS: {
|
|
|
5755
6062
|
contextWindow: number;
|
|
5756
6063
|
maxTokens: number;
|
|
5757
6064
|
};
|
|
5758
|
-
readonly "Qwen/Qwen3-
|
|
6065
|
+
readonly "Qwen/Qwen3-32B": {
|
|
5759
6066
|
id: string;
|
|
5760
6067
|
name: string;
|
|
5761
6068
|
api: "openai-completions";
|
|
@@ -5764,7 +6071,7 @@ export declare const MODELS: {
|
|
|
5764
6071
|
compat: {
|
|
5765
6072
|
supportsDeveloperRole: false;
|
|
5766
6073
|
};
|
|
5767
|
-
reasoning:
|
|
6074
|
+
reasoning: true;
|
|
5768
6075
|
input: "text"[];
|
|
5769
6076
|
cost: {
|
|
5770
6077
|
input: number;
|
|
@@ -5775,7 +6082,7 @@ export declare const MODELS: {
|
|
|
5775
6082
|
contextWindow: number;
|
|
5776
6083
|
maxTokens: number;
|
|
5777
6084
|
};
|
|
5778
|
-
readonly "Qwen/Qwen3
|
|
6085
|
+
readonly "Qwen/Qwen3-Coder-30B-A3B-Instruct": {
|
|
5779
6086
|
id: string;
|
|
5780
6087
|
name: string;
|
|
5781
6088
|
api: "openai-completions";
|
|
@@ -5784,8 +6091,8 @@ export declare const MODELS: {
|
|
|
5784
6091
|
compat: {
|
|
5785
6092
|
supportsDeveloperRole: false;
|
|
5786
6093
|
};
|
|
5787
|
-
reasoning:
|
|
5788
|
-
input:
|
|
6094
|
+
reasoning: false;
|
|
6095
|
+
input: "text"[];
|
|
5789
6096
|
cost: {
|
|
5790
6097
|
input: number;
|
|
5791
6098
|
output: number;
|
|
@@ -5795,7 +6102,7 @@ export declare const MODELS: {
|
|
|
5795
6102
|
contextWindow: number;
|
|
5796
6103
|
maxTokens: number;
|
|
5797
6104
|
};
|
|
5798
|
-
readonly "
|
|
6105
|
+
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
5799
6106
|
id: string;
|
|
5800
6107
|
name: string;
|
|
5801
6108
|
api: "openai-completions";
|
|
@@ -5804,7 +6111,7 @@ export declare const MODELS: {
|
|
|
5804
6111
|
compat: {
|
|
5805
6112
|
supportsDeveloperRole: false;
|
|
5806
6113
|
};
|
|
5807
|
-
reasoning:
|
|
6114
|
+
reasoning: false;
|
|
5808
6115
|
input: "text"[];
|
|
5809
6116
|
cost: {
|
|
5810
6117
|
input: number;
|
|
@@ -5815,7 +6122,7 @@ export declare const MODELS: {
|
|
|
5815
6122
|
contextWindow: number;
|
|
5816
6123
|
maxTokens: number;
|
|
5817
6124
|
};
|
|
5818
|
-
readonly "
|
|
6125
|
+
readonly "Qwen/Qwen3-Coder-Next": {
|
|
5819
6126
|
id: string;
|
|
5820
6127
|
name: string;
|
|
5821
6128
|
api: "openai-completions";
|
|
@@ -5824,7 +6131,7 @@ export declare const MODELS: {
|
|
|
5824
6131
|
compat: {
|
|
5825
6132
|
supportsDeveloperRole: false;
|
|
5826
6133
|
};
|
|
5827
|
-
reasoning:
|
|
6134
|
+
reasoning: false;
|
|
5828
6135
|
input: "text"[];
|
|
5829
6136
|
cost: {
|
|
5830
6137
|
input: number;
|
|
@@ -5835,7 +6142,7 @@ export declare const MODELS: {
|
|
|
5835
6142
|
contextWindow: number;
|
|
5836
6143
|
maxTokens: number;
|
|
5837
6144
|
};
|
|
5838
|
-
readonly "
|
|
6145
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
5839
6146
|
id: string;
|
|
5840
6147
|
name: string;
|
|
5841
6148
|
api: "openai-completions";
|
|
@@ -5844,7 +6151,7 @@ export declare const MODELS: {
|
|
|
5844
6151
|
compat: {
|
|
5845
6152
|
supportsDeveloperRole: false;
|
|
5846
6153
|
};
|
|
5847
|
-
reasoning:
|
|
6154
|
+
reasoning: false;
|
|
5848
6155
|
input: "text"[];
|
|
5849
6156
|
cost: {
|
|
5850
6157
|
input: number;
|
|
@@ -5855,7 +6162,7 @@ export declare const MODELS: {
|
|
|
5855
6162
|
contextWindow: number;
|
|
5856
6163
|
maxTokens: number;
|
|
5857
6164
|
};
|
|
5858
|
-
readonly "
|
|
6165
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
5859
6166
|
id: string;
|
|
5860
6167
|
name: string;
|
|
5861
6168
|
api: "openai-completions";
|
|
@@ -5864,7 +6171,7 @@ export declare const MODELS: {
|
|
|
5864
6171
|
compat: {
|
|
5865
6172
|
supportsDeveloperRole: false;
|
|
5866
6173
|
};
|
|
5867
|
-
reasoning:
|
|
6174
|
+
reasoning: false;
|
|
5868
6175
|
input: "text"[];
|
|
5869
6176
|
cost: {
|
|
5870
6177
|
input: number;
|
|
@@ -5875,7 +6182,7 @@ export declare const MODELS: {
|
|
|
5875
6182
|
contextWindow: number;
|
|
5876
6183
|
maxTokens: number;
|
|
5877
6184
|
};
|
|
5878
|
-
readonly "
|
|
6185
|
+
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
5879
6186
|
id: string;
|
|
5880
6187
|
name: string;
|
|
5881
6188
|
api: "openai-completions";
|
|
@@ -5884,8 +6191,8 @@ export declare const MODELS: {
|
|
|
5884
6191
|
compat: {
|
|
5885
6192
|
supportsDeveloperRole: false;
|
|
5886
6193
|
};
|
|
5887
|
-
reasoning:
|
|
5888
|
-
input: "text"[];
|
|
6194
|
+
reasoning: true;
|
|
6195
|
+
input: ("image" | "text")[];
|
|
5889
6196
|
cost: {
|
|
5890
6197
|
input: number;
|
|
5891
6198
|
output: number;
|
|
@@ -5895,7 +6202,7 @@ export declare const MODELS: {
|
|
|
5895
6202
|
contextWindow: number;
|
|
5896
6203
|
maxTokens: number;
|
|
5897
6204
|
};
|
|
5898
|
-
readonly "
|
|
6205
|
+
readonly "Qwen/Qwen3.5-27B": {
|
|
5899
6206
|
id: string;
|
|
5900
6207
|
name: string;
|
|
5901
6208
|
api: "openai-completions";
|
|
@@ -5904,8 +6211,8 @@ export declare const MODELS: {
|
|
|
5904
6211
|
compat: {
|
|
5905
6212
|
supportsDeveloperRole: false;
|
|
5906
6213
|
};
|
|
5907
|
-
reasoning:
|
|
5908
|
-
input: "text"[];
|
|
6214
|
+
reasoning: true;
|
|
6215
|
+
input: ("image" | "text")[];
|
|
5909
6216
|
cost: {
|
|
5910
6217
|
input: number;
|
|
5911
6218
|
output: number;
|
|
@@ -5915,7 +6222,7 @@ export declare const MODELS: {
|
|
|
5915
6222
|
contextWindow: number;
|
|
5916
6223
|
maxTokens: number;
|
|
5917
6224
|
};
|
|
5918
|
-
readonly "
|
|
6225
|
+
readonly "Qwen/Qwen3.5-35B-A3B": {
|
|
5919
6226
|
id: string;
|
|
5920
6227
|
name: string;
|
|
5921
6228
|
api: "openai-completions";
|
|
@@ -5925,7 +6232,7 @@ export declare const MODELS: {
|
|
|
5925
6232
|
supportsDeveloperRole: false;
|
|
5926
6233
|
};
|
|
5927
6234
|
reasoning: true;
|
|
5928
|
-
input: "text"[];
|
|
6235
|
+
input: ("image" | "text")[];
|
|
5929
6236
|
cost: {
|
|
5930
6237
|
input: number;
|
|
5931
6238
|
output: number;
|
|
@@ -5935,7 +6242,7 @@ export declare const MODELS: {
|
|
|
5935
6242
|
contextWindow: number;
|
|
5936
6243
|
maxTokens: number;
|
|
5937
6244
|
};
|
|
5938
|
-
readonly "
|
|
6245
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5939
6246
|
id: string;
|
|
5940
6247
|
name: string;
|
|
5941
6248
|
api: "openai-completions";
|
|
@@ -5955,7 +6262,7 @@ export declare const MODELS: {
|
|
|
5955
6262
|
contextWindow: number;
|
|
5956
6263
|
maxTokens: number;
|
|
5957
6264
|
};
|
|
5958
|
-
readonly "
|
|
6265
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
5959
6266
|
id: string;
|
|
5960
6267
|
name: string;
|
|
5961
6268
|
api: "openai-completions";
|
|
@@ -5975,7 +6282,7 @@ export declare const MODELS: {
|
|
|
5975
6282
|
contextWindow: number;
|
|
5976
6283
|
maxTokens: number;
|
|
5977
6284
|
};
|
|
5978
|
-
readonly "
|
|
6285
|
+
readonly "Qwen/Qwen3.6-27B": {
|
|
5979
6286
|
id: string;
|
|
5980
6287
|
name: string;
|
|
5981
6288
|
api: "openai-completions";
|
|
@@ -5985,7 +6292,7 @@ export declare const MODELS: {
|
|
|
5985
6292
|
supportsDeveloperRole: false;
|
|
5986
6293
|
};
|
|
5987
6294
|
reasoning: true;
|
|
5988
|
-
input: "text"[];
|
|
6295
|
+
input: ("image" | "text")[];
|
|
5989
6296
|
cost: {
|
|
5990
6297
|
input: number;
|
|
5991
6298
|
output: number;
|
|
@@ -5995,7 +6302,7 @@ export declare const MODELS: {
|
|
|
5995
6302
|
contextWindow: number;
|
|
5996
6303
|
maxTokens: number;
|
|
5997
6304
|
};
|
|
5998
|
-
readonly "
|
|
6305
|
+
readonly "Qwen/Qwen3.6-35B-A3B": {
|
|
5999
6306
|
id: string;
|
|
6000
6307
|
name: string;
|
|
6001
6308
|
api: "openai-completions";
|
|
@@ -6005,7 +6312,7 @@ export declare const MODELS: {
|
|
|
6005
6312
|
supportsDeveloperRole: false;
|
|
6006
6313
|
};
|
|
6007
6314
|
reasoning: true;
|
|
6008
|
-
input: "text"[];
|
|
6315
|
+
input: ("image" | "text")[];
|
|
6009
6316
|
cost: {
|
|
6010
6317
|
input: number;
|
|
6011
6318
|
output: number;
|
|
@@ -6015,7 +6322,7 @@ export declare const MODELS: {
|
|
|
6015
6322
|
contextWindow: number;
|
|
6016
6323
|
maxTokens: number;
|
|
6017
6324
|
};
|
|
6018
|
-
readonly "
|
|
6325
|
+
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
6019
6326
|
id: string;
|
|
6020
6327
|
name: string;
|
|
6021
6328
|
api: "openai-completions";
|
|
@@ -6035,7 +6342,7 @@ export declare const MODELS: {
|
|
|
6035
6342
|
contextWindow: number;
|
|
6036
6343
|
maxTokens: number;
|
|
6037
6344
|
};
|
|
6038
|
-
readonly "
|
|
6345
|
+
readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
|
|
6039
6346
|
id: string;
|
|
6040
6347
|
name: string;
|
|
6041
6348
|
api: "openai-completions";
|
|
@@ -6055,12 +6362,552 @@ export declare const MODELS: {
|
|
|
6055
6362
|
contextWindow: number;
|
|
6056
6363
|
maxTokens: number;
|
|
6057
6364
|
};
|
|
6058
|
-
|
|
6059
|
-
readonly "kimi-coding": {
|
|
6060
|
-
readonly k2p7: {
|
|
6365
|
+
readonly "deepseek-ai/DeepSeek-R1": {
|
|
6061
6366
|
id: string;
|
|
6062
6367
|
name: string;
|
|
6063
|
-
api: "
|
|
6368
|
+
api: "openai-completions";
|
|
6369
|
+
provider: string;
|
|
6370
|
+
baseUrl: string;
|
|
6371
|
+
compat: {
|
|
6372
|
+
supportsDeveloperRole: false;
|
|
6373
|
+
};
|
|
6374
|
+
reasoning: true;
|
|
6375
|
+
input: "text"[];
|
|
6376
|
+
cost: {
|
|
6377
|
+
input: number;
|
|
6378
|
+
output: number;
|
|
6379
|
+
cacheRead: number;
|
|
6380
|
+
cacheWrite: number;
|
|
6381
|
+
};
|
|
6382
|
+
contextWindow: number;
|
|
6383
|
+
maxTokens: number;
|
|
6384
|
+
};
|
|
6385
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
6386
|
+
id: string;
|
|
6387
|
+
name: string;
|
|
6388
|
+
api: "openai-completions";
|
|
6389
|
+
provider: string;
|
|
6390
|
+
baseUrl: string;
|
|
6391
|
+
compat: {
|
|
6392
|
+
supportsDeveloperRole: false;
|
|
6393
|
+
};
|
|
6394
|
+
reasoning: true;
|
|
6395
|
+
input: "text"[];
|
|
6396
|
+
cost: {
|
|
6397
|
+
input: number;
|
|
6398
|
+
output: number;
|
|
6399
|
+
cacheRead: number;
|
|
6400
|
+
cacheWrite: number;
|
|
6401
|
+
};
|
|
6402
|
+
contextWindow: number;
|
|
6403
|
+
maxTokens: number;
|
|
6404
|
+
};
|
|
6405
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
6406
|
+
id: string;
|
|
6407
|
+
name: string;
|
|
6408
|
+
api: "openai-completions";
|
|
6409
|
+
provider: string;
|
|
6410
|
+
baseUrl: string;
|
|
6411
|
+
compat: {
|
|
6412
|
+
supportsDeveloperRole: false;
|
|
6413
|
+
};
|
|
6414
|
+
reasoning: true;
|
|
6415
|
+
input: "text"[];
|
|
6416
|
+
cost: {
|
|
6417
|
+
input: number;
|
|
6418
|
+
output: number;
|
|
6419
|
+
cacheRead: number;
|
|
6420
|
+
cacheWrite: number;
|
|
6421
|
+
};
|
|
6422
|
+
contextWindow: number;
|
|
6423
|
+
maxTokens: number;
|
|
6424
|
+
};
|
|
6425
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash": {
|
|
6426
|
+
id: string;
|
|
6427
|
+
name: string;
|
|
6428
|
+
api: "openai-completions";
|
|
6429
|
+
provider: string;
|
|
6430
|
+
baseUrl: string;
|
|
6431
|
+
compat: {
|
|
6432
|
+
supportsDeveloperRole: false;
|
|
6433
|
+
};
|
|
6434
|
+
reasoning: true;
|
|
6435
|
+
input: "text"[];
|
|
6436
|
+
cost: {
|
|
6437
|
+
input: number;
|
|
6438
|
+
output: number;
|
|
6439
|
+
cacheRead: number;
|
|
6440
|
+
cacheWrite: number;
|
|
6441
|
+
};
|
|
6442
|
+
contextWindow: number;
|
|
6443
|
+
maxTokens: number;
|
|
6444
|
+
};
|
|
6445
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
6446
|
+
id: string;
|
|
6447
|
+
name: string;
|
|
6448
|
+
api: "openai-completions";
|
|
6449
|
+
provider: string;
|
|
6450
|
+
baseUrl: string;
|
|
6451
|
+
compat: {
|
|
6452
|
+
supportsDeveloperRole: false;
|
|
6453
|
+
};
|
|
6454
|
+
reasoning: true;
|
|
6455
|
+
input: "text"[];
|
|
6456
|
+
cost: {
|
|
6457
|
+
input: number;
|
|
6458
|
+
output: number;
|
|
6459
|
+
cacheRead: number;
|
|
6460
|
+
cacheWrite: number;
|
|
6461
|
+
};
|
|
6462
|
+
contextWindow: number;
|
|
6463
|
+
maxTokens: number;
|
|
6464
|
+
};
|
|
6465
|
+
readonly "google/gemma-4-26B-A4B-it": {
|
|
6466
|
+
id: string;
|
|
6467
|
+
name: string;
|
|
6468
|
+
api: "openai-completions";
|
|
6469
|
+
provider: string;
|
|
6470
|
+
baseUrl: string;
|
|
6471
|
+
compat: {
|
|
6472
|
+
supportsDeveloperRole: false;
|
|
6473
|
+
};
|
|
6474
|
+
reasoning: true;
|
|
6475
|
+
input: ("image" | "text")[];
|
|
6476
|
+
cost: {
|
|
6477
|
+
input: number;
|
|
6478
|
+
output: number;
|
|
6479
|
+
cacheRead: number;
|
|
6480
|
+
cacheWrite: number;
|
|
6481
|
+
};
|
|
6482
|
+
contextWindow: number;
|
|
6483
|
+
maxTokens: number;
|
|
6484
|
+
};
|
|
6485
|
+
readonly "google/gemma-4-31B-it": {
|
|
6486
|
+
id: string;
|
|
6487
|
+
name: string;
|
|
6488
|
+
api: "openai-completions";
|
|
6489
|
+
provider: string;
|
|
6490
|
+
baseUrl: string;
|
|
6491
|
+
compat: {
|
|
6492
|
+
supportsDeveloperRole: false;
|
|
6493
|
+
};
|
|
6494
|
+
reasoning: true;
|
|
6495
|
+
input: ("image" | "text")[];
|
|
6496
|
+
cost: {
|
|
6497
|
+
input: number;
|
|
6498
|
+
output: number;
|
|
6499
|
+
cacheRead: number;
|
|
6500
|
+
cacheWrite: number;
|
|
6501
|
+
};
|
|
6502
|
+
contextWindow: number;
|
|
6503
|
+
maxTokens: number;
|
|
6504
|
+
};
|
|
6505
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct": {
|
|
6506
|
+
id: string;
|
|
6507
|
+
name: string;
|
|
6508
|
+
api: "openai-completions";
|
|
6509
|
+
provider: string;
|
|
6510
|
+
baseUrl: string;
|
|
6511
|
+
compat: {
|
|
6512
|
+
supportsDeveloperRole: false;
|
|
6513
|
+
};
|
|
6514
|
+
reasoning: false;
|
|
6515
|
+
input: "text"[];
|
|
6516
|
+
cost: {
|
|
6517
|
+
input: number;
|
|
6518
|
+
output: number;
|
|
6519
|
+
cacheRead: number;
|
|
6520
|
+
cacheWrite: number;
|
|
6521
|
+
};
|
|
6522
|
+
contextWindow: number;
|
|
6523
|
+
maxTokens: number;
|
|
6524
|
+
};
|
|
6525
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
6526
|
+
id: string;
|
|
6527
|
+
name: string;
|
|
6528
|
+
api: "openai-completions";
|
|
6529
|
+
provider: string;
|
|
6530
|
+
baseUrl: string;
|
|
6531
|
+
compat: {
|
|
6532
|
+
supportsDeveloperRole: false;
|
|
6533
|
+
};
|
|
6534
|
+
reasoning: false;
|
|
6535
|
+
input: "text"[];
|
|
6536
|
+
cost: {
|
|
6537
|
+
input: number;
|
|
6538
|
+
output: number;
|
|
6539
|
+
cacheRead: number;
|
|
6540
|
+
cacheWrite: number;
|
|
6541
|
+
};
|
|
6542
|
+
contextWindow: number;
|
|
6543
|
+
maxTokens: number;
|
|
6544
|
+
};
|
|
6545
|
+
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
6546
|
+
id: string;
|
|
6547
|
+
name: string;
|
|
6548
|
+
api: "openai-completions";
|
|
6549
|
+
provider: string;
|
|
6550
|
+
baseUrl: string;
|
|
6551
|
+
compat: {
|
|
6552
|
+
supportsDeveloperRole: false;
|
|
6553
|
+
};
|
|
6554
|
+
reasoning: false;
|
|
6555
|
+
input: "text"[];
|
|
6556
|
+
cost: {
|
|
6557
|
+
input: number;
|
|
6558
|
+
output: number;
|
|
6559
|
+
cacheRead: number;
|
|
6560
|
+
cacheWrite: number;
|
|
6561
|
+
};
|
|
6562
|
+
contextWindow: number;
|
|
6563
|
+
maxTokens: number;
|
|
6564
|
+
};
|
|
6565
|
+
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
6566
|
+
id: string;
|
|
6567
|
+
name: string;
|
|
6568
|
+
api: "openai-completions";
|
|
6569
|
+
provider: string;
|
|
6570
|
+
baseUrl: string;
|
|
6571
|
+
compat: {
|
|
6572
|
+
supportsDeveloperRole: false;
|
|
6573
|
+
};
|
|
6574
|
+
reasoning: true;
|
|
6575
|
+
input: "text"[];
|
|
6576
|
+
cost: {
|
|
6577
|
+
input: number;
|
|
6578
|
+
output: number;
|
|
6579
|
+
cacheRead: number;
|
|
6580
|
+
cacheWrite: number;
|
|
6581
|
+
};
|
|
6582
|
+
contextWindow: number;
|
|
6583
|
+
maxTokens: number;
|
|
6584
|
+
};
|
|
6585
|
+
readonly "moonshotai/Kimi-K2.5": {
|
|
6586
|
+
id: string;
|
|
6587
|
+
name: string;
|
|
6588
|
+
api: "openai-completions";
|
|
6589
|
+
provider: string;
|
|
6590
|
+
baseUrl: string;
|
|
6591
|
+
compat: {
|
|
6592
|
+
supportsDeveloperRole: false;
|
|
6593
|
+
};
|
|
6594
|
+
reasoning: true;
|
|
6595
|
+
input: ("image" | "text")[];
|
|
6596
|
+
cost: {
|
|
6597
|
+
input: number;
|
|
6598
|
+
output: number;
|
|
6599
|
+
cacheRead: number;
|
|
6600
|
+
cacheWrite: number;
|
|
6601
|
+
};
|
|
6602
|
+
contextWindow: number;
|
|
6603
|
+
maxTokens: number;
|
|
6604
|
+
};
|
|
6605
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
6606
|
+
id: string;
|
|
6607
|
+
name: string;
|
|
6608
|
+
api: "openai-completions";
|
|
6609
|
+
provider: string;
|
|
6610
|
+
baseUrl: string;
|
|
6611
|
+
compat: {
|
|
6612
|
+
supportsDeveloperRole: false;
|
|
6613
|
+
};
|
|
6614
|
+
reasoning: true;
|
|
6615
|
+
input: ("image" | "text")[];
|
|
6616
|
+
cost: {
|
|
6617
|
+
input: number;
|
|
6618
|
+
output: number;
|
|
6619
|
+
cacheRead: number;
|
|
6620
|
+
cacheWrite: number;
|
|
6621
|
+
};
|
|
6622
|
+
contextWindow: number;
|
|
6623
|
+
maxTokens: number;
|
|
6624
|
+
};
|
|
6625
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
6626
|
+
id: string;
|
|
6627
|
+
name: string;
|
|
6628
|
+
api: "openai-completions";
|
|
6629
|
+
provider: string;
|
|
6630
|
+
baseUrl: string;
|
|
6631
|
+
compat: {
|
|
6632
|
+
supportsDeveloperRole: false;
|
|
6633
|
+
};
|
|
6634
|
+
reasoning: true;
|
|
6635
|
+
input: ("image" | "text")[];
|
|
6636
|
+
cost: {
|
|
6637
|
+
input: number;
|
|
6638
|
+
output: number;
|
|
6639
|
+
cacheRead: number;
|
|
6640
|
+
cacheWrite: number;
|
|
6641
|
+
};
|
|
6642
|
+
contextWindow: number;
|
|
6643
|
+
maxTokens: number;
|
|
6644
|
+
};
|
|
6645
|
+
readonly "openai/gpt-oss-120b": {
|
|
6646
|
+
id: string;
|
|
6647
|
+
name: string;
|
|
6648
|
+
api: "openai-completions";
|
|
6649
|
+
provider: string;
|
|
6650
|
+
baseUrl: string;
|
|
6651
|
+
compat: {
|
|
6652
|
+
supportsDeveloperRole: false;
|
|
6653
|
+
};
|
|
6654
|
+
reasoning: true;
|
|
6655
|
+
input: "text"[];
|
|
6656
|
+
cost: {
|
|
6657
|
+
input: number;
|
|
6658
|
+
output: number;
|
|
6659
|
+
cacheRead: number;
|
|
6660
|
+
cacheWrite: number;
|
|
6661
|
+
};
|
|
6662
|
+
contextWindow: number;
|
|
6663
|
+
maxTokens: number;
|
|
6664
|
+
};
|
|
6665
|
+
readonly "openai/gpt-oss-20b": {
|
|
6666
|
+
id: string;
|
|
6667
|
+
name: string;
|
|
6668
|
+
api: "openai-completions";
|
|
6669
|
+
provider: string;
|
|
6670
|
+
baseUrl: string;
|
|
6671
|
+
compat: {
|
|
6672
|
+
supportsDeveloperRole: false;
|
|
6673
|
+
};
|
|
6674
|
+
reasoning: true;
|
|
6675
|
+
input: "text"[];
|
|
6676
|
+
cost: {
|
|
6677
|
+
input: number;
|
|
6678
|
+
output: number;
|
|
6679
|
+
cacheRead: number;
|
|
6680
|
+
cacheWrite: number;
|
|
6681
|
+
};
|
|
6682
|
+
contextWindow: number;
|
|
6683
|
+
maxTokens: number;
|
|
6684
|
+
};
|
|
6685
|
+
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
6686
|
+
id: string;
|
|
6687
|
+
name: string;
|
|
6688
|
+
api: "openai-completions";
|
|
6689
|
+
provider: string;
|
|
6690
|
+
baseUrl: string;
|
|
6691
|
+
compat: {
|
|
6692
|
+
supportsDeveloperRole: false;
|
|
6693
|
+
};
|
|
6694
|
+
reasoning: true;
|
|
6695
|
+
input: "text"[];
|
|
6696
|
+
cost: {
|
|
6697
|
+
input: number;
|
|
6698
|
+
output: number;
|
|
6699
|
+
cacheRead: number;
|
|
6700
|
+
cacheWrite: number;
|
|
6701
|
+
};
|
|
6702
|
+
contextWindow: number;
|
|
6703
|
+
maxTokens: number;
|
|
6704
|
+
};
|
|
6705
|
+
readonly "stepfun-ai/Step-3.7-Flash": {
|
|
6706
|
+
id: string;
|
|
6707
|
+
name: string;
|
|
6708
|
+
api: "openai-completions";
|
|
6709
|
+
provider: string;
|
|
6710
|
+
baseUrl: string;
|
|
6711
|
+
compat: {
|
|
6712
|
+
supportsDeveloperRole: false;
|
|
6713
|
+
};
|
|
6714
|
+
reasoning: true;
|
|
6715
|
+
input: ("image" | "text")[];
|
|
6716
|
+
cost: {
|
|
6717
|
+
input: number;
|
|
6718
|
+
output: number;
|
|
6719
|
+
cacheRead: number;
|
|
6720
|
+
cacheWrite: number;
|
|
6721
|
+
};
|
|
6722
|
+
contextWindow: number;
|
|
6723
|
+
maxTokens: number;
|
|
6724
|
+
};
|
|
6725
|
+
readonly "zai-org/GLM-4.5": {
|
|
6726
|
+
id: string;
|
|
6727
|
+
name: string;
|
|
6728
|
+
api: "openai-completions";
|
|
6729
|
+
provider: string;
|
|
6730
|
+
baseUrl: string;
|
|
6731
|
+
compat: {
|
|
6732
|
+
supportsDeveloperRole: false;
|
|
6733
|
+
};
|
|
6734
|
+
reasoning: true;
|
|
6735
|
+
input: "text"[];
|
|
6736
|
+
cost: {
|
|
6737
|
+
input: number;
|
|
6738
|
+
output: number;
|
|
6739
|
+
cacheRead: number;
|
|
6740
|
+
cacheWrite: number;
|
|
6741
|
+
};
|
|
6742
|
+
contextWindow: number;
|
|
6743
|
+
maxTokens: number;
|
|
6744
|
+
};
|
|
6745
|
+
readonly "zai-org/GLM-4.5-Air": {
|
|
6746
|
+
id: string;
|
|
6747
|
+
name: string;
|
|
6748
|
+
api: "openai-completions";
|
|
6749
|
+
provider: string;
|
|
6750
|
+
baseUrl: string;
|
|
6751
|
+
compat: {
|
|
6752
|
+
supportsDeveloperRole: false;
|
|
6753
|
+
};
|
|
6754
|
+
reasoning: true;
|
|
6755
|
+
input: "text"[];
|
|
6756
|
+
cost: {
|
|
6757
|
+
input: number;
|
|
6758
|
+
output: number;
|
|
6759
|
+
cacheRead: number;
|
|
6760
|
+
cacheWrite: number;
|
|
6761
|
+
};
|
|
6762
|
+
contextWindow: number;
|
|
6763
|
+
maxTokens: number;
|
|
6764
|
+
};
|
|
6765
|
+
readonly "zai-org/GLM-4.5V": {
|
|
6766
|
+
id: string;
|
|
6767
|
+
name: string;
|
|
6768
|
+
api: "openai-completions";
|
|
6769
|
+
provider: string;
|
|
6770
|
+
baseUrl: string;
|
|
6771
|
+
compat: {
|
|
6772
|
+
supportsDeveloperRole: false;
|
|
6773
|
+
};
|
|
6774
|
+
reasoning: true;
|
|
6775
|
+
input: ("image" | "text")[];
|
|
6776
|
+
cost: {
|
|
6777
|
+
input: number;
|
|
6778
|
+
output: number;
|
|
6779
|
+
cacheRead: number;
|
|
6780
|
+
cacheWrite: number;
|
|
6781
|
+
};
|
|
6782
|
+
contextWindow: number;
|
|
6783
|
+
maxTokens: number;
|
|
6784
|
+
};
|
|
6785
|
+
readonly "zai-org/GLM-4.6": {
|
|
6786
|
+
id: string;
|
|
6787
|
+
name: string;
|
|
6788
|
+
api: "openai-completions";
|
|
6789
|
+
provider: string;
|
|
6790
|
+
baseUrl: string;
|
|
6791
|
+
compat: {
|
|
6792
|
+
supportsDeveloperRole: false;
|
|
6793
|
+
};
|
|
6794
|
+
reasoning: true;
|
|
6795
|
+
input: "text"[];
|
|
6796
|
+
cost: {
|
|
6797
|
+
input: number;
|
|
6798
|
+
output: number;
|
|
6799
|
+
cacheRead: number;
|
|
6800
|
+
cacheWrite: number;
|
|
6801
|
+
};
|
|
6802
|
+
contextWindow: number;
|
|
6803
|
+
maxTokens: number;
|
|
6804
|
+
};
|
|
6805
|
+
readonly "zai-org/GLM-4.7": {
|
|
6806
|
+
id: string;
|
|
6807
|
+
name: string;
|
|
6808
|
+
api: "openai-completions";
|
|
6809
|
+
provider: string;
|
|
6810
|
+
baseUrl: string;
|
|
6811
|
+
compat: {
|
|
6812
|
+
supportsDeveloperRole: false;
|
|
6813
|
+
};
|
|
6814
|
+
reasoning: true;
|
|
6815
|
+
input: "text"[];
|
|
6816
|
+
cost: {
|
|
6817
|
+
input: number;
|
|
6818
|
+
output: number;
|
|
6819
|
+
cacheRead: number;
|
|
6820
|
+
cacheWrite: number;
|
|
6821
|
+
};
|
|
6822
|
+
contextWindow: number;
|
|
6823
|
+
maxTokens: number;
|
|
6824
|
+
};
|
|
6825
|
+
readonly "zai-org/GLM-4.7-Flash": {
|
|
6826
|
+
id: string;
|
|
6827
|
+
name: string;
|
|
6828
|
+
api: "openai-completions";
|
|
6829
|
+
provider: string;
|
|
6830
|
+
baseUrl: string;
|
|
6831
|
+
compat: {
|
|
6832
|
+
supportsDeveloperRole: false;
|
|
6833
|
+
};
|
|
6834
|
+
reasoning: true;
|
|
6835
|
+
input: "text"[];
|
|
6836
|
+
cost: {
|
|
6837
|
+
input: number;
|
|
6838
|
+
output: number;
|
|
6839
|
+
cacheRead: number;
|
|
6840
|
+
cacheWrite: number;
|
|
6841
|
+
};
|
|
6842
|
+
contextWindow: number;
|
|
6843
|
+
maxTokens: number;
|
|
6844
|
+
};
|
|
6845
|
+
readonly "zai-org/GLM-5": {
|
|
6846
|
+
id: string;
|
|
6847
|
+
name: string;
|
|
6848
|
+
api: "openai-completions";
|
|
6849
|
+
provider: string;
|
|
6850
|
+
baseUrl: string;
|
|
6851
|
+
compat: {
|
|
6852
|
+
supportsDeveloperRole: false;
|
|
6853
|
+
};
|
|
6854
|
+
reasoning: true;
|
|
6855
|
+
input: "text"[];
|
|
6856
|
+
cost: {
|
|
6857
|
+
input: number;
|
|
6858
|
+
output: number;
|
|
6859
|
+
cacheRead: number;
|
|
6860
|
+
cacheWrite: number;
|
|
6861
|
+
};
|
|
6862
|
+
contextWindow: number;
|
|
6863
|
+
maxTokens: number;
|
|
6864
|
+
};
|
|
6865
|
+
readonly "zai-org/GLM-5.1": {
|
|
6866
|
+
id: string;
|
|
6867
|
+
name: string;
|
|
6868
|
+
api: "openai-completions";
|
|
6869
|
+
provider: string;
|
|
6870
|
+
baseUrl: string;
|
|
6871
|
+
compat: {
|
|
6872
|
+
supportsDeveloperRole: false;
|
|
6873
|
+
};
|
|
6874
|
+
reasoning: true;
|
|
6875
|
+
input: "text"[];
|
|
6876
|
+
cost: {
|
|
6877
|
+
input: number;
|
|
6878
|
+
output: number;
|
|
6879
|
+
cacheRead: number;
|
|
6880
|
+
cacheWrite: number;
|
|
6881
|
+
};
|
|
6882
|
+
contextWindow: number;
|
|
6883
|
+
maxTokens: number;
|
|
6884
|
+
};
|
|
6885
|
+
readonly "zai-org/GLM-5.2": {
|
|
6886
|
+
id: string;
|
|
6887
|
+
name: string;
|
|
6888
|
+
api: "openai-completions";
|
|
6889
|
+
provider: string;
|
|
6890
|
+
baseUrl: string;
|
|
6891
|
+
compat: {
|
|
6892
|
+
supportsDeveloperRole: false;
|
|
6893
|
+
};
|
|
6894
|
+
reasoning: true;
|
|
6895
|
+
input: "text"[];
|
|
6896
|
+
cost: {
|
|
6897
|
+
input: number;
|
|
6898
|
+
output: number;
|
|
6899
|
+
cacheRead: number;
|
|
6900
|
+
cacheWrite: number;
|
|
6901
|
+
};
|
|
6902
|
+
contextWindow: number;
|
|
6903
|
+
maxTokens: number;
|
|
6904
|
+
};
|
|
6905
|
+
};
|
|
6906
|
+
readonly "kimi-coding": {
|
|
6907
|
+
readonly k2p7: {
|
|
6908
|
+
id: string;
|
|
6909
|
+
name: string;
|
|
6910
|
+
api: "anthropic-messages";
|
|
6064
6911
|
provider: string;
|
|
6065
6912
|
baseUrl: string;
|
|
6066
6913
|
headers: {
|
|
@@ -6520,7 +7367,7 @@ export declare const MODELS: {
|
|
|
6520
7367
|
api: "mistral-conversations";
|
|
6521
7368
|
provider: string;
|
|
6522
7369
|
baseUrl: string;
|
|
6523
|
-
reasoning:
|
|
7370
|
+
reasoning: true;
|
|
6524
7371
|
input: ("image" | "text")[];
|
|
6525
7372
|
cost: {
|
|
6526
7373
|
input: number;
|
|
@@ -6895,6 +7742,30 @@ export declare const MODELS: {
|
|
|
6895
7742
|
contextWindow: number;
|
|
6896
7743
|
maxTokens: number;
|
|
6897
7744
|
};
|
|
7745
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
7746
|
+
id: string;
|
|
7747
|
+
name: string;
|
|
7748
|
+
api: "openai-completions";
|
|
7749
|
+
provider: string;
|
|
7750
|
+
baseUrl: string;
|
|
7751
|
+
compat: {
|
|
7752
|
+
supportsStore: false;
|
|
7753
|
+
supportsDeveloperRole: false;
|
|
7754
|
+
supportsReasoningEffort: false;
|
|
7755
|
+
maxTokensField: "max_tokens";
|
|
7756
|
+
supportsStrictMode: false;
|
|
7757
|
+
};
|
|
7758
|
+
reasoning: true;
|
|
7759
|
+
input: ("image" | "text")[];
|
|
7760
|
+
cost: {
|
|
7761
|
+
input: number;
|
|
7762
|
+
output: number;
|
|
7763
|
+
cacheRead: number;
|
|
7764
|
+
cacheWrite: number;
|
|
7765
|
+
};
|
|
7766
|
+
contextWindow: number;
|
|
7767
|
+
maxTokens: number;
|
|
7768
|
+
};
|
|
6898
7769
|
};
|
|
6899
7770
|
readonly "moonshotai-cn": {
|
|
6900
7771
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -7065,6 +7936,54 @@ export declare const MODELS: {
|
|
|
7065
7936
|
contextWindow: number;
|
|
7066
7937
|
maxTokens: number;
|
|
7067
7938
|
};
|
|
7939
|
+
readonly "kimi-k2.7-code": {
|
|
7940
|
+
id: string;
|
|
7941
|
+
name: string;
|
|
7942
|
+
api: "openai-completions";
|
|
7943
|
+
provider: string;
|
|
7944
|
+
baseUrl: string;
|
|
7945
|
+
compat: {
|
|
7946
|
+
supportsStore: false;
|
|
7947
|
+
supportsDeveloperRole: false;
|
|
7948
|
+
supportsReasoningEffort: false;
|
|
7949
|
+
maxTokensField: "max_tokens";
|
|
7950
|
+
supportsStrictMode: false;
|
|
7951
|
+
};
|
|
7952
|
+
reasoning: true;
|
|
7953
|
+
input: ("image" | "text")[];
|
|
7954
|
+
cost: {
|
|
7955
|
+
input: number;
|
|
7956
|
+
output: number;
|
|
7957
|
+
cacheRead: number;
|
|
7958
|
+
cacheWrite: number;
|
|
7959
|
+
};
|
|
7960
|
+
contextWindow: number;
|
|
7961
|
+
maxTokens: number;
|
|
7962
|
+
};
|
|
7963
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
7964
|
+
id: string;
|
|
7965
|
+
name: string;
|
|
7966
|
+
api: "openai-completions";
|
|
7967
|
+
provider: string;
|
|
7968
|
+
baseUrl: string;
|
|
7969
|
+
compat: {
|
|
7970
|
+
supportsStore: false;
|
|
7971
|
+
supportsDeveloperRole: false;
|
|
7972
|
+
supportsReasoningEffort: false;
|
|
7973
|
+
maxTokensField: "max_tokens";
|
|
7974
|
+
supportsStrictMode: false;
|
|
7975
|
+
};
|
|
7976
|
+
reasoning: true;
|
|
7977
|
+
input: ("image" | "text")[];
|
|
7978
|
+
cost: {
|
|
7979
|
+
input: number;
|
|
7980
|
+
output: number;
|
|
7981
|
+
cacheRead: number;
|
|
7982
|
+
cacheWrite: number;
|
|
7983
|
+
};
|
|
7984
|
+
contextWindow: number;
|
|
7985
|
+
maxTokens: number;
|
|
7986
|
+
};
|
|
7068
7987
|
};
|
|
7069
7988
|
readonly openai: {
|
|
7070
7989
|
readonly "gpt-4": {
|
|
@@ -7733,6 +8652,111 @@ export declare const MODELS: {
|
|
|
7733
8652
|
contextWindow: number;
|
|
7734
8653
|
maxTokens: number;
|
|
7735
8654
|
};
|
|
8655
|
+
readonly "gpt-5.6": {
|
|
8656
|
+
id: string;
|
|
8657
|
+
name: string;
|
|
8658
|
+
api: "openai-responses";
|
|
8659
|
+
provider: string;
|
|
8660
|
+
baseUrl: string;
|
|
8661
|
+
reasoning: true;
|
|
8662
|
+
thinkingLevelMap: {
|
|
8663
|
+
off: string;
|
|
8664
|
+
xhigh: string;
|
|
8665
|
+
minimal: null;
|
|
8666
|
+
};
|
|
8667
|
+
input: ("image" | "text")[];
|
|
8668
|
+
cost: {
|
|
8669
|
+
input: number;
|
|
8670
|
+
output: number;
|
|
8671
|
+
cacheRead: number;
|
|
8672
|
+
cacheWrite: number;
|
|
8673
|
+
};
|
|
8674
|
+
contextWindow: number;
|
|
8675
|
+
maxTokens: number;
|
|
8676
|
+
};
|
|
8677
|
+
readonly "gpt-5.6-luna": {
|
|
8678
|
+
id: string;
|
|
8679
|
+
name: string;
|
|
8680
|
+
api: "openai-responses";
|
|
8681
|
+
provider: string;
|
|
8682
|
+
baseUrl: string;
|
|
8683
|
+
reasoning: true;
|
|
8684
|
+
thinkingLevelMap: {
|
|
8685
|
+
off: string;
|
|
8686
|
+
xhigh: string;
|
|
8687
|
+
minimal: null;
|
|
8688
|
+
};
|
|
8689
|
+
input: ("image" | "text")[];
|
|
8690
|
+
cost: {
|
|
8691
|
+
input: number;
|
|
8692
|
+
output: number;
|
|
8693
|
+
cacheRead: number;
|
|
8694
|
+
cacheWrite: number;
|
|
8695
|
+
};
|
|
8696
|
+
contextWindow: number;
|
|
8697
|
+
maxTokens: number;
|
|
8698
|
+
};
|
|
8699
|
+
readonly "gpt-5.6-sol": {
|
|
8700
|
+
id: string;
|
|
8701
|
+
name: string;
|
|
8702
|
+
api: "openai-responses";
|
|
8703
|
+
provider: string;
|
|
8704
|
+
baseUrl: string;
|
|
8705
|
+
reasoning: true;
|
|
8706
|
+
thinkingLevelMap: {
|
|
8707
|
+
off: string;
|
|
8708
|
+
xhigh: string;
|
|
8709
|
+
minimal: null;
|
|
8710
|
+
};
|
|
8711
|
+
input: ("image" | "text")[];
|
|
8712
|
+
cost: {
|
|
8713
|
+
input: number;
|
|
8714
|
+
output: number;
|
|
8715
|
+
cacheRead: number;
|
|
8716
|
+
cacheWrite: number;
|
|
8717
|
+
};
|
|
8718
|
+
contextWindow: number;
|
|
8719
|
+
maxTokens: number;
|
|
8720
|
+
};
|
|
8721
|
+
readonly "gpt-5.6-terra": {
|
|
8722
|
+
id: string;
|
|
8723
|
+
name: string;
|
|
8724
|
+
api: "openai-responses";
|
|
8725
|
+
provider: string;
|
|
8726
|
+
baseUrl: string;
|
|
8727
|
+
reasoning: true;
|
|
8728
|
+
thinkingLevelMap: {
|
|
8729
|
+
off: string;
|
|
8730
|
+
xhigh: string;
|
|
8731
|
+
minimal: null;
|
|
8732
|
+
};
|
|
8733
|
+
input: ("image" | "text")[];
|
|
8734
|
+
cost: {
|
|
8735
|
+
input: number;
|
|
8736
|
+
output: number;
|
|
8737
|
+
cacheRead: number;
|
|
8738
|
+
cacheWrite: number;
|
|
8739
|
+
};
|
|
8740
|
+
contextWindow: number;
|
|
8741
|
+
maxTokens: number;
|
|
8742
|
+
};
|
|
8743
|
+
readonly "gpt-realtime-2.1": {
|
|
8744
|
+
id: string;
|
|
8745
|
+
name: string;
|
|
8746
|
+
api: "openai-responses";
|
|
8747
|
+
provider: string;
|
|
8748
|
+
baseUrl: string;
|
|
8749
|
+
reasoning: true;
|
|
8750
|
+
input: ("image" | "text")[];
|
|
8751
|
+
cost: {
|
|
8752
|
+
input: number;
|
|
8753
|
+
output: number;
|
|
8754
|
+
cacheRead: number;
|
|
8755
|
+
cacheWrite: number;
|
|
8756
|
+
};
|
|
8757
|
+
contextWindow: number;
|
|
8758
|
+
maxTokens: number;
|
|
8759
|
+
};
|
|
7736
8760
|
readonly o1: {
|
|
7737
8761
|
id: string;
|
|
7738
8762
|
name: string;
|
|
@@ -7842,7 +8866,89 @@ export declare const MODELS: {
|
|
|
7842
8866
|
provider: string;
|
|
7843
8867
|
baseUrl: string;
|
|
7844
8868
|
reasoning: true;
|
|
7845
|
-
input: ("image" | "text")[];
|
|
8869
|
+
input: ("image" | "text")[];
|
|
8870
|
+
cost: {
|
|
8871
|
+
input: number;
|
|
8872
|
+
output: number;
|
|
8873
|
+
cacheRead: number;
|
|
8874
|
+
cacheWrite: number;
|
|
8875
|
+
};
|
|
8876
|
+
contextWindow: number;
|
|
8877
|
+
maxTokens: number;
|
|
8878
|
+
};
|
|
8879
|
+
readonly "o4-mini-deep-research": {
|
|
8880
|
+
id: string;
|
|
8881
|
+
name: string;
|
|
8882
|
+
api: "openai-responses";
|
|
8883
|
+
provider: string;
|
|
8884
|
+
baseUrl: string;
|
|
8885
|
+
reasoning: true;
|
|
8886
|
+
input: ("image" | "text")[];
|
|
8887
|
+
cost: {
|
|
8888
|
+
input: number;
|
|
8889
|
+
output: number;
|
|
8890
|
+
cacheRead: number;
|
|
8891
|
+
cacheWrite: number;
|
|
8892
|
+
};
|
|
8893
|
+
contextWindow: number;
|
|
8894
|
+
maxTokens: number;
|
|
8895
|
+
};
|
|
8896
|
+
};
|
|
8897
|
+
readonly "openai-codex": {
|
|
8898
|
+
readonly "gpt-5.2": {
|
|
8899
|
+
id: string;
|
|
8900
|
+
name: string;
|
|
8901
|
+
api: "openai-codex-responses";
|
|
8902
|
+
provider: string;
|
|
8903
|
+
baseUrl: string;
|
|
8904
|
+
reasoning: true;
|
|
8905
|
+
thinkingLevelMap: {
|
|
8906
|
+
xhigh: string;
|
|
8907
|
+
minimal: string;
|
|
8908
|
+
};
|
|
8909
|
+
input: ("image" | "text")[];
|
|
8910
|
+
cost: {
|
|
8911
|
+
input: number;
|
|
8912
|
+
output: number;
|
|
8913
|
+
cacheRead: number;
|
|
8914
|
+
cacheWrite: number;
|
|
8915
|
+
};
|
|
8916
|
+
contextWindow: number;
|
|
8917
|
+
maxTokens: number;
|
|
8918
|
+
};
|
|
8919
|
+
readonly "gpt-5.3-codex": {
|
|
8920
|
+
id: string;
|
|
8921
|
+
name: string;
|
|
8922
|
+
api: "openai-codex-responses";
|
|
8923
|
+
provider: string;
|
|
8924
|
+
baseUrl: string;
|
|
8925
|
+
reasoning: true;
|
|
8926
|
+
thinkingLevelMap: {
|
|
8927
|
+
xhigh: string;
|
|
8928
|
+
minimal: string;
|
|
8929
|
+
};
|
|
8930
|
+
input: ("image" | "text")[];
|
|
8931
|
+
cost: {
|
|
8932
|
+
input: number;
|
|
8933
|
+
output: number;
|
|
8934
|
+
cacheRead: number;
|
|
8935
|
+
cacheWrite: number;
|
|
8936
|
+
};
|
|
8937
|
+
contextWindow: number;
|
|
8938
|
+
maxTokens: number;
|
|
8939
|
+
};
|
|
8940
|
+
readonly "gpt-5.3-codex-spark": {
|
|
8941
|
+
id: string;
|
|
8942
|
+
name: string;
|
|
8943
|
+
api: "openai-codex-responses";
|
|
8944
|
+
provider: string;
|
|
8945
|
+
baseUrl: string;
|
|
8946
|
+
reasoning: true;
|
|
8947
|
+
thinkingLevelMap: {
|
|
8948
|
+
xhigh: string;
|
|
8949
|
+
minimal: string;
|
|
8950
|
+
};
|
|
8951
|
+
input: "text"[];
|
|
7846
8952
|
cost: {
|
|
7847
8953
|
input: number;
|
|
7848
8954
|
output: number;
|
|
@@ -7852,13 +8958,17 @@ export declare const MODELS: {
|
|
|
7852
8958
|
contextWindow: number;
|
|
7853
8959
|
maxTokens: number;
|
|
7854
8960
|
};
|
|
7855
|
-
readonly "
|
|
8961
|
+
readonly "gpt-5.4": {
|
|
7856
8962
|
id: string;
|
|
7857
8963
|
name: string;
|
|
7858
|
-
api: "openai-responses";
|
|
8964
|
+
api: "openai-codex-responses";
|
|
7859
8965
|
provider: string;
|
|
7860
8966
|
baseUrl: string;
|
|
7861
8967
|
reasoning: true;
|
|
8968
|
+
thinkingLevelMap: {
|
|
8969
|
+
xhigh: string;
|
|
8970
|
+
minimal: string;
|
|
8971
|
+
};
|
|
7862
8972
|
input: ("image" | "text")[];
|
|
7863
8973
|
cost: {
|
|
7864
8974
|
input: number;
|
|
@@ -7869,9 +8979,7 @@ export declare const MODELS: {
|
|
|
7869
8979
|
contextWindow: number;
|
|
7870
8980
|
maxTokens: number;
|
|
7871
8981
|
};
|
|
7872
|
-
|
|
7873
|
-
readonly "openai-codex": {
|
|
7874
|
-
readonly "gpt-5.2": {
|
|
8982
|
+
readonly "gpt-5.4-mini": {
|
|
7875
8983
|
id: string;
|
|
7876
8984
|
name: string;
|
|
7877
8985
|
api: "openai-codex-responses";
|
|
@@ -7892,7 +9000,7 @@ export declare const MODELS: {
|
|
|
7892
9000
|
contextWindow: number;
|
|
7893
9001
|
maxTokens: number;
|
|
7894
9002
|
};
|
|
7895
|
-
readonly "gpt-5.
|
|
9003
|
+
readonly "gpt-5.5": {
|
|
7896
9004
|
id: string;
|
|
7897
9005
|
name: string;
|
|
7898
9006
|
api: "openai-codex-responses";
|
|
@@ -7913,7 +9021,7 @@ export declare const MODELS: {
|
|
|
7913
9021
|
contextWindow: number;
|
|
7914
9022
|
maxTokens: number;
|
|
7915
9023
|
};
|
|
7916
|
-
readonly "gpt-5.
|
|
9024
|
+
readonly "gpt-5.6": {
|
|
7917
9025
|
id: string;
|
|
7918
9026
|
name: string;
|
|
7919
9027
|
api: "openai-codex-responses";
|
|
@@ -7924,7 +9032,7 @@ export declare const MODELS: {
|
|
|
7924
9032
|
xhigh: string;
|
|
7925
9033
|
minimal: string;
|
|
7926
9034
|
};
|
|
7927
|
-
input: "text"[];
|
|
9035
|
+
input: ("image" | "text")[];
|
|
7928
9036
|
cost: {
|
|
7929
9037
|
input: number;
|
|
7930
9038
|
output: number;
|
|
@@ -7934,7 +9042,7 @@ export declare const MODELS: {
|
|
|
7934
9042
|
contextWindow: number;
|
|
7935
9043
|
maxTokens: number;
|
|
7936
9044
|
};
|
|
7937
|
-
readonly "gpt-5.
|
|
9045
|
+
readonly "gpt-5.6-luna": {
|
|
7938
9046
|
id: string;
|
|
7939
9047
|
name: string;
|
|
7940
9048
|
api: "openai-codex-responses";
|
|
@@ -7955,7 +9063,7 @@ export declare const MODELS: {
|
|
|
7955
9063
|
contextWindow: number;
|
|
7956
9064
|
maxTokens: number;
|
|
7957
9065
|
};
|
|
7958
|
-
readonly "gpt-5.
|
|
9066
|
+
readonly "gpt-5.6-sol": {
|
|
7959
9067
|
id: string;
|
|
7960
9068
|
name: string;
|
|
7961
9069
|
api: "openai-codex-responses";
|
|
@@ -7976,7 +9084,7 @@ export declare const MODELS: {
|
|
|
7976
9084
|
contextWindow: number;
|
|
7977
9085
|
maxTokens: number;
|
|
7978
9086
|
};
|
|
7979
|
-
readonly "gpt-5.
|
|
9087
|
+
readonly "gpt-5.6-terra": {
|
|
7980
9088
|
id: string;
|
|
7981
9089
|
name: string;
|
|
7982
9090
|
api: "openai-codex-responses";
|
|
@@ -8016,6 +9124,23 @@ export declare const MODELS: {
|
|
|
8016
9124
|
contextWindow: number;
|
|
8017
9125
|
maxTokens: number;
|
|
8018
9126
|
};
|
|
9127
|
+
readonly "claude-fable-5": {
|
|
9128
|
+
id: string;
|
|
9129
|
+
name: string;
|
|
9130
|
+
api: "anthropic-messages";
|
|
9131
|
+
provider: string;
|
|
9132
|
+
baseUrl: string;
|
|
9133
|
+
reasoning: true;
|
|
9134
|
+
input: ("image" | "text")[];
|
|
9135
|
+
cost: {
|
|
9136
|
+
input: number;
|
|
9137
|
+
output: number;
|
|
9138
|
+
cacheRead: number;
|
|
9139
|
+
cacheWrite: number;
|
|
9140
|
+
};
|
|
9141
|
+
contextWindow: number;
|
|
9142
|
+
maxTokens: number;
|
|
9143
|
+
};
|
|
8019
9144
|
readonly "claude-haiku-4-5": {
|
|
8020
9145
|
id: string;
|
|
8021
9146
|
name: string;
|
|
@@ -8189,6 +9314,23 @@ export declare const MODELS: {
|
|
|
8189
9314
|
contextWindow: number;
|
|
8190
9315
|
maxTokens: number;
|
|
8191
9316
|
};
|
|
9317
|
+
readonly "claude-sonnet-5": {
|
|
9318
|
+
id: string;
|
|
9319
|
+
name: string;
|
|
9320
|
+
api: "anthropic-messages";
|
|
9321
|
+
provider: string;
|
|
9322
|
+
baseUrl: string;
|
|
9323
|
+
reasoning: true;
|
|
9324
|
+
input: ("image" | "text")[];
|
|
9325
|
+
cost: {
|
|
9326
|
+
input: number;
|
|
9327
|
+
output: number;
|
|
9328
|
+
cacheRead: number;
|
|
9329
|
+
cacheWrite: number;
|
|
9330
|
+
};
|
|
9331
|
+
contextWindow: number;
|
|
9332
|
+
maxTokens: number;
|
|
9333
|
+
};
|
|
8192
9334
|
readonly "deepseek-v4-flash": {
|
|
8193
9335
|
id: string;
|
|
8194
9336
|
name: string;
|
|
@@ -8371,6 +9513,23 @@ export declare const MODELS: {
|
|
|
8371
9513
|
contextWindow: number;
|
|
8372
9514
|
maxTokens: number;
|
|
8373
9515
|
};
|
|
9516
|
+
readonly "glm-5.2": {
|
|
9517
|
+
id: string;
|
|
9518
|
+
name: string;
|
|
9519
|
+
api: "openai-completions";
|
|
9520
|
+
provider: string;
|
|
9521
|
+
baseUrl: string;
|
|
9522
|
+
reasoning: true;
|
|
9523
|
+
input: "text"[];
|
|
9524
|
+
cost: {
|
|
9525
|
+
input: number;
|
|
9526
|
+
output: number;
|
|
9527
|
+
cacheRead: number;
|
|
9528
|
+
cacheWrite: number;
|
|
9529
|
+
};
|
|
9530
|
+
contextWindow: number;
|
|
9531
|
+
maxTokens: number;
|
|
9532
|
+
};
|
|
8374
9533
|
readonly "gpt-5": {
|
|
8375
9534
|
id: string;
|
|
8376
9535
|
name: string;
|
|
@@ -8702,6 +9861,86 @@ export declare const MODELS: {
|
|
|
8702
9861
|
contextWindow: number;
|
|
8703
9862
|
maxTokens: number;
|
|
8704
9863
|
};
|
|
9864
|
+
readonly "gpt-5.6-luna": {
|
|
9865
|
+
id: string;
|
|
9866
|
+
name: string;
|
|
9867
|
+
api: "openai-responses";
|
|
9868
|
+
provider: string;
|
|
9869
|
+
baseUrl: string;
|
|
9870
|
+
reasoning: true;
|
|
9871
|
+
thinkingLevelMap: {
|
|
9872
|
+
off: null;
|
|
9873
|
+
xhigh: string;
|
|
9874
|
+
};
|
|
9875
|
+
input: ("image" | "text")[];
|
|
9876
|
+
cost: {
|
|
9877
|
+
input: number;
|
|
9878
|
+
output: number;
|
|
9879
|
+
cacheRead: number;
|
|
9880
|
+
cacheWrite: number;
|
|
9881
|
+
};
|
|
9882
|
+
contextWindow: number;
|
|
9883
|
+
maxTokens: number;
|
|
9884
|
+
};
|
|
9885
|
+
readonly "gpt-5.6-sol": {
|
|
9886
|
+
id: string;
|
|
9887
|
+
name: string;
|
|
9888
|
+
api: "openai-responses";
|
|
9889
|
+
provider: string;
|
|
9890
|
+
baseUrl: string;
|
|
9891
|
+
reasoning: true;
|
|
9892
|
+
thinkingLevelMap: {
|
|
9893
|
+
off: null;
|
|
9894
|
+
xhigh: string;
|
|
9895
|
+
};
|
|
9896
|
+
input: ("image" | "text")[];
|
|
9897
|
+
cost: {
|
|
9898
|
+
input: number;
|
|
9899
|
+
output: number;
|
|
9900
|
+
cacheRead: number;
|
|
9901
|
+
cacheWrite: number;
|
|
9902
|
+
};
|
|
9903
|
+
contextWindow: number;
|
|
9904
|
+
maxTokens: number;
|
|
9905
|
+
};
|
|
9906
|
+
readonly "gpt-5.6-terra": {
|
|
9907
|
+
id: string;
|
|
9908
|
+
name: string;
|
|
9909
|
+
api: "openai-responses";
|
|
9910
|
+
provider: string;
|
|
9911
|
+
baseUrl: string;
|
|
9912
|
+
reasoning: true;
|
|
9913
|
+
thinkingLevelMap: {
|
|
9914
|
+
off: null;
|
|
9915
|
+
xhigh: string;
|
|
9916
|
+
};
|
|
9917
|
+
input: ("image" | "text")[];
|
|
9918
|
+
cost: {
|
|
9919
|
+
input: number;
|
|
9920
|
+
output: number;
|
|
9921
|
+
cacheRead: number;
|
|
9922
|
+
cacheWrite: number;
|
|
9923
|
+
};
|
|
9924
|
+
contextWindow: number;
|
|
9925
|
+
maxTokens: number;
|
|
9926
|
+
};
|
|
9927
|
+
readonly "grok-4.5": {
|
|
9928
|
+
id: string;
|
|
9929
|
+
name: string;
|
|
9930
|
+
api: "openai-completions";
|
|
9931
|
+
provider: string;
|
|
9932
|
+
baseUrl: string;
|
|
9933
|
+
reasoning: true;
|
|
9934
|
+
input: ("image" | "text")[];
|
|
9935
|
+
cost: {
|
|
9936
|
+
input: number;
|
|
9937
|
+
output: number;
|
|
9938
|
+
cacheRead: number;
|
|
9939
|
+
cacheWrite: number;
|
|
9940
|
+
};
|
|
9941
|
+
contextWindow: number;
|
|
9942
|
+
maxTokens: number;
|
|
9943
|
+
};
|
|
8705
9944
|
readonly "grok-build-0.1": {
|
|
8706
9945
|
id: string;
|
|
8707
9946
|
name: string;
|
|
@@ -8728,6 +9967,23 @@ export declare const MODELS: {
|
|
|
8728
9967
|
contextWindow: number;
|
|
8729
9968
|
maxTokens: number;
|
|
8730
9969
|
};
|
|
9970
|
+
readonly "hy3-free": {
|
|
9971
|
+
id: string;
|
|
9972
|
+
name: string;
|
|
9973
|
+
api: "openai-completions";
|
|
9974
|
+
provider: string;
|
|
9975
|
+
baseUrl: string;
|
|
9976
|
+
reasoning: true;
|
|
9977
|
+
input: "text"[];
|
|
9978
|
+
cost: {
|
|
9979
|
+
input: number;
|
|
9980
|
+
output: number;
|
|
9981
|
+
cacheRead: number;
|
|
9982
|
+
cacheWrite: number;
|
|
9983
|
+
};
|
|
9984
|
+
contextWindow: number;
|
|
9985
|
+
maxTokens: number;
|
|
9986
|
+
};
|
|
8731
9987
|
readonly "kimi-k2.5": {
|
|
8732
9988
|
id: string;
|
|
8733
9989
|
name: string;
|
|
@@ -8766,6 +10022,23 @@ export declare const MODELS: {
|
|
|
8766
10022
|
contextWindow: number;
|
|
8767
10023
|
maxTokens: number;
|
|
8768
10024
|
};
|
|
10025
|
+
readonly "kimi-k2.7-code": {
|
|
10026
|
+
id: string;
|
|
10027
|
+
name: string;
|
|
10028
|
+
api: "openai-completions";
|
|
10029
|
+
provider: string;
|
|
10030
|
+
baseUrl: string;
|
|
10031
|
+
reasoning: true;
|
|
10032
|
+
input: ("image" | "text")[];
|
|
10033
|
+
cost: {
|
|
10034
|
+
input: number;
|
|
10035
|
+
output: number;
|
|
10036
|
+
cacheRead: number;
|
|
10037
|
+
cacheWrite: number;
|
|
10038
|
+
};
|
|
10039
|
+
contextWindow: number;
|
|
10040
|
+
maxTokens: number;
|
|
10041
|
+
};
|
|
8769
10042
|
readonly "mimo-v2.5-free": {
|
|
8770
10043
|
id: string;
|
|
8771
10044
|
name: string;
|
|
@@ -8817,6 +10090,23 @@ export declare const MODELS: {
|
|
|
8817
10090
|
contextWindow: number;
|
|
8818
10091
|
maxTokens: number;
|
|
8819
10092
|
};
|
|
10093
|
+
readonly "minimax-m3": {
|
|
10094
|
+
id: string;
|
|
10095
|
+
name: string;
|
|
10096
|
+
api: "openai-completions";
|
|
10097
|
+
provider: string;
|
|
10098
|
+
baseUrl: string;
|
|
10099
|
+
reasoning: true;
|
|
10100
|
+
input: ("image" | "text")[];
|
|
10101
|
+
cost: {
|
|
10102
|
+
input: number;
|
|
10103
|
+
output: number;
|
|
10104
|
+
cacheRead: number;
|
|
10105
|
+
cacheWrite: number;
|
|
10106
|
+
};
|
|
10107
|
+
contextWindow: number;
|
|
10108
|
+
maxTokens: number;
|
|
10109
|
+
};
|
|
8820
10110
|
readonly "nemotron-3-ultra-free": {
|
|
8821
10111
|
id: string;
|
|
8822
10112
|
name: string;
|
|
@@ -8943,7 +10233,7 @@ export declare const MODELS: {
|
|
|
8943
10233
|
contextWindow: number;
|
|
8944
10234
|
maxTokens: number;
|
|
8945
10235
|
};
|
|
8946
|
-
readonly "glm-5": {
|
|
10236
|
+
readonly "glm-5.1": {
|
|
8947
10237
|
id: string;
|
|
8948
10238
|
name: string;
|
|
8949
10239
|
api: "openai-completions";
|
|
@@ -8960,7 +10250,7 @@ export declare const MODELS: {
|
|
|
8960
10250
|
contextWindow: number;
|
|
8961
10251
|
maxTokens: number;
|
|
8962
10252
|
};
|
|
8963
|
-
readonly "glm-5.
|
|
10253
|
+
readonly "glm-5.2": {
|
|
8964
10254
|
id: string;
|
|
8965
10255
|
name: string;
|
|
8966
10256
|
api: "openai-completions";
|
|
@@ -9161,14 +10451,14 @@ export declare const MODELS: {
|
|
|
9161
10451
|
contextWindow: number;
|
|
9162
10452
|
maxTokens: number;
|
|
9163
10453
|
};
|
|
9164
|
-
readonly "
|
|
10454
|
+
readonly "aion-labs/aion-2.0": {
|
|
9165
10455
|
id: string;
|
|
9166
10456
|
name: string;
|
|
9167
10457
|
api: "openai-completions";
|
|
9168
10458
|
provider: string;
|
|
9169
10459
|
baseUrl: string;
|
|
9170
10460
|
reasoning: true;
|
|
9171
|
-
input:
|
|
10461
|
+
input: "text"[];
|
|
9172
10462
|
cost: {
|
|
9173
10463
|
input: number;
|
|
9174
10464
|
output: number;
|
|
@@ -9178,14 +10468,14 @@ export declare const MODELS: {
|
|
|
9178
10468
|
contextWindow: number;
|
|
9179
10469
|
maxTokens: number;
|
|
9180
10470
|
};
|
|
9181
|
-
readonly "
|
|
10471
|
+
readonly "aion-labs/aion-3.0": {
|
|
9182
10472
|
id: string;
|
|
9183
10473
|
name: string;
|
|
9184
10474
|
api: "openai-completions";
|
|
9185
10475
|
provider: string;
|
|
9186
10476
|
baseUrl: string;
|
|
9187
|
-
reasoning:
|
|
9188
|
-
input:
|
|
10477
|
+
reasoning: true;
|
|
10478
|
+
input: "text"[];
|
|
9189
10479
|
cost: {
|
|
9190
10480
|
input: number;
|
|
9191
10481
|
output: number;
|
|
@@ -9195,13 +10485,13 @@ export declare const MODELS: {
|
|
|
9195
10485
|
contextWindow: number;
|
|
9196
10486
|
maxTokens: number;
|
|
9197
10487
|
};
|
|
9198
|
-
readonly "
|
|
10488
|
+
readonly "aion-labs/aion-3.0-mini": {
|
|
9199
10489
|
id: string;
|
|
9200
10490
|
name: string;
|
|
9201
10491
|
api: "openai-completions";
|
|
9202
10492
|
provider: string;
|
|
9203
10493
|
baseUrl: string;
|
|
9204
|
-
reasoning:
|
|
10494
|
+
reasoning: true;
|
|
9205
10495
|
input: "text"[];
|
|
9206
10496
|
cost: {
|
|
9207
10497
|
input: number;
|
|
@@ -9212,13 +10502,13 @@ export declare const MODELS: {
|
|
|
9212
10502
|
contextWindow: number;
|
|
9213
10503
|
maxTokens: number;
|
|
9214
10504
|
};
|
|
9215
|
-
readonly "amazon/nova-
|
|
10505
|
+
readonly "amazon/nova-2-lite-v1": {
|
|
9216
10506
|
id: string;
|
|
9217
10507
|
name: string;
|
|
9218
10508
|
api: "openai-completions";
|
|
9219
10509
|
provider: string;
|
|
9220
10510
|
baseUrl: string;
|
|
9221
|
-
reasoning:
|
|
10511
|
+
reasoning: true;
|
|
9222
10512
|
input: ("image" | "text")[];
|
|
9223
10513
|
cost: {
|
|
9224
10514
|
input: number;
|
|
@@ -9229,7 +10519,7 @@ export declare const MODELS: {
|
|
|
9229
10519
|
contextWindow: number;
|
|
9230
10520
|
maxTokens: number;
|
|
9231
10521
|
};
|
|
9232
|
-
readonly "amazon/nova-
|
|
10522
|
+
readonly "amazon/nova-lite-v1": {
|
|
9233
10523
|
id: string;
|
|
9234
10524
|
name: string;
|
|
9235
10525
|
api: "openai-completions";
|
|
@@ -9246,7 +10536,24 @@ export declare const MODELS: {
|
|
|
9246
10536
|
contextWindow: number;
|
|
9247
10537
|
maxTokens: number;
|
|
9248
10538
|
};
|
|
9249
|
-
readonly "
|
|
10539
|
+
readonly "amazon/nova-micro-v1": {
|
|
10540
|
+
id: string;
|
|
10541
|
+
name: string;
|
|
10542
|
+
api: "openai-completions";
|
|
10543
|
+
provider: string;
|
|
10544
|
+
baseUrl: string;
|
|
10545
|
+
reasoning: false;
|
|
10546
|
+
input: "text"[];
|
|
10547
|
+
cost: {
|
|
10548
|
+
input: number;
|
|
10549
|
+
output: number;
|
|
10550
|
+
cacheRead: number;
|
|
10551
|
+
cacheWrite: number;
|
|
10552
|
+
};
|
|
10553
|
+
contextWindow: number;
|
|
10554
|
+
maxTokens: number;
|
|
10555
|
+
};
|
|
10556
|
+
readonly "amazon/nova-premier-v1": {
|
|
9250
10557
|
id: string;
|
|
9251
10558
|
name: string;
|
|
9252
10559
|
api: "openai-completions";
|
|
@@ -9263,7 +10570,7 @@ export declare const MODELS: {
|
|
|
9263
10570
|
contextWindow: number;
|
|
9264
10571
|
maxTokens: number;
|
|
9265
10572
|
};
|
|
9266
|
-
readonly "
|
|
10573
|
+
readonly "amazon/nova-pro-v1": {
|
|
9267
10574
|
id: string;
|
|
9268
10575
|
name: string;
|
|
9269
10576
|
api: "openai-completions";
|
|
@@ -9280,13 +10587,13 @@ export declare const MODELS: {
|
|
|
9280
10587
|
contextWindow: number;
|
|
9281
10588
|
maxTokens: number;
|
|
9282
10589
|
};
|
|
9283
|
-
readonly "anthropic/claude-
|
|
10590
|
+
readonly "anthropic/claude-3-haiku": {
|
|
9284
10591
|
id: string;
|
|
9285
10592
|
name: string;
|
|
9286
10593
|
api: "openai-completions";
|
|
9287
10594
|
provider: string;
|
|
9288
10595
|
baseUrl: string;
|
|
9289
|
-
reasoning:
|
|
10596
|
+
reasoning: false;
|
|
9290
10597
|
input: ("image" | "text")[];
|
|
9291
10598
|
cost: {
|
|
9292
10599
|
input: number;
|
|
@@ -9297,7 +10604,7 @@ export declare const MODELS: {
|
|
|
9297
10604
|
contextWindow: number;
|
|
9298
10605
|
maxTokens: number;
|
|
9299
10606
|
};
|
|
9300
|
-
readonly "anthropic/claude-
|
|
10607
|
+
readonly "anthropic/claude-fable-5": {
|
|
9301
10608
|
id: string;
|
|
9302
10609
|
name: string;
|
|
9303
10610
|
api: "openai-completions";
|
|
@@ -9314,7 +10621,7 @@ export declare const MODELS: {
|
|
|
9314
10621
|
contextWindow: number;
|
|
9315
10622
|
maxTokens: number;
|
|
9316
10623
|
};
|
|
9317
|
-
readonly "anthropic/claude-
|
|
10624
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
9318
10625
|
id: string;
|
|
9319
10626
|
name: string;
|
|
9320
10627
|
api: "openai-completions";
|
|
@@ -9331,7 +10638,7 @@ export declare const MODELS: {
|
|
|
9331
10638
|
contextWindow: number;
|
|
9332
10639
|
maxTokens: number;
|
|
9333
10640
|
};
|
|
9334
|
-
readonly "anthropic/claude-opus-4
|
|
10641
|
+
readonly "anthropic/claude-opus-4": {
|
|
9335
10642
|
id: string;
|
|
9336
10643
|
name: string;
|
|
9337
10644
|
api: "openai-completions";
|
|
@@ -9348,7 +10655,7 @@ export declare const MODELS: {
|
|
|
9348
10655
|
contextWindow: number;
|
|
9349
10656
|
maxTokens: number;
|
|
9350
10657
|
};
|
|
9351
|
-
readonly "anthropic/claude-opus-4.
|
|
10658
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
9352
10659
|
id: string;
|
|
9353
10660
|
name: string;
|
|
9354
10661
|
api: "openai-completions";
|
|
@@ -9365,16 +10672,13 @@ export declare const MODELS: {
|
|
|
9365
10672
|
contextWindow: number;
|
|
9366
10673
|
maxTokens: number;
|
|
9367
10674
|
};
|
|
9368
|
-
readonly "anthropic/claude-opus-4.
|
|
10675
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
9369
10676
|
id: string;
|
|
9370
10677
|
name: string;
|
|
9371
10678
|
api: "openai-completions";
|
|
9372
10679
|
provider: string;
|
|
9373
10680
|
baseUrl: string;
|
|
9374
10681
|
reasoning: true;
|
|
9375
|
-
thinkingLevelMap: {
|
|
9376
|
-
xhigh: string;
|
|
9377
|
-
};
|
|
9378
10682
|
input: ("image" | "text")[];
|
|
9379
10683
|
cost: {
|
|
9380
10684
|
input: number;
|
|
@@ -9385,7 +10689,7 @@ export declare const MODELS: {
|
|
|
9385
10689
|
contextWindow: number;
|
|
9386
10690
|
maxTokens: number;
|
|
9387
10691
|
};
|
|
9388
|
-
readonly "anthropic/claude-opus-4.6
|
|
10692
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
9389
10693
|
id: string;
|
|
9390
10694
|
name: string;
|
|
9391
10695
|
api: "openai-completions";
|
|
@@ -9530,14 +10834,14 @@ export declare const MODELS: {
|
|
|
9530
10834
|
contextWindow: number;
|
|
9531
10835
|
maxTokens: number;
|
|
9532
10836
|
};
|
|
9533
|
-
readonly "
|
|
10837
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
9534
10838
|
id: string;
|
|
9535
10839
|
name: string;
|
|
9536
10840
|
api: "openai-completions";
|
|
9537
10841
|
provider: string;
|
|
9538
10842
|
baseUrl: string;
|
|
9539
10843
|
reasoning: true;
|
|
9540
|
-
input: "text"[];
|
|
10844
|
+
input: ("image" | "text")[];
|
|
9541
10845
|
cost: {
|
|
9542
10846
|
input: number;
|
|
9543
10847
|
output: number;
|
|
@@ -9547,7 +10851,7 @@ export declare const MODELS: {
|
|
|
9547
10851
|
contextWindow: number;
|
|
9548
10852
|
maxTokens: number;
|
|
9549
10853
|
};
|
|
9550
|
-
readonly "arcee-ai/trinity-
|
|
10854
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
9551
10855
|
id: string;
|
|
9552
10856
|
name: string;
|
|
9553
10857
|
api: "openai-completions";
|
|
@@ -9700,6 +11004,23 @@ export declare const MODELS: {
|
|
|
9700
11004
|
contextWindow: number;
|
|
9701
11005
|
maxTokens: number;
|
|
9702
11006
|
};
|
|
11007
|
+
readonly "cohere/north-mini-code:free": {
|
|
11008
|
+
id: string;
|
|
11009
|
+
name: string;
|
|
11010
|
+
api: "openai-completions";
|
|
11011
|
+
provider: string;
|
|
11012
|
+
baseUrl: string;
|
|
11013
|
+
reasoning: true;
|
|
11014
|
+
input: "text"[];
|
|
11015
|
+
cost: {
|
|
11016
|
+
input: number;
|
|
11017
|
+
output: number;
|
|
11018
|
+
cacheRead: number;
|
|
11019
|
+
cacheWrite: number;
|
|
11020
|
+
};
|
|
11021
|
+
contextWindow: number;
|
|
11022
|
+
maxTokens: number;
|
|
11023
|
+
};
|
|
9703
11024
|
readonly "deepseek/deepseek-chat": {
|
|
9704
11025
|
id: string;
|
|
9705
11026
|
name: string;
|
|
@@ -9890,23 +11211,6 @@ export declare const MODELS: {
|
|
|
9890
11211
|
contextWindow: number;
|
|
9891
11212
|
maxTokens: number;
|
|
9892
11213
|
};
|
|
9893
|
-
readonly "essentialai/rnj-1-instruct": {
|
|
9894
|
-
id: string;
|
|
9895
|
-
name: string;
|
|
9896
|
-
api: "openai-completions";
|
|
9897
|
-
provider: string;
|
|
9898
|
-
baseUrl: string;
|
|
9899
|
-
reasoning: false;
|
|
9900
|
-
input: "text"[];
|
|
9901
|
-
cost: {
|
|
9902
|
-
input: number;
|
|
9903
|
-
output: number;
|
|
9904
|
-
cacheRead: number;
|
|
9905
|
-
cacheWrite: number;
|
|
9906
|
-
};
|
|
9907
|
-
contextWindow: number;
|
|
9908
|
-
maxTokens: number;
|
|
9909
|
-
};
|
|
9910
11214
|
readonly "google/gemini-2.5-flash": {
|
|
9911
11215
|
id: string;
|
|
9912
11216
|
name: string;
|
|
@@ -9941,7 +11245,7 @@ export declare const MODELS: {
|
|
|
9941
11245
|
contextWindow: number;
|
|
9942
11246
|
maxTokens: number;
|
|
9943
11247
|
};
|
|
9944
|
-
readonly "google/gemini-2.5-
|
|
11248
|
+
readonly "google/gemini-2.5-pro": {
|
|
9945
11249
|
id: string;
|
|
9946
11250
|
name: string;
|
|
9947
11251
|
api: "openai-completions";
|
|
@@ -9958,7 +11262,7 @@ export declare const MODELS: {
|
|
|
9958
11262
|
contextWindow: number;
|
|
9959
11263
|
maxTokens: number;
|
|
9960
11264
|
};
|
|
9961
|
-
readonly "google/gemini-2.5-pro": {
|
|
11265
|
+
readonly "google/gemini-2.5-pro-preview": {
|
|
9962
11266
|
id: string;
|
|
9963
11267
|
name: string;
|
|
9964
11268
|
api: "openai-completions";
|
|
@@ -9975,7 +11279,7 @@ export declare const MODELS: {
|
|
|
9975
11279
|
contextWindow: number;
|
|
9976
11280
|
maxTokens: number;
|
|
9977
11281
|
};
|
|
9978
|
-
readonly "google/gemini-2.5-pro-preview": {
|
|
11282
|
+
readonly "google/gemini-2.5-pro-preview-05-06": {
|
|
9979
11283
|
id: string;
|
|
9980
11284
|
name: string;
|
|
9981
11285
|
api: "openai-completions";
|
|
@@ -9992,7 +11296,7 @@ export declare const MODELS: {
|
|
|
9992
11296
|
contextWindow: number;
|
|
9993
11297
|
maxTokens: number;
|
|
9994
11298
|
};
|
|
9995
|
-
readonly "google/gemini-
|
|
11299
|
+
readonly "google/gemini-3-flash-preview": {
|
|
9996
11300
|
id: string;
|
|
9997
11301
|
name: string;
|
|
9998
11302
|
api: "openai-completions";
|
|
@@ -10009,7 +11313,7 @@ export declare const MODELS: {
|
|
|
10009
11313
|
contextWindow: number;
|
|
10010
11314
|
maxTokens: number;
|
|
10011
11315
|
};
|
|
10012
|
-
readonly "google/gemini-3-
|
|
11316
|
+
readonly "google/gemini-3-pro-image": {
|
|
10013
11317
|
id: string;
|
|
10014
11318
|
name: string;
|
|
10015
11319
|
api: "openai-completions";
|
|
@@ -10318,6 +11622,23 @@ export declare const MODELS: {
|
|
|
10318
11622
|
contextWindow: number;
|
|
10319
11623
|
maxTokens: number;
|
|
10320
11624
|
};
|
|
11625
|
+
readonly "liquid/lfm-2.5-1.2b-thinking:free": {
|
|
11626
|
+
id: string;
|
|
11627
|
+
name: string;
|
|
11628
|
+
api: "openai-completions";
|
|
11629
|
+
provider: string;
|
|
11630
|
+
baseUrl: string;
|
|
11631
|
+
reasoning: true;
|
|
11632
|
+
input: "text"[];
|
|
11633
|
+
cost: {
|
|
11634
|
+
input: number;
|
|
11635
|
+
output: number;
|
|
11636
|
+
cacheRead: number;
|
|
11637
|
+
cacheWrite: number;
|
|
11638
|
+
};
|
|
11639
|
+
contextWindow: number;
|
|
11640
|
+
maxTokens: number;
|
|
11641
|
+
};
|
|
10321
11642
|
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
10322
11643
|
id: string;
|
|
10323
11644
|
name: string;
|
|
@@ -10916,7 +12237,24 @@ export declare const MODELS: {
|
|
|
10916
12237
|
contextWindow: number;
|
|
10917
12238
|
maxTokens: number;
|
|
10918
12239
|
};
|
|
10919
|
-
readonly "nex-agi/nex-n2-
|
|
12240
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
12241
|
+
id: string;
|
|
12242
|
+
name: string;
|
|
12243
|
+
api: "openai-completions";
|
|
12244
|
+
provider: string;
|
|
12245
|
+
baseUrl: string;
|
|
12246
|
+
reasoning: true;
|
|
12247
|
+
input: ("image" | "text")[];
|
|
12248
|
+
cost: {
|
|
12249
|
+
input: number;
|
|
12250
|
+
output: number;
|
|
12251
|
+
cacheRead: number;
|
|
12252
|
+
cacheWrite: number;
|
|
12253
|
+
};
|
|
12254
|
+
contextWindow: number;
|
|
12255
|
+
maxTokens: number;
|
|
12256
|
+
};
|
|
12257
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
10920
12258
|
id: string;
|
|
10921
12259
|
name: string;
|
|
10922
12260
|
api: "openai-completions";
|
|
@@ -11771,6 +13109,135 @@ export declare const MODELS: {
|
|
|
11771
13109
|
contextWindow: number;
|
|
11772
13110
|
maxTokens: number;
|
|
11773
13111
|
};
|
|
13112
|
+
readonly "openai/gpt-5.6-luna": {
|
|
13113
|
+
id: string;
|
|
13114
|
+
name: string;
|
|
13115
|
+
api: "openai-completions";
|
|
13116
|
+
provider: string;
|
|
13117
|
+
baseUrl: string;
|
|
13118
|
+
reasoning: true;
|
|
13119
|
+
thinkingLevelMap: {
|
|
13120
|
+
xhigh: string;
|
|
13121
|
+
};
|
|
13122
|
+
input: ("image" | "text")[];
|
|
13123
|
+
cost: {
|
|
13124
|
+
input: number;
|
|
13125
|
+
output: number;
|
|
13126
|
+
cacheRead: number;
|
|
13127
|
+
cacheWrite: number;
|
|
13128
|
+
};
|
|
13129
|
+
contextWindow: number;
|
|
13130
|
+
maxTokens: number;
|
|
13131
|
+
};
|
|
13132
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
13133
|
+
id: string;
|
|
13134
|
+
name: string;
|
|
13135
|
+
api: "openai-completions";
|
|
13136
|
+
provider: string;
|
|
13137
|
+
baseUrl: string;
|
|
13138
|
+
reasoning: true;
|
|
13139
|
+
thinkingLevelMap: {
|
|
13140
|
+
xhigh: string;
|
|
13141
|
+
off: null;
|
|
13142
|
+
minimal: null;
|
|
13143
|
+
low: null;
|
|
13144
|
+
};
|
|
13145
|
+
input: ("image" | "text")[];
|
|
13146
|
+
cost: {
|
|
13147
|
+
input: number;
|
|
13148
|
+
output: number;
|
|
13149
|
+
cacheRead: number;
|
|
13150
|
+
cacheWrite: number;
|
|
13151
|
+
};
|
|
13152
|
+
contextWindow: number;
|
|
13153
|
+
maxTokens: number;
|
|
13154
|
+
};
|
|
13155
|
+
readonly "openai/gpt-5.6-sol": {
|
|
13156
|
+
id: string;
|
|
13157
|
+
name: string;
|
|
13158
|
+
api: "openai-completions";
|
|
13159
|
+
provider: string;
|
|
13160
|
+
baseUrl: string;
|
|
13161
|
+
reasoning: true;
|
|
13162
|
+
thinkingLevelMap: {
|
|
13163
|
+
xhigh: string;
|
|
13164
|
+
};
|
|
13165
|
+
input: ("image" | "text")[];
|
|
13166
|
+
cost: {
|
|
13167
|
+
input: number;
|
|
13168
|
+
output: number;
|
|
13169
|
+
cacheRead: number;
|
|
13170
|
+
cacheWrite: number;
|
|
13171
|
+
};
|
|
13172
|
+
contextWindow: number;
|
|
13173
|
+
maxTokens: number;
|
|
13174
|
+
};
|
|
13175
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
13176
|
+
id: string;
|
|
13177
|
+
name: string;
|
|
13178
|
+
api: "openai-completions";
|
|
13179
|
+
provider: string;
|
|
13180
|
+
baseUrl: string;
|
|
13181
|
+
reasoning: true;
|
|
13182
|
+
thinkingLevelMap: {
|
|
13183
|
+
xhigh: string;
|
|
13184
|
+
off: null;
|
|
13185
|
+
minimal: null;
|
|
13186
|
+
low: null;
|
|
13187
|
+
};
|
|
13188
|
+
input: ("image" | "text")[];
|
|
13189
|
+
cost: {
|
|
13190
|
+
input: number;
|
|
13191
|
+
output: number;
|
|
13192
|
+
cacheRead: number;
|
|
13193
|
+
cacheWrite: number;
|
|
13194
|
+
};
|
|
13195
|
+
contextWindow: number;
|
|
13196
|
+
maxTokens: number;
|
|
13197
|
+
};
|
|
13198
|
+
readonly "openai/gpt-5.6-terra": {
|
|
13199
|
+
id: string;
|
|
13200
|
+
name: string;
|
|
13201
|
+
api: "openai-completions";
|
|
13202
|
+
provider: string;
|
|
13203
|
+
baseUrl: string;
|
|
13204
|
+
reasoning: true;
|
|
13205
|
+
thinkingLevelMap: {
|
|
13206
|
+
xhigh: string;
|
|
13207
|
+
};
|
|
13208
|
+
input: ("image" | "text")[];
|
|
13209
|
+
cost: {
|
|
13210
|
+
input: number;
|
|
13211
|
+
output: number;
|
|
13212
|
+
cacheRead: number;
|
|
13213
|
+
cacheWrite: number;
|
|
13214
|
+
};
|
|
13215
|
+
contextWindow: number;
|
|
13216
|
+
maxTokens: number;
|
|
13217
|
+
};
|
|
13218
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
13219
|
+
id: string;
|
|
13220
|
+
name: string;
|
|
13221
|
+
api: "openai-completions";
|
|
13222
|
+
provider: string;
|
|
13223
|
+
baseUrl: string;
|
|
13224
|
+
reasoning: true;
|
|
13225
|
+
thinkingLevelMap: {
|
|
13226
|
+
xhigh: string;
|
|
13227
|
+
off: null;
|
|
13228
|
+
minimal: null;
|
|
13229
|
+
low: null;
|
|
13230
|
+
};
|
|
13231
|
+
input: ("image" | "text")[];
|
|
13232
|
+
cost: {
|
|
13233
|
+
input: number;
|
|
13234
|
+
output: number;
|
|
13235
|
+
cacheRead: number;
|
|
13236
|
+
cacheWrite: number;
|
|
13237
|
+
};
|
|
13238
|
+
contextWindow: number;
|
|
13239
|
+
maxTokens: number;
|
|
13240
|
+
};
|
|
11774
13241
|
readonly "openai/gpt-audio": {
|
|
11775
13242
|
id: string;
|
|
11776
13243
|
name: string;
|
|
@@ -12094,13 +13561,13 @@ export declare const MODELS: {
|
|
|
12094
13561
|
contextWindow: number;
|
|
12095
13562
|
maxTokens: number;
|
|
12096
13563
|
};
|
|
12097
|
-
readonly "
|
|
13564
|
+
readonly "poolside/laguna-m.1": {
|
|
12098
13565
|
id: string;
|
|
12099
13566
|
name: string;
|
|
12100
13567
|
api: "openai-completions";
|
|
12101
13568
|
provider: string;
|
|
12102
13569
|
baseUrl: string;
|
|
12103
|
-
reasoning:
|
|
13570
|
+
reasoning: true;
|
|
12104
13571
|
input: "text"[];
|
|
12105
13572
|
cost: {
|
|
12106
13573
|
input: number;
|
|
@@ -12128,7 +13595,7 @@ export declare const MODELS: {
|
|
|
12128
13595
|
contextWindow: number;
|
|
12129
13596
|
maxTokens: number;
|
|
12130
13597
|
};
|
|
12131
|
-
readonly "poolside/laguna-xs.
|
|
13598
|
+
readonly "poolside/laguna-xs-2.1": {
|
|
12132
13599
|
id: string;
|
|
12133
13600
|
name: string;
|
|
12134
13601
|
api: "openai-completions";
|
|
@@ -12145,7 +13612,7 @@ export declare const MODELS: {
|
|
|
12145
13612
|
contextWindow: number;
|
|
12146
13613
|
maxTokens: number;
|
|
12147
13614
|
};
|
|
12148
|
-
readonly "
|
|
13615
|
+
readonly "poolside/laguna-xs-2.1:free": {
|
|
12149
13616
|
id: string;
|
|
12150
13617
|
name: string;
|
|
12151
13618
|
api: "openai-completions";
|
|
@@ -12179,6 +13646,23 @@ export declare const MODELS: {
|
|
|
12179
13646
|
contextWindow: number;
|
|
12180
13647
|
maxTokens: number;
|
|
12181
13648
|
};
|
|
13649
|
+
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
13650
|
+
id: string;
|
|
13651
|
+
name: string;
|
|
13652
|
+
api: "openai-completions";
|
|
13653
|
+
provider: string;
|
|
13654
|
+
baseUrl: string;
|
|
13655
|
+
reasoning: false;
|
|
13656
|
+
input: "text"[];
|
|
13657
|
+
cost: {
|
|
13658
|
+
input: number;
|
|
13659
|
+
output: number;
|
|
13660
|
+
cacheRead: number;
|
|
13661
|
+
cacheWrite: number;
|
|
13662
|
+
};
|
|
13663
|
+
contextWindow: number;
|
|
13664
|
+
maxTokens: number;
|
|
13665
|
+
};
|
|
12182
13666
|
readonly "qwen/qwen-plus": {
|
|
12183
13667
|
id: string;
|
|
12184
13668
|
name: string;
|
|
@@ -12944,13 +14428,47 @@ export declare const MODELS: {
|
|
|
12944
14428
|
contextWindow: number;
|
|
12945
14429
|
maxTokens: number;
|
|
12946
14430
|
};
|
|
12947
|
-
readonly "rekaai/reka-edge": {
|
|
14431
|
+
readonly "rekaai/reka-edge": {
|
|
14432
|
+
id: string;
|
|
14433
|
+
name: string;
|
|
14434
|
+
api: "openai-completions";
|
|
14435
|
+
provider: string;
|
|
14436
|
+
baseUrl: string;
|
|
14437
|
+
reasoning: false;
|
|
14438
|
+
input: ("image" | "text")[];
|
|
14439
|
+
cost: {
|
|
14440
|
+
input: number;
|
|
14441
|
+
output: number;
|
|
14442
|
+
cacheRead: number;
|
|
14443
|
+
cacheWrite: number;
|
|
14444
|
+
};
|
|
14445
|
+
contextWindow: number;
|
|
14446
|
+
maxTokens: number;
|
|
14447
|
+
};
|
|
14448
|
+
readonly "relace/relace-search": {
|
|
14449
|
+
id: string;
|
|
14450
|
+
name: string;
|
|
14451
|
+
api: "openai-completions";
|
|
14452
|
+
provider: string;
|
|
14453
|
+
baseUrl: string;
|
|
14454
|
+
reasoning: false;
|
|
14455
|
+
input: "text"[];
|
|
14456
|
+
cost: {
|
|
14457
|
+
input: number;
|
|
14458
|
+
output: number;
|
|
14459
|
+
cacheRead: number;
|
|
14460
|
+
cacheWrite: number;
|
|
14461
|
+
};
|
|
14462
|
+
contextWindow: number;
|
|
14463
|
+
maxTokens: number;
|
|
14464
|
+
};
|
|
14465
|
+
readonly "sakana/fugu-ultra": {
|
|
12948
14466
|
id: string;
|
|
12949
14467
|
name: string;
|
|
12950
14468
|
api: "openai-completions";
|
|
12951
14469
|
provider: string;
|
|
12952
14470
|
baseUrl: string;
|
|
12953
|
-
reasoning:
|
|
14471
|
+
reasoning: true;
|
|
12954
14472
|
input: ("image" | "text")[];
|
|
12955
14473
|
cost: {
|
|
12956
14474
|
input: number;
|
|
@@ -12961,7 +14479,7 @@ export declare const MODELS: {
|
|
|
12961
14479
|
contextWindow: number;
|
|
12962
14480
|
maxTokens: number;
|
|
12963
14481
|
};
|
|
12964
|
-
readonly "
|
|
14482
|
+
readonly "sao10k/l3.1-euryale-70b": {
|
|
12965
14483
|
id: string;
|
|
12966
14484
|
name: string;
|
|
12967
14485
|
api: "openai-completions";
|
|
@@ -12978,13 +14496,13 @@ export declare const MODELS: {
|
|
|
12978
14496
|
contextWindow: number;
|
|
12979
14497
|
maxTokens: number;
|
|
12980
14498
|
};
|
|
12981
|
-
readonly "
|
|
14499
|
+
readonly "stepfun/step-3.5-flash": {
|
|
12982
14500
|
id: string;
|
|
12983
14501
|
name: string;
|
|
12984
14502
|
api: "openai-completions";
|
|
12985
14503
|
provider: string;
|
|
12986
14504
|
baseUrl: string;
|
|
12987
|
-
reasoning:
|
|
14505
|
+
reasoning: true;
|
|
12988
14506
|
input: "text"[];
|
|
12989
14507
|
cost: {
|
|
12990
14508
|
input: number;
|
|
@@ -12995,14 +14513,14 @@ export declare const MODELS: {
|
|
|
12995
14513
|
contextWindow: number;
|
|
12996
14514
|
maxTokens: number;
|
|
12997
14515
|
};
|
|
12998
|
-
readonly "stepfun/step-3.
|
|
14516
|
+
readonly "stepfun/step-3.7-flash": {
|
|
12999
14517
|
id: string;
|
|
13000
14518
|
name: string;
|
|
13001
14519
|
api: "openai-completions";
|
|
13002
14520
|
provider: string;
|
|
13003
14521
|
baseUrl: string;
|
|
13004
14522
|
reasoning: true;
|
|
13005
|
-
input: "text"[];
|
|
14523
|
+
input: ("image" | "text")[];
|
|
13006
14524
|
cost: {
|
|
13007
14525
|
input: number;
|
|
13008
14526
|
output: number;
|
|
@@ -13012,14 +14530,14 @@ export declare const MODELS: {
|
|
|
13012
14530
|
contextWindow: number;
|
|
13013
14531
|
maxTokens: number;
|
|
13014
14532
|
};
|
|
13015
|
-
readonly "
|
|
14533
|
+
readonly "tencent/hy3": {
|
|
13016
14534
|
id: string;
|
|
13017
14535
|
name: string;
|
|
13018
14536
|
api: "openai-completions";
|
|
13019
14537
|
provider: string;
|
|
13020
14538
|
baseUrl: string;
|
|
13021
14539
|
reasoning: true;
|
|
13022
|
-
input:
|
|
14540
|
+
input: "text"[];
|
|
13023
14541
|
cost: {
|
|
13024
14542
|
input: number;
|
|
13025
14543
|
output: number;
|
|
@@ -13046,13 +14564,13 @@ export declare const MODELS: {
|
|
|
13046
14564
|
contextWindow: number;
|
|
13047
14565
|
maxTokens: number;
|
|
13048
14566
|
};
|
|
13049
|
-
readonly "
|
|
14567
|
+
readonly "tencent/hy3:free": {
|
|
13050
14568
|
id: string;
|
|
13051
14569
|
name: string;
|
|
13052
14570
|
api: "openai-completions";
|
|
13053
14571
|
provider: string;
|
|
13054
14572
|
baseUrl: string;
|
|
13055
|
-
reasoning:
|
|
14573
|
+
reasoning: true;
|
|
13056
14574
|
input: "text"[];
|
|
13057
14575
|
cost: {
|
|
13058
14576
|
input: number;
|
|
@@ -13131,7 +14649,7 @@ export declare const MODELS: {
|
|
|
13131
14649
|
contextWindow: number;
|
|
13132
14650
|
maxTokens: number;
|
|
13133
14651
|
};
|
|
13134
|
-
readonly "x-ai/grok-
|
|
14652
|
+
readonly "x-ai/grok-4.5": {
|
|
13135
14653
|
id: string;
|
|
13136
14654
|
name: string;
|
|
13137
14655
|
api: "openai-completions";
|
|
@@ -13148,14 +14666,14 @@ export declare const MODELS: {
|
|
|
13148
14666
|
contextWindow: number;
|
|
13149
14667
|
maxTokens: number;
|
|
13150
14668
|
};
|
|
13151
|
-
readonly "
|
|
14669
|
+
readonly "x-ai/grok-build-0.1": {
|
|
13152
14670
|
id: string;
|
|
13153
14671
|
name: string;
|
|
13154
14672
|
api: "openai-completions";
|
|
13155
14673
|
provider: string;
|
|
13156
14674
|
baseUrl: string;
|
|
13157
14675
|
reasoning: true;
|
|
13158
|
-
input: "text"[];
|
|
14676
|
+
input: ("image" | "text")[];
|
|
13159
14677
|
cost: {
|
|
13160
14678
|
input: number;
|
|
13161
14679
|
output: number;
|
|
@@ -13369,6 +14887,40 @@ export declare const MODELS: {
|
|
|
13369
14887
|
contextWindow: number;
|
|
13370
14888
|
maxTokens: number;
|
|
13371
14889
|
};
|
|
14890
|
+
readonly "z-ai/glm-5.2": {
|
|
14891
|
+
id: string;
|
|
14892
|
+
name: string;
|
|
14893
|
+
api: "openai-completions";
|
|
14894
|
+
provider: string;
|
|
14895
|
+
baseUrl: string;
|
|
14896
|
+
reasoning: true;
|
|
14897
|
+
input: "text"[];
|
|
14898
|
+
cost: {
|
|
14899
|
+
input: number;
|
|
14900
|
+
output: number;
|
|
14901
|
+
cacheRead: number;
|
|
14902
|
+
cacheWrite: number;
|
|
14903
|
+
};
|
|
14904
|
+
contextWindow: number;
|
|
14905
|
+
maxTokens: number;
|
|
14906
|
+
};
|
|
14907
|
+
readonly "z-ai/glm-5v-turbo": {
|
|
14908
|
+
id: string;
|
|
14909
|
+
name: string;
|
|
14910
|
+
api: "openai-completions";
|
|
14911
|
+
provider: string;
|
|
14912
|
+
baseUrl: string;
|
|
14913
|
+
reasoning: true;
|
|
14914
|
+
input: ("image" | "text")[];
|
|
14915
|
+
cost: {
|
|
14916
|
+
input: number;
|
|
14917
|
+
output: number;
|
|
14918
|
+
cacheRead: number;
|
|
14919
|
+
cacheWrite: number;
|
|
14920
|
+
};
|
|
14921
|
+
contextWindow: number;
|
|
14922
|
+
maxTokens: number;
|
|
14923
|
+
};
|
|
13372
14924
|
readonly "~anthropic/claude-fable-latest": {
|
|
13373
14925
|
id: string;
|
|
13374
14926
|
name: string;
|
|
@@ -13522,6 +15074,23 @@ export declare const MODELS: {
|
|
|
13522
15074
|
contextWindow: number;
|
|
13523
15075
|
maxTokens: number;
|
|
13524
15076
|
};
|
|
15077
|
+
readonly "~x-ai/grok-latest": {
|
|
15078
|
+
id: string;
|
|
15079
|
+
name: string;
|
|
15080
|
+
api: "openai-completions";
|
|
15081
|
+
provider: string;
|
|
15082
|
+
baseUrl: string;
|
|
15083
|
+
reasoning: true;
|
|
15084
|
+
input: ("image" | "text")[];
|
|
15085
|
+
cost: {
|
|
15086
|
+
input: number;
|
|
15087
|
+
output: number;
|
|
15088
|
+
cacheRead: number;
|
|
15089
|
+
cacheWrite: number;
|
|
15090
|
+
};
|
|
15091
|
+
contextWindow: number;
|
|
15092
|
+
maxTokens: number;
|
|
15093
|
+
};
|
|
13525
15094
|
};
|
|
13526
15095
|
readonly together: {
|
|
13527
15096
|
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
@@ -13899,6 +15468,37 @@ export declare const MODELS: {
|
|
|
13899
15468
|
contextWindow: number;
|
|
13900
15469
|
maxTokens: number;
|
|
13901
15470
|
};
|
|
15471
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
15472
|
+
id: string;
|
|
15473
|
+
name: string;
|
|
15474
|
+
api: "openai-completions";
|
|
15475
|
+
provider: string;
|
|
15476
|
+
baseUrl: string;
|
|
15477
|
+
compat: {
|
|
15478
|
+
supportsStore: false;
|
|
15479
|
+
supportsDeveloperRole: false;
|
|
15480
|
+
supportsReasoningEffort: false;
|
|
15481
|
+
maxTokensField: "max_tokens";
|
|
15482
|
+
supportsStrictMode: false;
|
|
15483
|
+
supportsLongCacheRetention: false;
|
|
15484
|
+
thinkingFormat: "together";
|
|
15485
|
+
};
|
|
15486
|
+
reasoning: true;
|
|
15487
|
+
thinkingLevelMap: {
|
|
15488
|
+
minimal: null;
|
|
15489
|
+
low: null;
|
|
15490
|
+
medium: null;
|
|
15491
|
+
};
|
|
15492
|
+
input: "text"[];
|
|
15493
|
+
cost: {
|
|
15494
|
+
input: number;
|
|
15495
|
+
output: number;
|
|
15496
|
+
cacheRead: number;
|
|
15497
|
+
cacheWrite: number;
|
|
15498
|
+
};
|
|
15499
|
+
contextWindow: number;
|
|
15500
|
+
maxTokens: number;
|
|
15501
|
+
};
|
|
13902
15502
|
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13903
15503
|
id: string;
|
|
13904
15504
|
name: string;
|
|
@@ -14052,6 +15652,37 @@ export declare const MODELS: {
|
|
|
14052
15652
|
contextWindow: number;
|
|
14053
15653
|
maxTokens: number;
|
|
14054
15654
|
};
|
|
15655
|
+
readonly "zai-org/GLM-5.2": {
|
|
15656
|
+
id: string;
|
|
15657
|
+
name: string;
|
|
15658
|
+
api: "openai-completions";
|
|
15659
|
+
provider: string;
|
|
15660
|
+
baseUrl: string;
|
|
15661
|
+
compat: {
|
|
15662
|
+
supportsStore: false;
|
|
15663
|
+
supportsDeveloperRole: false;
|
|
15664
|
+
supportsReasoningEffort: false;
|
|
15665
|
+
maxTokensField: "max_tokens";
|
|
15666
|
+
supportsStrictMode: false;
|
|
15667
|
+
supportsLongCacheRetention: false;
|
|
15668
|
+
thinkingFormat: "together";
|
|
15669
|
+
};
|
|
15670
|
+
reasoning: true;
|
|
15671
|
+
thinkingLevelMap: {
|
|
15672
|
+
minimal: null;
|
|
15673
|
+
low: null;
|
|
15674
|
+
medium: null;
|
|
15675
|
+
};
|
|
15676
|
+
input: "text"[];
|
|
15677
|
+
cost: {
|
|
15678
|
+
input: number;
|
|
15679
|
+
output: number;
|
|
15680
|
+
cacheRead: number;
|
|
15681
|
+
cacheWrite: number;
|
|
15682
|
+
};
|
|
15683
|
+
contextWindow: number;
|
|
15684
|
+
maxTokens: number;
|
|
15685
|
+
};
|
|
14055
15686
|
};
|
|
14056
15687
|
readonly "vercel-ai-gateway": {
|
|
14057
15688
|
readonly "alibaba/qwen-3-14b": {
|
|
@@ -14162,7 +15793,7 @@ export declare const MODELS: {
|
|
|
14162
15793
|
api: "anthropic-messages";
|
|
14163
15794
|
provider: string;
|
|
14164
15795
|
baseUrl: string;
|
|
14165
|
-
reasoning:
|
|
15796
|
+
reasoning: false;
|
|
14166
15797
|
input: "text"[];
|
|
14167
15798
|
cost: {
|
|
14168
15799
|
input: number;
|
|
@@ -14179,7 +15810,7 @@ export declare const MODELS: {
|
|
|
14179
15810
|
api: "anthropic-messages";
|
|
14180
15811
|
provider: string;
|
|
14181
15812
|
baseUrl: string;
|
|
14182
|
-
reasoning:
|
|
15813
|
+
reasoning: false;
|
|
14183
15814
|
input: "text"[];
|
|
14184
15815
|
cost: {
|
|
14185
15816
|
input: number;
|
|
@@ -14196,7 +15827,7 @@ export declare const MODELS: {
|
|
|
14196
15827
|
api: "anthropic-messages";
|
|
14197
15828
|
provider: string;
|
|
14198
15829
|
baseUrl: string;
|
|
14199
|
-
reasoning:
|
|
15830
|
+
reasoning: false;
|
|
14200
15831
|
input: "text"[];
|
|
14201
15832
|
cost: {
|
|
14202
15833
|
input: number;
|
|
@@ -14299,7 +15930,126 @@ export declare const MODELS: {
|
|
|
14299
15930
|
provider: string;
|
|
14300
15931
|
baseUrl: string;
|
|
14301
15932
|
reasoning: true;
|
|
14302
|
-
input: "text"[];
|
|
15933
|
+
input: "text"[];
|
|
15934
|
+
cost: {
|
|
15935
|
+
input: number;
|
|
15936
|
+
output: number;
|
|
15937
|
+
cacheRead: number;
|
|
15938
|
+
cacheWrite: number;
|
|
15939
|
+
};
|
|
15940
|
+
contextWindow: number;
|
|
15941
|
+
maxTokens: number;
|
|
15942
|
+
};
|
|
15943
|
+
readonly "alibaba/qwen3-vl-235b-a22b-instruct": {
|
|
15944
|
+
id: string;
|
|
15945
|
+
name: string;
|
|
15946
|
+
api: "anthropic-messages";
|
|
15947
|
+
provider: string;
|
|
15948
|
+
baseUrl: string;
|
|
15949
|
+
reasoning: false;
|
|
15950
|
+
input: ("image" | "text")[];
|
|
15951
|
+
cost: {
|
|
15952
|
+
input: number;
|
|
15953
|
+
output: number;
|
|
15954
|
+
cacheRead: number;
|
|
15955
|
+
cacheWrite: number;
|
|
15956
|
+
};
|
|
15957
|
+
contextWindow: number;
|
|
15958
|
+
maxTokens: number;
|
|
15959
|
+
};
|
|
15960
|
+
readonly "alibaba/qwen3-vl-instruct": {
|
|
15961
|
+
id: string;
|
|
15962
|
+
name: string;
|
|
15963
|
+
api: "anthropic-messages";
|
|
15964
|
+
provider: string;
|
|
15965
|
+
baseUrl: string;
|
|
15966
|
+
reasoning: false;
|
|
15967
|
+
input: ("image" | "text")[];
|
|
15968
|
+
cost: {
|
|
15969
|
+
input: number;
|
|
15970
|
+
output: number;
|
|
15971
|
+
cacheRead: number;
|
|
15972
|
+
cacheWrite: number;
|
|
15973
|
+
};
|
|
15974
|
+
contextWindow: number;
|
|
15975
|
+
maxTokens: number;
|
|
15976
|
+
};
|
|
15977
|
+
readonly "alibaba/qwen3-vl-thinking": {
|
|
15978
|
+
id: string;
|
|
15979
|
+
name: string;
|
|
15980
|
+
api: "anthropic-messages";
|
|
15981
|
+
provider: string;
|
|
15982
|
+
baseUrl: string;
|
|
15983
|
+
reasoning: true;
|
|
15984
|
+
input: ("image" | "text")[];
|
|
15985
|
+
cost: {
|
|
15986
|
+
input: number;
|
|
15987
|
+
output: number;
|
|
15988
|
+
cacheRead: number;
|
|
15989
|
+
cacheWrite: number;
|
|
15990
|
+
};
|
|
15991
|
+
contextWindow: number;
|
|
15992
|
+
maxTokens: number;
|
|
15993
|
+
};
|
|
15994
|
+
readonly "alibaba/qwen3.5-flash": {
|
|
15995
|
+
id: string;
|
|
15996
|
+
name: string;
|
|
15997
|
+
api: "anthropic-messages";
|
|
15998
|
+
provider: string;
|
|
15999
|
+
baseUrl: string;
|
|
16000
|
+
reasoning: true;
|
|
16001
|
+
input: ("image" | "text")[];
|
|
16002
|
+
cost: {
|
|
16003
|
+
input: number;
|
|
16004
|
+
output: number;
|
|
16005
|
+
cacheRead: number;
|
|
16006
|
+
cacheWrite: number;
|
|
16007
|
+
};
|
|
16008
|
+
contextWindow: number;
|
|
16009
|
+
maxTokens: number;
|
|
16010
|
+
};
|
|
16011
|
+
readonly "alibaba/qwen3.5-plus": {
|
|
16012
|
+
id: string;
|
|
16013
|
+
name: string;
|
|
16014
|
+
api: "anthropic-messages";
|
|
16015
|
+
provider: string;
|
|
16016
|
+
baseUrl: string;
|
|
16017
|
+
reasoning: true;
|
|
16018
|
+
input: ("image" | "text")[];
|
|
16019
|
+
cost: {
|
|
16020
|
+
input: number;
|
|
16021
|
+
output: number;
|
|
16022
|
+
cacheRead: number;
|
|
16023
|
+
cacheWrite: number;
|
|
16024
|
+
};
|
|
16025
|
+
contextWindow: number;
|
|
16026
|
+
maxTokens: number;
|
|
16027
|
+
};
|
|
16028
|
+
readonly "alibaba/qwen3.6-27b": {
|
|
16029
|
+
id: string;
|
|
16030
|
+
name: string;
|
|
16031
|
+
api: "anthropic-messages";
|
|
16032
|
+
provider: string;
|
|
16033
|
+
baseUrl: string;
|
|
16034
|
+
reasoning: true;
|
|
16035
|
+
input: ("image" | "text")[];
|
|
16036
|
+
cost: {
|
|
16037
|
+
input: number;
|
|
16038
|
+
output: number;
|
|
16039
|
+
cacheRead: number;
|
|
16040
|
+
cacheWrite: number;
|
|
16041
|
+
};
|
|
16042
|
+
contextWindow: number;
|
|
16043
|
+
maxTokens: number;
|
|
16044
|
+
};
|
|
16045
|
+
readonly "alibaba/qwen3.6-plus": {
|
|
16046
|
+
id: string;
|
|
16047
|
+
name: string;
|
|
16048
|
+
api: "anthropic-messages";
|
|
16049
|
+
provider: string;
|
|
16050
|
+
baseUrl: string;
|
|
16051
|
+
reasoning: true;
|
|
16052
|
+
input: ("image" | "text")[];
|
|
14303
16053
|
cost: {
|
|
14304
16054
|
input: number;
|
|
14305
16055
|
output: number;
|
|
@@ -14309,14 +16059,14 @@ export declare const MODELS: {
|
|
|
14309
16059
|
contextWindow: number;
|
|
14310
16060
|
maxTokens: number;
|
|
14311
16061
|
};
|
|
14312
|
-
readonly "alibaba/qwen3-
|
|
16062
|
+
readonly "alibaba/qwen3.7-max": {
|
|
14313
16063
|
id: string;
|
|
14314
16064
|
name: string;
|
|
14315
16065
|
api: "anthropic-messages";
|
|
14316
16066
|
provider: string;
|
|
14317
16067
|
baseUrl: string;
|
|
14318
16068
|
reasoning: true;
|
|
14319
|
-
input:
|
|
16069
|
+
input: "text"[];
|
|
14320
16070
|
cost: {
|
|
14321
16071
|
input: number;
|
|
14322
16072
|
output: number;
|
|
@@ -14326,7 +16076,7 @@ export declare const MODELS: {
|
|
|
14326
16076
|
contextWindow: number;
|
|
14327
16077
|
maxTokens: number;
|
|
14328
16078
|
};
|
|
14329
|
-
readonly "alibaba/qwen3.
|
|
16079
|
+
readonly "alibaba/qwen3.7-plus": {
|
|
14330
16080
|
id: string;
|
|
14331
16081
|
name: string;
|
|
14332
16082
|
api: "anthropic-messages";
|
|
@@ -14343,7 +16093,7 @@ export declare const MODELS: {
|
|
|
14343
16093
|
contextWindow: number;
|
|
14344
16094
|
maxTokens: number;
|
|
14345
16095
|
};
|
|
14346
|
-
readonly "
|
|
16096
|
+
readonly "amazon/nova-2-lite": {
|
|
14347
16097
|
id: string;
|
|
14348
16098
|
name: string;
|
|
14349
16099
|
api: "anthropic-messages";
|
|
@@ -14360,13 +16110,13 @@ export declare const MODELS: {
|
|
|
14360
16110
|
contextWindow: number;
|
|
14361
16111
|
maxTokens: number;
|
|
14362
16112
|
};
|
|
14363
|
-
readonly "
|
|
16113
|
+
readonly "amazon/nova-lite": {
|
|
14364
16114
|
id: string;
|
|
14365
16115
|
name: string;
|
|
14366
16116
|
api: "anthropic-messages";
|
|
14367
16117
|
provider: string;
|
|
14368
16118
|
baseUrl: string;
|
|
14369
|
-
reasoning:
|
|
16119
|
+
reasoning: false;
|
|
14370
16120
|
input: ("image" | "text")[];
|
|
14371
16121
|
cost: {
|
|
14372
16122
|
input: number;
|
|
@@ -14377,14 +16127,14 @@ export declare const MODELS: {
|
|
|
14377
16127
|
contextWindow: number;
|
|
14378
16128
|
maxTokens: number;
|
|
14379
16129
|
};
|
|
14380
|
-
readonly "
|
|
16130
|
+
readonly "amazon/nova-micro": {
|
|
14381
16131
|
id: string;
|
|
14382
16132
|
name: string;
|
|
14383
16133
|
api: "anthropic-messages";
|
|
14384
16134
|
provider: string;
|
|
14385
16135
|
baseUrl: string;
|
|
14386
|
-
reasoning:
|
|
14387
|
-
input:
|
|
16136
|
+
reasoning: false;
|
|
16137
|
+
input: "text"[];
|
|
14388
16138
|
cost: {
|
|
14389
16139
|
input: number;
|
|
14390
16140
|
output: number;
|
|
@@ -14394,14 +16144,14 @@ export declare const MODELS: {
|
|
|
14394
16144
|
contextWindow: number;
|
|
14395
16145
|
maxTokens: number;
|
|
14396
16146
|
};
|
|
14397
|
-
readonly "
|
|
16147
|
+
readonly "amazon/nova-pro": {
|
|
14398
16148
|
id: string;
|
|
14399
16149
|
name: string;
|
|
14400
16150
|
api: "anthropic-messages";
|
|
14401
16151
|
provider: string;
|
|
14402
16152
|
baseUrl: string;
|
|
14403
|
-
reasoning:
|
|
14404
|
-
input: "text"[];
|
|
16153
|
+
reasoning: false;
|
|
16154
|
+
input: ("image" | "text")[];
|
|
14405
16155
|
cost: {
|
|
14406
16156
|
input: number;
|
|
14407
16157
|
output: number;
|
|
@@ -14411,13 +16161,13 @@ export declare const MODELS: {
|
|
|
14411
16161
|
contextWindow: number;
|
|
14412
16162
|
maxTokens: number;
|
|
14413
16163
|
};
|
|
14414
|
-
readonly "
|
|
16164
|
+
readonly "anthropic/claude-3-haiku": {
|
|
14415
16165
|
id: string;
|
|
14416
16166
|
name: string;
|
|
14417
16167
|
api: "anthropic-messages";
|
|
14418
16168
|
provider: string;
|
|
14419
16169
|
baseUrl: string;
|
|
14420
|
-
reasoning:
|
|
16170
|
+
reasoning: false;
|
|
14421
16171
|
input: ("image" | "text")[];
|
|
14422
16172
|
cost: {
|
|
14423
16173
|
input: number;
|
|
@@ -14428,7 +16178,7 @@ export declare const MODELS: {
|
|
|
14428
16178
|
contextWindow: number;
|
|
14429
16179
|
maxTokens: number;
|
|
14430
16180
|
};
|
|
14431
|
-
readonly "anthropic/claude-3-haiku": {
|
|
16181
|
+
readonly "anthropic/claude-3.5-haiku": {
|
|
14432
16182
|
id: string;
|
|
14433
16183
|
name: string;
|
|
14434
16184
|
api: "anthropic-messages";
|
|
@@ -14445,13 +16195,13 @@ export declare const MODELS: {
|
|
|
14445
16195
|
contextWindow: number;
|
|
14446
16196
|
maxTokens: number;
|
|
14447
16197
|
};
|
|
14448
|
-
readonly "anthropic/claude-
|
|
16198
|
+
readonly "anthropic/claude-fable-5": {
|
|
14449
16199
|
id: string;
|
|
14450
16200
|
name: string;
|
|
14451
16201
|
api: "anthropic-messages";
|
|
14452
16202
|
provider: string;
|
|
14453
16203
|
baseUrl: string;
|
|
14454
|
-
reasoning:
|
|
16204
|
+
reasoning: true;
|
|
14455
16205
|
input: ("image" | "text")[];
|
|
14456
16206
|
cost: {
|
|
14457
16207
|
input: number;
|
|
@@ -14652,6 +16402,23 @@ export declare const MODELS: {
|
|
|
14652
16402
|
contextWindow: number;
|
|
14653
16403
|
maxTokens: number;
|
|
14654
16404
|
};
|
|
16405
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
16406
|
+
id: string;
|
|
16407
|
+
name: string;
|
|
16408
|
+
api: "anthropic-messages";
|
|
16409
|
+
provider: string;
|
|
16410
|
+
baseUrl: string;
|
|
16411
|
+
reasoning: true;
|
|
16412
|
+
input: ("image" | "text")[];
|
|
16413
|
+
cost: {
|
|
16414
|
+
input: number;
|
|
16415
|
+
output: number;
|
|
16416
|
+
cacheRead: number;
|
|
16417
|
+
cacheWrite: number;
|
|
16418
|
+
};
|
|
16419
|
+
contextWindow: number;
|
|
16420
|
+
maxTokens: number;
|
|
16421
|
+
};
|
|
14655
16422
|
readonly "arcee-ai/trinity-large-preview": {
|
|
14656
16423
|
id: string;
|
|
14657
16424
|
name: string;
|
|
@@ -14686,6 +16453,23 @@ export declare const MODELS: {
|
|
|
14686
16453
|
contextWindow: number;
|
|
14687
16454
|
maxTokens: number;
|
|
14688
16455
|
};
|
|
16456
|
+
readonly "arcee-ai/trinity-mini": {
|
|
16457
|
+
id: string;
|
|
16458
|
+
name: string;
|
|
16459
|
+
api: "anthropic-messages";
|
|
16460
|
+
provider: string;
|
|
16461
|
+
baseUrl: string;
|
|
16462
|
+
reasoning: false;
|
|
16463
|
+
input: "text"[];
|
|
16464
|
+
cost: {
|
|
16465
|
+
input: number;
|
|
16466
|
+
output: number;
|
|
16467
|
+
cacheRead: number;
|
|
16468
|
+
cacheWrite: number;
|
|
16469
|
+
};
|
|
16470
|
+
contextWindow: number;
|
|
16471
|
+
maxTokens: number;
|
|
16472
|
+
};
|
|
14689
16473
|
readonly "bytedance/seed-1.6": {
|
|
14690
16474
|
id: string;
|
|
14691
16475
|
name: string;
|
|
@@ -14693,7 +16477,24 @@ export declare const MODELS: {
|
|
|
14693
16477
|
provider: string;
|
|
14694
16478
|
baseUrl: string;
|
|
14695
16479
|
reasoning: true;
|
|
14696
|
-
input: "text"[];
|
|
16480
|
+
input: ("image" | "text")[];
|
|
16481
|
+
cost: {
|
|
16482
|
+
input: number;
|
|
16483
|
+
output: number;
|
|
16484
|
+
cacheRead: number;
|
|
16485
|
+
cacheWrite: number;
|
|
16486
|
+
};
|
|
16487
|
+
contextWindow: number;
|
|
16488
|
+
maxTokens: number;
|
|
16489
|
+
};
|
|
16490
|
+
readonly "bytedance/seed-1.8": {
|
|
16491
|
+
id: string;
|
|
16492
|
+
name: string;
|
|
16493
|
+
api: "anthropic-messages";
|
|
16494
|
+
provider: string;
|
|
16495
|
+
baseUrl: string;
|
|
16496
|
+
reasoning: true;
|
|
16497
|
+
input: ("image" | "text")[];
|
|
14697
16498
|
cost: {
|
|
14698
16499
|
input: number;
|
|
14699
16500
|
output: number;
|
|
@@ -14794,8 +16595,8 @@ export declare const MODELS: {
|
|
|
14794
16595
|
api: "anthropic-messages";
|
|
14795
16596
|
provider: string;
|
|
14796
16597
|
baseUrl: string;
|
|
14797
|
-
reasoning:
|
|
14798
|
-
input:
|
|
16598
|
+
reasoning: false;
|
|
16599
|
+
input: "text"[];
|
|
14799
16600
|
cost: {
|
|
14800
16601
|
input: number;
|
|
14801
16602
|
output: number;
|
|
@@ -14812,7 +16613,7 @@ export declare const MODELS: {
|
|
|
14812
16613
|
provider: string;
|
|
14813
16614
|
baseUrl: string;
|
|
14814
16615
|
reasoning: true;
|
|
14815
|
-
input:
|
|
16616
|
+
input: "text"[];
|
|
14816
16617
|
cost: {
|
|
14817
16618
|
input: number;
|
|
14818
16619
|
output: number;
|
|
@@ -14829,7 +16630,7 @@ export declare const MODELS: {
|
|
|
14829
16630
|
provider: string;
|
|
14830
16631
|
baseUrl: string;
|
|
14831
16632
|
reasoning: true;
|
|
14832
|
-
input:
|
|
16633
|
+
input: "text"[];
|
|
14833
16634
|
cost: {
|
|
14834
16635
|
input: number;
|
|
14835
16636
|
output: number;
|
|
@@ -15032,7 +16833,7 @@ export declare const MODELS: {
|
|
|
15032
16833
|
api: "anthropic-messages";
|
|
15033
16834
|
provider: string;
|
|
15034
16835
|
baseUrl: string;
|
|
15035
|
-
reasoning:
|
|
16836
|
+
reasoning: true;
|
|
15036
16837
|
input: ("image" | "text")[];
|
|
15037
16838
|
cost: {
|
|
15038
16839
|
input: number;
|
|
@@ -15077,6 +16878,57 @@ export declare const MODELS: {
|
|
|
15077
16878
|
contextWindow: number;
|
|
15078
16879
|
maxTokens: number;
|
|
15079
16880
|
};
|
|
16881
|
+
readonly "interfaze/interfaze-beta": {
|
|
16882
|
+
id: string;
|
|
16883
|
+
name: string;
|
|
16884
|
+
api: "anthropic-messages";
|
|
16885
|
+
provider: string;
|
|
16886
|
+
baseUrl: string;
|
|
16887
|
+
reasoning: true;
|
|
16888
|
+
input: ("image" | "text")[];
|
|
16889
|
+
cost: {
|
|
16890
|
+
input: number;
|
|
16891
|
+
output: number;
|
|
16892
|
+
cacheRead: number;
|
|
16893
|
+
cacheWrite: number;
|
|
16894
|
+
};
|
|
16895
|
+
contextWindow: number;
|
|
16896
|
+
maxTokens: number;
|
|
16897
|
+
};
|
|
16898
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
16899
|
+
id: string;
|
|
16900
|
+
name: string;
|
|
16901
|
+
api: "anthropic-messages";
|
|
16902
|
+
provider: string;
|
|
16903
|
+
baseUrl: string;
|
|
16904
|
+
reasoning: true;
|
|
16905
|
+
input: "text"[];
|
|
16906
|
+
cost: {
|
|
16907
|
+
input: number;
|
|
16908
|
+
output: number;
|
|
16909
|
+
cacheRead: number;
|
|
16910
|
+
cacheWrite: number;
|
|
16911
|
+
};
|
|
16912
|
+
contextWindow: number;
|
|
16913
|
+
maxTokens: number;
|
|
16914
|
+
};
|
|
16915
|
+
readonly "kwaipilot/kat-coder-pro-v1": {
|
|
16916
|
+
id: string;
|
|
16917
|
+
name: string;
|
|
16918
|
+
api: "anthropic-messages";
|
|
16919
|
+
provider: string;
|
|
16920
|
+
baseUrl: string;
|
|
16921
|
+
reasoning: false;
|
|
16922
|
+
input: "text"[];
|
|
16923
|
+
cost: {
|
|
16924
|
+
input: number;
|
|
16925
|
+
output: number;
|
|
16926
|
+
cacheRead: number;
|
|
16927
|
+
cacheWrite: number;
|
|
16928
|
+
};
|
|
16929
|
+
contextWindow: number;
|
|
16930
|
+
maxTokens: number;
|
|
16931
|
+
};
|
|
15080
16932
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
15081
16933
|
id: string;
|
|
15082
16934
|
name: string;
|
|
@@ -15094,6 +16946,23 @@ export declare const MODELS: {
|
|
|
15094
16946
|
contextWindow: number;
|
|
15095
16947
|
maxTokens: number;
|
|
15096
16948
|
};
|
|
16949
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
16950
|
+
id: string;
|
|
16951
|
+
name: string;
|
|
16952
|
+
api: "anthropic-messages";
|
|
16953
|
+
provider: string;
|
|
16954
|
+
baseUrl: string;
|
|
16955
|
+
reasoning: true;
|
|
16956
|
+
input: "text"[];
|
|
16957
|
+
cost: {
|
|
16958
|
+
input: number;
|
|
16959
|
+
output: number;
|
|
16960
|
+
cacheRead: number;
|
|
16961
|
+
cacheWrite: number;
|
|
16962
|
+
};
|
|
16963
|
+
contextWindow: number;
|
|
16964
|
+
maxTokens: number;
|
|
16965
|
+
};
|
|
15097
16966
|
readonly "meituan/longcat-flash-chat": {
|
|
15098
16967
|
id: string;
|
|
15099
16968
|
name: string;
|
|
@@ -15111,6 +16980,23 @@ export declare const MODELS: {
|
|
|
15111
16980
|
contextWindow: number;
|
|
15112
16981
|
maxTokens: number;
|
|
15113
16982
|
};
|
|
16983
|
+
readonly "meituan/longcat-flash-thinking-2601": {
|
|
16984
|
+
id: string;
|
|
16985
|
+
name: string;
|
|
16986
|
+
api: "anthropic-messages";
|
|
16987
|
+
provider: string;
|
|
16988
|
+
baseUrl: string;
|
|
16989
|
+
reasoning: true;
|
|
16990
|
+
input: "text"[];
|
|
16991
|
+
cost: {
|
|
16992
|
+
input: number;
|
|
16993
|
+
output: number;
|
|
16994
|
+
cacheRead: number;
|
|
16995
|
+
cacheWrite: number;
|
|
16996
|
+
};
|
|
16997
|
+
contextWindow: number;
|
|
16998
|
+
maxTokens: number;
|
|
16999
|
+
};
|
|
15114
17000
|
readonly "meta/llama-3.1-70b": {
|
|
15115
17001
|
id: string;
|
|
15116
17002
|
name: string;
|
|
@@ -15202,8 +17088,93 @@ export declare const MODELS: {
|
|
|
15202
17088
|
api: "anthropic-messages";
|
|
15203
17089
|
provider: string;
|
|
15204
17090
|
baseUrl: string;
|
|
15205
|
-
reasoning: false;
|
|
15206
|
-
input: ("image" | "text")[];
|
|
17091
|
+
reasoning: false;
|
|
17092
|
+
input: ("image" | "text")[];
|
|
17093
|
+
cost: {
|
|
17094
|
+
input: number;
|
|
17095
|
+
output: number;
|
|
17096
|
+
cacheRead: number;
|
|
17097
|
+
cacheWrite: number;
|
|
17098
|
+
};
|
|
17099
|
+
contextWindow: number;
|
|
17100
|
+
maxTokens: number;
|
|
17101
|
+
};
|
|
17102
|
+
readonly "meta/llama-4-scout": {
|
|
17103
|
+
id: string;
|
|
17104
|
+
name: string;
|
|
17105
|
+
api: "anthropic-messages";
|
|
17106
|
+
provider: string;
|
|
17107
|
+
baseUrl: string;
|
|
17108
|
+
reasoning: false;
|
|
17109
|
+
input: ("image" | "text")[];
|
|
17110
|
+
cost: {
|
|
17111
|
+
input: number;
|
|
17112
|
+
output: number;
|
|
17113
|
+
cacheRead: number;
|
|
17114
|
+
cacheWrite: number;
|
|
17115
|
+
};
|
|
17116
|
+
contextWindow: number;
|
|
17117
|
+
maxTokens: number;
|
|
17118
|
+
};
|
|
17119
|
+
readonly "meta/muse-spark-1.1": {
|
|
17120
|
+
id: string;
|
|
17121
|
+
name: string;
|
|
17122
|
+
api: "anthropic-messages";
|
|
17123
|
+
provider: string;
|
|
17124
|
+
baseUrl: string;
|
|
17125
|
+
reasoning: true;
|
|
17126
|
+
input: ("image" | "text")[];
|
|
17127
|
+
cost: {
|
|
17128
|
+
input: number;
|
|
17129
|
+
output: number;
|
|
17130
|
+
cacheRead: number;
|
|
17131
|
+
cacheWrite: number;
|
|
17132
|
+
};
|
|
17133
|
+
contextWindow: number;
|
|
17134
|
+
maxTokens: number;
|
|
17135
|
+
};
|
|
17136
|
+
readonly "minimax/minimax-m2": {
|
|
17137
|
+
id: string;
|
|
17138
|
+
name: string;
|
|
17139
|
+
api: "anthropic-messages";
|
|
17140
|
+
provider: string;
|
|
17141
|
+
baseUrl: string;
|
|
17142
|
+
reasoning: true;
|
|
17143
|
+
input: "text"[];
|
|
17144
|
+
cost: {
|
|
17145
|
+
input: number;
|
|
17146
|
+
output: number;
|
|
17147
|
+
cacheRead: number;
|
|
17148
|
+
cacheWrite: number;
|
|
17149
|
+
};
|
|
17150
|
+
contextWindow: number;
|
|
17151
|
+
maxTokens: number;
|
|
17152
|
+
};
|
|
17153
|
+
readonly "minimax/minimax-m2.1": {
|
|
17154
|
+
id: string;
|
|
17155
|
+
name: string;
|
|
17156
|
+
api: "anthropic-messages";
|
|
17157
|
+
provider: string;
|
|
17158
|
+
baseUrl: string;
|
|
17159
|
+
reasoning: true;
|
|
17160
|
+
input: "text"[];
|
|
17161
|
+
cost: {
|
|
17162
|
+
input: number;
|
|
17163
|
+
output: number;
|
|
17164
|
+
cacheRead: number;
|
|
17165
|
+
cacheWrite: number;
|
|
17166
|
+
};
|
|
17167
|
+
contextWindow: number;
|
|
17168
|
+
maxTokens: number;
|
|
17169
|
+
};
|
|
17170
|
+
readonly "minimax/minimax-m2.1-lightning": {
|
|
17171
|
+
id: string;
|
|
17172
|
+
name: string;
|
|
17173
|
+
api: "anthropic-messages";
|
|
17174
|
+
provider: string;
|
|
17175
|
+
baseUrl: string;
|
|
17176
|
+
reasoning: true;
|
|
17177
|
+
input: "text"[];
|
|
15207
17178
|
cost: {
|
|
15208
17179
|
input: number;
|
|
15209
17180
|
output: number;
|
|
@@ -15213,14 +17184,14 @@ export declare const MODELS: {
|
|
|
15213
17184
|
contextWindow: number;
|
|
15214
17185
|
maxTokens: number;
|
|
15215
17186
|
};
|
|
15216
|
-
readonly "
|
|
17187
|
+
readonly "minimax/minimax-m2.5": {
|
|
15217
17188
|
id: string;
|
|
15218
17189
|
name: string;
|
|
15219
17190
|
api: "anthropic-messages";
|
|
15220
17191
|
provider: string;
|
|
15221
17192
|
baseUrl: string;
|
|
15222
|
-
reasoning:
|
|
15223
|
-
input:
|
|
17193
|
+
reasoning: true;
|
|
17194
|
+
input: "text"[];
|
|
15224
17195
|
cost: {
|
|
15225
17196
|
input: number;
|
|
15226
17197
|
output: number;
|
|
@@ -15230,7 +17201,7 @@ export declare const MODELS: {
|
|
|
15230
17201
|
contextWindow: number;
|
|
15231
17202
|
maxTokens: number;
|
|
15232
17203
|
};
|
|
15233
|
-
readonly "minimax/minimax-m2": {
|
|
17204
|
+
readonly "minimax/minimax-m2.5-highspeed": {
|
|
15234
17205
|
id: string;
|
|
15235
17206
|
name: string;
|
|
15236
17207
|
api: "anthropic-messages";
|
|
@@ -15247,7 +17218,7 @@ export declare const MODELS: {
|
|
|
15247
17218
|
contextWindow: number;
|
|
15248
17219
|
maxTokens: number;
|
|
15249
17220
|
};
|
|
15250
|
-
readonly "minimax/minimax-m2.
|
|
17221
|
+
readonly "minimax/minimax-m2.7": {
|
|
15251
17222
|
id: string;
|
|
15252
17223
|
name: string;
|
|
15253
17224
|
api: "anthropic-messages";
|
|
@@ -15264,7 +17235,7 @@ export declare const MODELS: {
|
|
|
15264
17235
|
contextWindow: number;
|
|
15265
17236
|
maxTokens: number;
|
|
15266
17237
|
};
|
|
15267
|
-
readonly "minimax/minimax-m2.
|
|
17238
|
+
readonly "minimax/minimax-m2.7-highspeed": {
|
|
15268
17239
|
id: string;
|
|
15269
17240
|
name: string;
|
|
15270
17241
|
api: "anthropic-messages";
|
|
@@ -15281,14 +17252,14 @@ export declare const MODELS: {
|
|
|
15281
17252
|
contextWindow: number;
|
|
15282
17253
|
maxTokens: number;
|
|
15283
17254
|
};
|
|
15284
|
-
readonly "minimax/minimax-
|
|
17255
|
+
readonly "minimax/minimax-m3": {
|
|
15285
17256
|
id: string;
|
|
15286
17257
|
name: string;
|
|
15287
17258
|
api: "anthropic-messages";
|
|
15288
17259
|
provider: string;
|
|
15289
17260
|
baseUrl: string;
|
|
15290
17261
|
reasoning: true;
|
|
15291
|
-
input: "text"[];
|
|
17262
|
+
input: ("image" | "text")[];
|
|
15292
17263
|
cost: {
|
|
15293
17264
|
input: number;
|
|
15294
17265
|
output: number;
|
|
@@ -15298,13 +17269,13 @@ export declare const MODELS: {
|
|
|
15298
17269
|
contextWindow: number;
|
|
15299
17270
|
maxTokens: number;
|
|
15300
17271
|
};
|
|
15301
|
-
readonly "
|
|
17272
|
+
readonly "mistral/codestral": {
|
|
15302
17273
|
id: string;
|
|
15303
17274
|
name: string;
|
|
15304
17275
|
api: "anthropic-messages";
|
|
15305
17276
|
provider: string;
|
|
15306
17277
|
baseUrl: string;
|
|
15307
|
-
reasoning:
|
|
17278
|
+
reasoning: false;
|
|
15308
17279
|
input: "text"[];
|
|
15309
17280
|
cost: {
|
|
15310
17281
|
input: number;
|
|
@@ -15315,13 +17286,13 @@ export declare const MODELS: {
|
|
|
15315
17286
|
contextWindow: number;
|
|
15316
17287
|
maxTokens: number;
|
|
15317
17288
|
};
|
|
15318
|
-
readonly "
|
|
17289
|
+
readonly "mistral/devstral-2": {
|
|
15319
17290
|
id: string;
|
|
15320
17291
|
name: string;
|
|
15321
17292
|
api: "anthropic-messages";
|
|
15322
17293
|
provider: string;
|
|
15323
17294
|
baseUrl: string;
|
|
15324
|
-
reasoning:
|
|
17295
|
+
reasoning: false;
|
|
15325
17296
|
input: "text"[];
|
|
15326
17297
|
cost: {
|
|
15327
17298
|
input: number;
|
|
@@ -15332,13 +17303,13 @@ export declare const MODELS: {
|
|
|
15332
17303
|
contextWindow: number;
|
|
15333
17304
|
maxTokens: number;
|
|
15334
17305
|
};
|
|
15335
|
-
readonly "
|
|
17306
|
+
readonly "mistral/devstral-small": {
|
|
15336
17307
|
id: string;
|
|
15337
17308
|
name: string;
|
|
15338
17309
|
api: "anthropic-messages";
|
|
15339
17310
|
provider: string;
|
|
15340
17311
|
baseUrl: string;
|
|
15341
|
-
reasoning:
|
|
17312
|
+
reasoning: false;
|
|
15342
17313
|
input: "text"[];
|
|
15343
17314
|
cost: {
|
|
15344
17315
|
input: number;
|
|
@@ -15349,13 +17320,13 @@ export declare const MODELS: {
|
|
|
15349
17320
|
contextWindow: number;
|
|
15350
17321
|
maxTokens: number;
|
|
15351
17322
|
};
|
|
15352
|
-
readonly "
|
|
17323
|
+
readonly "mistral/devstral-small-2": {
|
|
15353
17324
|
id: string;
|
|
15354
17325
|
name: string;
|
|
15355
17326
|
api: "anthropic-messages";
|
|
15356
17327
|
provider: string;
|
|
15357
17328
|
baseUrl: string;
|
|
15358
|
-
reasoning:
|
|
17329
|
+
reasoning: false;
|
|
15359
17330
|
input: ("image" | "text")[];
|
|
15360
17331
|
cost: {
|
|
15361
17332
|
input: number;
|
|
@@ -15366,14 +17337,14 @@ export declare const MODELS: {
|
|
|
15366
17337
|
contextWindow: number;
|
|
15367
17338
|
maxTokens: number;
|
|
15368
17339
|
};
|
|
15369
|
-
readonly "mistral/
|
|
17340
|
+
readonly "mistral/magistral-medium": {
|
|
15370
17341
|
id: string;
|
|
15371
17342
|
name: string;
|
|
15372
17343
|
api: "anthropic-messages";
|
|
15373
17344
|
provider: string;
|
|
15374
17345
|
baseUrl: string;
|
|
15375
|
-
reasoning:
|
|
15376
|
-
input: "text"[];
|
|
17346
|
+
reasoning: true;
|
|
17347
|
+
input: ("image" | "text")[];
|
|
15377
17348
|
cost: {
|
|
15378
17349
|
input: number;
|
|
15379
17350
|
output: number;
|
|
@@ -15383,14 +17354,14 @@ export declare const MODELS: {
|
|
|
15383
17354
|
contextWindow: number;
|
|
15384
17355
|
maxTokens: number;
|
|
15385
17356
|
};
|
|
15386
|
-
readonly "mistral/
|
|
17357
|
+
readonly "mistral/magistral-small": {
|
|
15387
17358
|
id: string;
|
|
15388
17359
|
name: string;
|
|
15389
17360
|
api: "anthropic-messages";
|
|
15390
17361
|
provider: string;
|
|
15391
17362
|
baseUrl: string;
|
|
15392
|
-
reasoning:
|
|
15393
|
-
input: "text"[];
|
|
17363
|
+
reasoning: true;
|
|
17364
|
+
input: ("image" | "text")[];
|
|
15394
17365
|
cost: {
|
|
15395
17366
|
input: number;
|
|
15396
17367
|
output: number;
|
|
@@ -15400,14 +17371,14 @@ export declare const MODELS: {
|
|
|
15400
17371
|
contextWindow: number;
|
|
15401
17372
|
maxTokens: number;
|
|
15402
17373
|
};
|
|
15403
|
-
readonly "mistral/
|
|
17374
|
+
readonly "mistral/ministral-14b": {
|
|
15404
17375
|
id: string;
|
|
15405
17376
|
name: string;
|
|
15406
17377
|
api: "anthropic-messages";
|
|
15407
17378
|
provider: string;
|
|
15408
17379
|
baseUrl: string;
|
|
15409
17380
|
reasoning: false;
|
|
15410
|
-
input: "text"[];
|
|
17381
|
+
input: ("image" | "text")[];
|
|
15411
17382
|
cost: {
|
|
15412
17383
|
input: number;
|
|
15413
17384
|
output: number;
|
|
@@ -15417,7 +17388,7 @@ export declare const MODELS: {
|
|
|
15417
17388
|
contextWindow: number;
|
|
15418
17389
|
maxTokens: number;
|
|
15419
17390
|
};
|
|
15420
|
-
readonly "mistral/
|
|
17391
|
+
readonly "mistral/ministral-3b": {
|
|
15421
17392
|
id: string;
|
|
15422
17393
|
name: string;
|
|
15423
17394
|
api: "anthropic-messages";
|
|
@@ -15434,7 +17405,7 @@ export declare const MODELS: {
|
|
|
15434
17405
|
contextWindow: number;
|
|
15435
17406
|
maxTokens: number;
|
|
15436
17407
|
};
|
|
15437
|
-
readonly "mistral/ministral-
|
|
17408
|
+
readonly "mistral/ministral-8b": {
|
|
15438
17409
|
id: string;
|
|
15439
17410
|
name: string;
|
|
15440
17411
|
api: "anthropic-messages";
|
|
@@ -15451,14 +17422,14 @@ export declare const MODELS: {
|
|
|
15451
17422
|
contextWindow: number;
|
|
15452
17423
|
maxTokens: number;
|
|
15453
17424
|
};
|
|
15454
|
-
readonly "mistral/
|
|
17425
|
+
readonly "mistral/mistral-large-3": {
|
|
15455
17426
|
id: string;
|
|
15456
17427
|
name: string;
|
|
15457
17428
|
api: "anthropic-messages";
|
|
15458
17429
|
provider: string;
|
|
15459
17430
|
baseUrl: string;
|
|
15460
17431
|
reasoning: false;
|
|
15461
|
-
input: "text"[];
|
|
17432
|
+
input: ("image" | "text")[];
|
|
15462
17433
|
cost: {
|
|
15463
17434
|
input: number;
|
|
15464
17435
|
output: number;
|
|
@@ -15492,7 +17463,7 @@ export declare const MODELS: {
|
|
|
15492
17463
|
provider: string;
|
|
15493
17464
|
baseUrl: string;
|
|
15494
17465
|
reasoning: true;
|
|
15495
|
-
input: "text"[];
|
|
17466
|
+
input: ("image" | "text")[];
|
|
15496
17467
|
cost: {
|
|
15497
17468
|
input: number;
|
|
15498
17469
|
output: number;
|
|
@@ -15655,6 +17626,40 @@ export declare const MODELS: {
|
|
|
15655
17626
|
contextWindow: number;
|
|
15656
17627
|
maxTokens: number;
|
|
15657
17628
|
};
|
|
17629
|
+
readonly "moonshotai/kimi-k2.7-code-highspeed": {
|
|
17630
|
+
id: string;
|
|
17631
|
+
name: string;
|
|
17632
|
+
api: "anthropic-messages";
|
|
17633
|
+
provider: string;
|
|
17634
|
+
baseUrl: string;
|
|
17635
|
+
reasoning: true;
|
|
17636
|
+
input: ("image" | "text")[];
|
|
17637
|
+
cost: {
|
|
17638
|
+
input: number;
|
|
17639
|
+
output: number;
|
|
17640
|
+
cacheRead: number;
|
|
17641
|
+
cacheWrite: number;
|
|
17642
|
+
};
|
|
17643
|
+
contextWindow: number;
|
|
17644
|
+
maxTokens: number;
|
|
17645
|
+
};
|
|
17646
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
17647
|
+
id: string;
|
|
17648
|
+
name: string;
|
|
17649
|
+
api: "anthropic-messages";
|
|
17650
|
+
provider: string;
|
|
17651
|
+
baseUrl: string;
|
|
17652
|
+
reasoning: true;
|
|
17653
|
+
input: "text"[];
|
|
17654
|
+
cost: {
|
|
17655
|
+
input: number;
|
|
17656
|
+
output: number;
|
|
17657
|
+
cacheRead: number;
|
|
17658
|
+
cacheWrite: number;
|
|
17659
|
+
};
|
|
17660
|
+
contextWindow: number;
|
|
17661
|
+
maxTokens: number;
|
|
17662
|
+
};
|
|
15658
17663
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15659
17664
|
id: string;
|
|
15660
17665
|
name: string;
|
|
@@ -15723,6 +17728,23 @@ export declare const MODELS: {
|
|
|
15723
17728
|
contextWindow: number;
|
|
15724
17729
|
maxTokens: number;
|
|
15725
17730
|
};
|
|
17731
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
17732
|
+
id: string;
|
|
17733
|
+
name: string;
|
|
17734
|
+
api: "anthropic-messages";
|
|
17735
|
+
provider: string;
|
|
17736
|
+
baseUrl: string;
|
|
17737
|
+
reasoning: false;
|
|
17738
|
+
input: "text"[];
|
|
17739
|
+
cost: {
|
|
17740
|
+
input: number;
|
|
17741
|
+
output: number;
|
|
17742
|
+
cacheRead: number;
|
|
17743
|
+
cacheWrite: number;
|
|
17744
|
+
};
|
|
17745
|
+
contextWindow: number;
|
|
17746
|
+
maxTokens: number;
|
|
17747
|
+
};
|
|
15726
17748
|
readonly "openai/gpt-4-turbo": {
|
|
15727
17749
|
id: string;
|
|
15728
17750
|
name: string;
|
|
@@ -15848,7 +17870,7 @@ export declare const MODELS: {
|
|
|
15848
17870
|
api: "anthropic-messages";
|
|
15849
17871
|
provider: string;
|
|
15850
17872
|
baseUrl: string;
|
|
15851
|
-
reasoning:
|
|
17873
|
+
reasoning: false;
|
|
15852
17874
|
input: ("image" | "text")[];
|
|
15853
17875
|
cost: {
|
|
15854
17876
|
input: number;
|
|
@@ -15984,7 +18006,7 @@ export declare const MODELS: {
|
|
|
15984
18006
|
api: "anthropic-messages";
|
|
15985
18007
|
provider: string;
|
|
15986
18008
|
baseUrl: string;
|
|
15987
|
-
reasoning:
|
|
18009
|
+
reasoning: false;
|
|
15988
18010
|
input: ("image" | "text")[];
|
|
15989
18011
|
cost: {
|
|
15990
18012
|
input: number;
|
|
@@ -16038,7 +18060,7 @@ export declare const MODELS: {
|
|
|
16038
18060
|
api: "anthropic-messages";
|
|
16039
18061
|
provider: string;
|
|
16040
18062
|
baseUrl: string;
|
|
16041
|
-
reasoning:
|
|
18063
|
+
reasoning: false;
|
|
16042
18064
|
thinkingLevelMap: {
|
|
16043
18065
|
xhigh: string;
|
|
16044
18066
|
};
|
|
@@ -16098,7 +18120,7 @@ export declare const MODELS: {
|
|
|
16098
18120
|
api: "anthropic-messages";
|
|
16099
18121
|
provider: string;
|
|
16100
18122
|
baseUrl: string;
|
|
16101
|
-
reasoning:
|
|
18123
|
+
reasoning: false;
|
|
16102
18124
|
thinkingLevelMap: {
|
|
16103
18125
|
xhigh: string;
|
|
16104
18126
|
};
|
|
@@ -16255,14 +18277,17 @@ export declare const MODELS: {
|
|
|
16255
18277
|
contextWindow: number;
|
|
16256
18278
|
maxTokens: number;
|
|
16257
18279
|
};
|
|
16258
|
-
readonly "openai/gpt-
|
|
18280
|
+
readonly "openai/gpt-5.6-luna": {
|
|
16259
18281
|
id: string;
|
|
16260
18282
|
name: string;
|
|
16261
18283
|
api: "anthropic-messages";
|
|
16262
18284
|
provider: string;
|
|
16263
18285
|
baseUrl: string;
|
|
16264
18286
|
reasoning: true;
|
|
16265
|
-
|
|
18287
|
+
thinkingLevelMap: {
|
|
18288
|
+
xhigh: string;
|
|
18289
|
+
};
|
|
18290
|
+
input: ("image" | "text")[];
|
|
16266
18291
|
cost: {
|
|
16267
18292
|
input: number;
|
|
16268
18293
|
output: number;
|
|
@@ -16272,7 +18297,47 @@ export declare const MODELS: {
|
|
|
16272
18297
|
contextWindow: number;
|
|
16273
18298
|
maxTokens: number;
|
|
16274
18299
|
};
|
|
16275
|
-
readonly "openai/gpt-
|
|
18300
|
+
readonly "openai/gpt-5.6-sol": {
|
|
18301
|
+
id: string;
|
|
18302
|
+
name: string;
|
|
18303
|
+
api: "anthropic-messages";
|
|
18304
|
+
provider: string;
|
|
18305
|
+
baseUrl: string;
|
|
18306
|
+
reasoning: true;
|
|
18307
|
+
thinkingLevelMap: {
|
|
18308
|
+
xhigh: string;
|
|
18309
|
+
};
|
|
18310
|
+
input: ("image" | "text")[];
|
|
18311
|
+
cost: {
|
|
18312
|
+
input: number;
|
|
18313
|
+
output: number;
|
|
18314
|
+
cacheRead: number;
|
|
18315
|
+
cacheWrite: number;
|
|
18316
|
+
};
|
|
18317
|
+
contextWindow: number;
|
|
18318
|
+
maxTokens: number;
|
|
18319
|
+
};
|
|
18320
|
+
readonly "openai/gpt-5.6-terra": {
|
|
18321
|
+
id: string;
|
|
18322
|
+
name: string;
|
|
18323
|
+
api: "anthropic-messages";
|
|
18324
|
+
provider: string;
|
|
18325
|
+
baseUrl: string;
|
|
18326
|
+
reasoning: true;
|
|
18327
|
+
thinkingLevelMap: {
|
|
18328
|
+
xhigh: string;
|
|
18329
|
+
};
|
|
18330
|
+
input: ("image" | "text")[];
|
|
18331
|
+
cost: {
|
|
18332
|
+
input: number;
|
|
18333
|
+
output: number;
|
|
18334
|
+
cacheRead: number;
|
|
18335
|
+
cacheWrite: number;
|
|
18336
|
+
};
|
|
18337
|
+
contextWindow: number;
|
|
18338
|
+
maxTokens: number;
|
|
18339
|
+
};
|
|
18340
|
+
readonly "openai/gpt-oss-120b": {
|
|
16276
18341
|
id: string;
|
|
16277
18342
|
name: string;
|
|
16278
18343
|
api: "anthropic-messages";
|
|
@@ -16289,7 +18354,7 @@ export declare const MODELS: {
|
|
|
16289
18354
|
contextWindow: number;
|
|
16290
18355
|
maxTokens: number;
|
|
16291
18356
|
};
|
|
16292
|
-
readonly "openai/gpt-oss-
|
|
18357
|
+
readonly "openai/gpt-oss-20b": {
|
|
16293
18358
|
id: string;
|
|
16294
18359
|
name: string;
|
|
16295
18360
|
api: "anthropic-messages";
|
|
@@ -16306,14 +18371,14 @@ export declare const MODELS: {
|
|
|
16306
18371
|
contextWindow: number;
|
|
16307
18372
|
maxTokens: number;
|
|
16308
18373
|
};
|
|
16309
|
-
readonly "openai/
|
|
18374
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
16310
18375
|
id: string;
|
|
16311
18376
|
name: string;
|
|
16312
18377
|
api: "anthropic-messages";
|
|
16313
18378
|
provider: string;
|
|
16314
18379
|
baseUrl: string;
|
|
16315
18380
|
reasoning: true;
|
|
16316
|
-
input:
|
|
18381
|
+
input: "text"[];
|
|
16317
18382
|
cost: {
|
|
16318
18383
|
input: number;
|
|
16319
18384
|
output: number;
|
|
@@ -16323,7 +18388,7 @@ export declare const MODELS: {
|
|
|
16323
18388
|
contextWindow: number;
|
|
16324
18389
|
maxTokens: number;
|
|
16325
18390
|
};
|
|
16326
|
-
readonly "openai/
|
|
18391
|
+
readonly "openai/o1": {
|
|
16327
18392
|
id: string;
|
|
16328
18393
|
name: string;
|
|
16329
18394
|
api: "anthropic-messages";
|
|
@@ -16340,7 +18405,7 @@ export declare const MODELS: {
|
|
|
16340
18405
|
contextWindow: number;
|
|
16341
18406
|
maxTokens: number;
|
|
16342
18407
|
};
|
|
16343
|
-
readonly "openai/o3
|
|
18408
|
+
readonly "openai/o3": {
|
|
16344
18409
|
id: string;
|
|
16345
18410
|
name: string;
|
|
16346
18411
|
api: "anthropic-messages";
|
|
@@ -16357,14 +18422,14 @@ export declare const MODELS: {
|
|
|
16357
18422
|
contextWindow: number;
|
|
16358
18423
|
maxTokens: number;
|
|
16359
18424
|
};
|
|
16360
|
-
readonly "openai/o3-
|
|
18425
|
+
readonly "openai/o3-deep-research": {
|
|
16361
18426
|
id: string;
|
|
16362
18427
|
name: string;
|
|
16363
18428
|
api: "anthropic-messages";
|
|
16364
18429
|
provider: string;
|
|
16365
18430
|
baseUrl: string;
|
|
16366
18431
|
reasoning: true;
|
|
16367
|
-
input: "text"[];
|
|
18432
|
+
input: ("image" | "text")[];
|
|
16368
18433
|
cost: {
|
|
16369
18434
|
input: number;
|
|
16370
18435
|
output: number;
|
|
@@ -16374,14 +18439,14 @@ export declare const MODELS: {
|
|
|
16374
18439
|
contextWindow: number;
|
|
16375
18440
|
maxTokens: number;
|
|
16376
18441
|
};
|
|
16377
|
-
readonly "openai/o3-
|
|
18442
|
+
readonly "openai/o3-mini": {
|
|
16378
18443
|
id: string;
|
|
16379
18444
|
name: string;
|
|
16380
18445
|
api: "anthropic-messages";
|
|
16381
18446
|
provider: string;
|
|
16382
18447
|
baseUrl: string;
|
|
16383
18448
|
reasoning: true;
|
|
16384
|
-
input:
|
|
18449
|
+
input: "text"[];
|
|
16385
18450
|
cost: {
|
|
16386
18451
|
input: number;
|
|
16387
18452
|
output: number;
|
|
@@ -16391,7 +18456,7 @@ export declare const MODELS: {
|
|
|
16391
18456
|
contextWindow: number;
|
|
16392
18457
|
maxTokens: number;
|
|
16393
18458
|
};
|
|
16394
|
-
readonly "openai/
|
|
18459
|
+
readonly "openai/o3-pro": {
|
|
16395
18460
|
id: string;
|
|
16396
18461
|
name: string;
|
|
16397
18462
|
api: "anthropic-messages";
|
|
@@ -16408,13 +18473,13 @@ export declare const MODELS: {
|
|
|
16408
18473
|
contextWindow: number;
|
|
16409
18474
|
maxTokens: number;
|
|
16410
18475
|
};
|
|
16411
|
-
readonly "
|
|
18476
|
+
readonly "openai/o4-mini": {
|
|
16412
18477
|
id: string;
|
|
16413
18478
|
name: string;
|
|
16414
18479
|
api: "anthropic-messages";
|
|
16415
18480
|
provider: string;
|
|
16416
18481
|
baseUrl: string;
|
|
16417
|
-
reasoning:
|
|
18482
|
+
reasoning: true;
|
|
16418
18483
|
input: ("image" | "text")[];
|
|
16419
18484
|
cost: {
|
|
16420
18485
|
input: number;
|
|
@@ -16425,13 +18490,13 @@ export declare const MODELS: {
|
|
|
16425
18490
|
contextWindow: number;
|
|
16426
18491
|
maxTokens: number;
|
|
16427
18492
|
};
|
|
16428
|
-
readonly "
|
|
18493
|
+
readonly "sakana/fugu-ultra": {
|
|
16429
18494
|
id: string;
|
|
16430
18495
|
name: string;
|
|
16431
18496
|
api: "anthropic-messages";
|
|
16432
18497
|
provider: string;
|
|
16433
18498
|
baseUrl: string;
|
|
16434
|
-
reasoning:
|
|
18499
|
+
reasoning: true;
|
|
16435
18500
|
input: ("image" | "text")[];
|
|
16436
18501
|
cost: {
|
|
16437
18502
|
input: number;
|
|
@@ -16629,6 +18694,23 @@ export declare const MODELS: {
|
|
|
16629
18694
|
contextWindow: number;
|
|
16630
18695
|
maxTokens: number;
|
|
16631
18696
|
};
|
|
18697
|
+
readonly "xai/grok-4.5": {
|
|
18698
|
+
id: string;
|
|
18699
|
+
name: string;
|
|
18700
|
+
api: "anthropic-messages";
|
|
18701
|
+
provider: string;
|
|
18702
|
+
baseUrl: string;
|
|
18703
|
+
reasoning: true;
|
|
18704
|
+
input: ("image" | "text")[];
|
|
18705
|
+
cost: {
|
|
18706
|
+
input: number;
|
|
18707
|
+
output: number;
|
|
18708
|
+
cacheRead: number;
|
|
18709
|
+
cacheWrite: number;
|
|
18710
|
+
};
|
|
18711
|
+
contextWindow: number;
|
|
18712
|
+
maxTokens: number;
|
|
18713
|
+
};
|
|
16632
18714
|
readonly "xai/grok-build-0.1": {
|
|
16633
18715
|
id: string;
|
|
16634
18716
|
name: string;
|
|
@@ -16704,7 +18786,7 @@ export declare const MODELS: {
|
|
|
16704
18786
|
provider: string;
|
|
16705
18787
|
baseUrl: string;
|
|
16706
18788
|
reasoning: true;
|
|
16707
|
-
input:
|
|
18789
|
+
input: "text"[];
|
|
16708
18790
|
cost: {
|
|
16709
18791
|
input: number;
|
|
16710
18792
|
output: number;
|
|
@@ -16908,7 +18990,41 @@ export declare const MODELS: {
|
|
|
16908
18990
|
provider: string;
|
|
16909
18991
|
baseUrl: string;
|
|
16910
18992
|
reasoning: true;
|
|
16911
|
-
input:
|
|
18993
|
+
input: "text"[];
|
|
18994
|
+
cost: {
|
|
18995
|
+
input: number;
|
|
18996
|
+
output: number;
|
|
18997
|
+
cacheRead: number;
|
|
18998
|
+
cacheWrite: number;
|
|
18999
|
+
};
|
|
19000
|
+
contextWindow: number;
|
|
19001
|
+
maxTokens: number;
|
|
19002
|
+
};
|
|
19003
|
+
readonly "zai/glm-5.2": {
|
|
19004
|
+
id: string;
|
|
19005
|
+
name: string;
|
|
19006
|
+
api: "anthropic-messages";
|
|
19007
|
+
provider: string;
|
|
19008
|
+
baseUrl: string;
|
|
19009
|
+
reasoning: true;
|
|
19010
|
+
input: "text"[];
|
|
19011
|
+
cost: {
|
|
19012
|
+
input: number;
|
|
19013
|
+
output: number;
|
|
19014
|
+
cacheRead: number;
|
|
19015
|
+
cacheWrite: number;
|
|
19016
|
+
};
|
|
19017
|
+
contextWindow: number;
|
|
19018
|
+
maxTokens: number;
|
|
19019
|
+
};
|
|
19020
|
+
readonly "zai/glm-5.2-fast": {
|
|
19021
|
+
id: string;
|
|
19022
|
+
name: string;
|
|
19023
|
+
api: "anthropic-messages";
|
|
19024
|
+
provider: string;
|
|
19025
|
+
baseUrl: string;
|
|
19026
|
+
reasoning: true;
|
|
19027
|
+
input: "text"[];
|
|
16912
19028
|
cost: {
|
|
16913
19029
|
input: number;
|
|
16914
19030
|
output: number;
|
|
@@ -17022,6 +19138,23 @@ export declare const MODELS: {
|
|
|
17022
19138
|
contextWindow: number;
|
|
17023
19139
|
maxTokens: number;
|
|
17024
19140
|
};
|
|
19141
|
+
readonly "grok-4.5": {
|
|
19142
|
+
id: string;
|
|
19143
|
+
name: string;
|
|
19144
|
+
api: "openai-completions";
|
|
19145
|
+
provider: string;
|
|
19146
|
+
baseUrl: string;
|
|
19147
|
+
reasoning: true;
|
|
19148
|
+
input: ("image" | "text")[];
|
|
19149
|
+
cost: {
|
|
19150
|
+
input: number;
|
|
19151
|
+
output: number;
|
|
19152
|
+
cacheRead: number;
|
|
19153
|
+
cacheWrite: number;
|
|
19154
|
+
};
|
|
19155
|
+
contextWindow: number;
|
|
19156
|
+
maxTokens: number;
|
|
19157
|
+
};
|
|
17025
19158
|
readonly "grok-build-0.1": {
|
|
17026
19159
|
id: string;
|
|
17027
19160
|
name: string;
|