@dreb/ai 2.34.2 → 2.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +1000 -264
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1035 -330
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -68,6 +68,23 @@ export declare const MODELS: {
|
|
|
68
68
|
contextWindow: number;
|
|
69
69
|
maxTokens: number;
|
|
70
70
|
};
|
|
71
|
+
readonly "anthropic.claude-fable-5": {
|
|
72
|
+
id: string;
|
|
73
|
+
name: string;
|
|
74
|
+
api: "bedrock-converse-stream";
|
|
75
|
+
provider: string;
|
|
76
|
+
baseUrl: string;
|
|
77
|
+
reasoning: true;
|
|
78
|
+
input: ("image" | "text")[];
|
|
79
|
+
cost: {
|
|
80
|
+
input: number;
|
|
81
|
+
output: number;
|
|
82
|
+
cacheRead: number;
|
|
83
|
+
cacheWrite: number;
|
|
84
|
+
};
|
|
85
|
+
contextWindow: number;
|
|
86
|
+
maxTokens: number;
|
|
87
|
+
};
|
|
71
88
|
readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
72
89
|
id: string;
|
|
73
90
|
name: string;
|
|
@@ -204,6 +221,23 @@ export declare const MODELS: {
|
|
|
204
221
|
contextWindow: number;
|
|
205
222
|
maxTokens: number;
|
|
206
223
|
};
|
|
224
|
+
readonly "anthropic.claude-sonnet-5": {
|
|
225
|
+
id: string;
|
|
226
|
+
name: string;
|
|
227
|
+
api: "bedrock-converse-stream";
|
|
228
|
+
provider: string;
|
|
229
|
+
baseUrl: string;
|
|
230
|
+
reasoning: true;
|
|
231
|
+
input: ("image" | "text")[];
|
|
232
|
+
cost: {
|
|
233
|
+
input: number;
|
|
234
|
+
output: number;
|
|
235
|
+
cacheRead: number;
|
|
236
|
+
cacheWrite: number;
|
|
237
|
+
};
|
|
238
|
+
contextWindow: number;
|
|
239
|
+
maxTokens: number;
|
|
240
|
+
};
|
|
207
241
|
readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
208
242
|
id: string;
|
|
209
243
|
name: string;
|
|
@@ -289,6 +323,23 @@ export declare const MODELS: {
|
|
|
289
323
|
contextWindow: number;
|
|
290
324
|
maxTokens: number;
|
|
291
325
|
};
|
|
326
|
+
readonly "au.anthropic.claude-sonnet-5": {
|
|
327
|
+
id: string;
|
|
328
|
+
name: string;
|
|
329
|
+
api: "bedrock-converse-stream";
|
|
330
|
+
provider: string;
|
|
331
|
+
baseUrl: string;
|
|
332
|
+
reasoning: true;
|
|
333
|
+
input: ("image" | "text")[];
|
|
334
|
+
cost: {
|
|
335
|
+
input: number;
|
|
336
|
+
output: number;
|
|
337
|
+
cacheRead: number;
|
|
338
|
+
cacheWrite: number;
|
|
339
|
+
};
|
|
340
|
+
contextWindow: number;
|
|
341
|
+
maxTokens: number;
|
|
342
|
+
};
|
|
292
343
|
readonly "deepseek.r1-v1:0": {
|
|
293
344
|
id: string;
|
|
294
345
|
name: string;
|
|
@@ -476,6 +527,23 @@ export declare const MODELS: {
|
|
|
476
527
|
contextWindow: number;
|
|
477
528
|
maxTokens: number;
|
|
478
529
|
};
|
|
530
|
+
readonly "eu.anthropic.claude-sonnet-5": {
|
|
531
|
+
id: string;
|
|
532
|
+
name: string;
|
|
533
|
+
api: "bedrock-converse-stream";
|
|
534
|
+
provider: string;
|
|
535
|
+
baseUrl: string;
|
|
536
|
+
reasoning: true;
|
|
537
|
+
input: ("image" | "text")[];
|
|
538
|
+
cost: {
|
|
539
|
+
input: number;
|
|
540
|
+
output: number;
|
|
541
|
+
cacheRead: number;
|
|
542
|
+
cacheWrite: number;
|
|
543
|
+
};
|
|
544
|
+
contextWindow: number;
|
|
545
|
+
maxTokens: number;
|
|
546
|
+
};
|
|
479
547
|
readonly "global.anthropic.claude-fable-5": {
|
|
480
548
|
id: string;
|
|
481
549
|
name: string;
|
|
@@ -612,6 +680,23 @@ export declare const MODELS: {
|
|
|
612
680
|
contextWindow: number;
|
|
613
681
|
maxTokens: number;
|
|
614
682
|
};
|
|
683
|
+
readonly "global.anthropic.claude-sonnet-5": {
|
|
684
|
+
id: string;
|
|
685
|
+
name: string;
|
|
686
|
+
api: "bedrock-converse-stream";
|
|
687
|
+
provider: string;
|
|
688
|
+
baseUrl: string;
|
|
689
|
+
reasoning: true;
|
|
690
|
+
input: ("image" | "text")[];
|
|
691
|
+
cost: {
|
|
692
|
+
input: number;
|
|
693
|
+
output: number;
|
|
694
|
+
cacheRead: number;
|
|
695
|
+
cacheWrite: number;
|
|
696
|
+
};
|
|
697
|
+
contextWindow: number;
|
|
698
|
+
maxTokens: number;
|
|
699
|
+
};
|
|
615
700
|
readonly "google.gemma-3-27b-it": {
|
|
616
701
|
id: string;
|
|
617
702
|
name: string;
|
|
@@ -646,6 +731,23 @@ export declare const MODELS: {
|
|
|
646
731
|
contextWindow: number;
|
|
647
732
|
maxTokens: number;
|
|
648
733
|
};
|
|
734
|
+
readonly "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
735
|
+
id: string;
|
|
736
|
+
name: string;
|
|
737
|
+
api: "bedrock-converse-stream";
|
|
738
|
+
provider: string;
|
|
739
|
+
baseUrl: string;
|
|
740
|
+
reasoning: true;
|
|
741
|
+
input: ("image" | "text")[];
|
|
742
|
+
cost: {
|
|
743
|
+
input: number;
|
|
744
|
+
output: number;
|
|
745
|
+
cacheRead: number;
|
|
746
|
+
cacheWrite: number;
|
|
747
|
+
};
|
|
748
|
+
contextWindow: number;
|
|
749
|
+
maxTokens: number;
|
|
750
|
+
};
|
|
649
751
|
readonly "jp.anthropic.claude-opus-4-7": {
|
|
650
752
|
id: string;
|
|
651
753
|
name: string;
|
|
@@ -714,6 +816,23 @@ export declare const MODELS: {
|
|
|
714
816
|
contextWindow: number;
|
|
715
817
|
maxTokens: number;
|
|
716
818
|
};
|
|
819
|
+
readonly "jp.anthropic.claude-sonnet-5": {
|
|
820
|
+
id: string;
|
|
821
|
+
name: string;
|
|
822
|
+
api: "bedrock-converse-stream";
|
|
823
|
+
provider: string;
|
|
824
|
+
baseUrl: string;
|
|
825
|
+
reasoning: true;
|
|
826
|
+
input: ("image" | "text")[];
|
|
827
|
+
cost: {
|
|
828
|
+
input: number;
|
|
829
|
+
output: number;
|
|
830
|
+
cacheRead: number;
|
|
831
|
+
cacheWrite: number;
|
|
832
|
+
};
|
|
833
|
+
contextWindow: number;
|
|
834
|
+
maxTokens: number;
|
|
835
|
+
};
|
|
717
836
|
readonly "meta.llama3-1-70b-instruct-v1:0": {
|
|
718
837
|
id: string;
|
|
719
838
|
name: string;
|
|
@@ -1513,14 +1632,14 @@ export declare const MODELS: {
|
|
|
1513
1632
|
contextWindow: number;
|
|
1514
1633
|
maxTokens: number;
|
|
1515
1634
|
};
|
|
1516
|
-
readonly "us.
|
|
1635
|
+
readonly "us.anthropic.claude-sonnet-5": {
|
|
1517
1636
|
id: string;
|
|
1518
1637
|
name: string;
|
|
1519
1638
|
api: "bedrock-converse-stream";
|
|
1520
1639
|
provider: string;
|
|
1521
1640
|
baseUrl: string;
|
|
1522
1641
|
reasoning: true;
|
|
1523
|
-
input: "text"[];
|
|
1642
|
+
input: ("image" | "text")[];
|
|
1524
1643
|
cost: {
|
|
1525
1644
|
input: number;
|
|
1526
1645
|
output: number;
|
|
@@ -1530,14 +1649,14 @@ export declare const MODELS: {
|
|
|
1530
1649
|
contextWindow: number;
|
|
1531
1650
|
maxTokens: number;
|
|
1532
1651
|
};
|
|
1533
|
-
readonly "us.
|
|
1652
|
+
readonly "us.deepseek.r1-v1:0": {
|
|
1534
1653
|
id: string;
|
|
1535
1654
|
name: string;
|
|
1536
1655
|
api: "bedrock-converse-stream";
|
|
1537
1656
|
provider: string;
|
|
1538
1657
|
baseUrl: string;
|
|
1539
|
-
reasoning:
|
|
1540
|
-
input:
|
|
1658
|
+
reasoning: true;
|
|
1659
|
+
input: "text"[];
|
|
1541
1660
|
cost: {
|
|
1542
1661
|
input: number;
|
|
1543
1662
|
output: number;
|
|
@@ -1547,7 +1666,7 @@ export declare const MODELS: {
|
|
|
1547
1666
|
contextWindow: number;
|
|
1548
1667
|
maxTokens: number;
|
|
1549
1668
|
};
|
|
1550
|
-
readonly "us.meta.llama4-
|
|
1669
|
+
readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
|
|
1551
1670
|
id: string;
|
|
1552
1671
|
name: string;
|
|
1553
1672
|
api: "bedrock-converse-stream";
|
|
@@ -1564,14 +1683,14 @@ export declare const MODELS: {
|
|
|
1564
1683
|
contextWindow: number;
|
|
1565
1684
|
maxTokens: number;
|
|
1566
1685
|
};
|
|
1567
|
-
readonly "
|
|
1686
|
+
readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
|
|
1568
1687
|
id: string;
|
|
1569
1688
|
name: string;
|
|
1570
1689
|
api: "bedrock-converse-stream";
|
|
1571
1690
|
provider: string;
|
|
1572
1691
|
baseUrl: string;
|
|
1573
|
-
reasoning:
|
|
1574
|
-
input: "text"[];
|
|
1692
|
+
reasoning: false;
|
|
1693
|
+
input: ("image" | "text")[];
|
|
1575
1694
|
cost: {
|
|
1576
1695
|
input: number;
|
|
1577
1696
|
output: number;
|
|
@@ -1581,7 +1700,7 @@ export declare const MODELS: {
|
|
|
1581
1700
|
contextWindow: number;
|
|
1582
1701
|
maxTokens: number;
|
|
1583
1702
|
};
|
|
1584
|
-
readonly "writer.palmyra-
|
|
1703
|
+
readonly "writer.palmyra-x4-v1:0": {
|
|
1585
1704
|
id: string;
|
|
1586
1705
|
name: string;
|
|
1587
1706
|
api: "bedrock-converse-stream";
|
|
@@ -1598,7 +1717,7 @@ export declare const MODELS: {
|
|
|
1598
1717
|
contextWindow: number;
|
|
1599
1718
|
maxTokens: number;
|
|
1600
1719
|
};
|
|
1601
|
-
readonly "
|
|
1720
|
+
readonly "writer.palmyra-x5-v1:0": {
|
|
1602
1721
|
id: string;
|
|
1603
1722
|
name: string;
|
|
1604
1723
|
api: "bedrock-converse-stream";
|
|
@@ -1615,14 +1734,14 @@ export declare const MODELS: {
|
|
|
1615
1734
|
contextWindow: number;
|
|
1616
1735
|
maxTokens: number;
|
|
1617
1736
|
};
|
|
1618
|
-
readonly "
|
|
1737
|
+
readonly "xai.grok-4.3": {
|
|
1619
1738
|
id: string;
|
|
1620
1739
|
name: string;
|
|
1621
1740
|
api: "bedrock-converse-stream";
|
|
1622
1741
|
provider: string;
|
|
1623
1742
|
baseUrl: string;
|
|
1624
1743
|
reasoning: true;
|
|
1625
|
-
input: "text"[];
|
|
1744
|
+
input: ("image" | "text")[];
|
|
1626
1745
|
cost: {
|
|
1627
1746
|
input: number;
|
|
1628
1747
|
output: number;
|
|
@@ -1632,7 +1751,7 @@ export declare const MODELS: {
|
|
|
1632
1751
|
contextWindow: number;
|
|
1633
1752
|
maxTokens: number;
|
|
1634
1753
|
};
|
|
1635
|
-
readonly "zai.glm-
|
|
1754
|
+
readonly "zai.glm-4.7": {
|
|
1636
1755
|
id: string;
|
|
1637
1756
|
name: string;
|
|
1638
1757
|
api: "bedrock-converse-stream";
|
|
@@ -1649,67 +1768,14 @@ export declare const MODELS: {
|
|
|
1649
1768
|
contextWindow: number;
|
|
1650
1769
|
maxTokens: number;
|
|
1651
1770
|
};
|
|
1652
|
-
|
|
1653
|
-
readonly anthropic: {
|
|
1654
|
-
readonly "claude-3-5-sonnet-20240620": {
|
|
1655
|
-
id: string;
|
|
1656
|
-
name: string;
|
|
1657
|
-
api: "anthropic-messages";
|
|
1658
|
-
provider: string;
|
|
1659
|
-
baseUrl: string;
|
|
1660
|
-
reasoning: false;
|
|
1661
|
-
input: ("image" | "text")[];
|
|
1662
|
-
cost: {
|
|
1663
|
-
input: number;
|
|
1664
|
-
output: number;
|
|
1665
|
-
cacheRead: number;
|
|
1666
|
-
cacheWrite: number;
|
|
1667
|
-
};
|
|
1668
|
-
contextWindow: number;
|
|
1669
|
-
maxTokens: number;
|
|
1670
|
-
};
|
|
1671
|
-
readonly "claude-3-5-sonnet-20241022": {
|
|
1672
|
-
id: string;
|
|
1673
|
-
name: string;
|
|
1674
|
-
api: "anthropic-messages";
|
|
1675
|
-
provider: string;
|
|
1676
|
-
baseUrl: string;
|
|
1677
|
-
reasoning: false;
|
|
1678
|
-
input: ("image" | "text")[];
|
|
1679
|
-
cost: {
|
|
1680
|
-
input: number;
|
|
1681
|
-
output: number;
|
|
1682
|
-
cacheRead: number;
|
|
1683
|
-
cacheWrite: number;
|
|
1684
|
-
};
|
|
1685
|
-
contextWindow: number;
|
|
1686
|
-
maxTokens: number;
|
|
1687
|
-
};
|
|
1688
|
-
readonly "claude-3-7-sonnet-20250219": {
|
|
1771
|
+
readonly "zai.glm-4.7-flash": {
|
|
1689
1772
|
id: string;
|
|
1690
1773
|
name: string;
|
|
1691
|
-
api: "
|
|
1774
|
+
api: "bedrock-converse-stream";
|
|
1692
1775
|
provider: string;
|
|
1693
1776
|
baseUrl: string;
|
|
1694
1777
|
reasoning: true;
|
|
1695
|
-
input:
|
|
1696
|
-
cost: {
|
|
1697
|
-
input: number;
|
|
1698
|
-
output: number;
|
|
1699
|
-
cacheRead: number;
|
|
1700
|
-
cacheWrite: number;
|
|
1701
|
-
};
|
|
1702
|
-
contextWindow: number;
|
|
1703
|
-
maxTokens: number;
|
|
1704
|
-
};
|
|
1705
|
-
readonly "claude-3-haiku-20240307": {
|
|
1706
|
-
id: string;
|
|
1707
|
-
name: string;
|
|
1708
|
-
api: "anthropic-messages";
|
|
1709
|
-
provider: string;
|
|
1710
|
-
baseUrl: string;
|
|
1711
|
-
reasoning: false;
|
|
1712
|
-
input: ("image" | "text")[];
|
|
1778
|
+
input: "text"[];
|
|
1713
1779
|
cost: {
|
|
1714
1780
|
input: number;
|
|
1715
1781
|
output: number;
|
|
@@ -1719,14 +1785,14 @@ export declare const MODELS: {
|
|
|
1719
1785
|
contextWindow: number;
|
|
1720
1786
|
maxTokens: number;
|
|
1721
1787
|
};
|
|
1722
|
-
readonly "
|
|
1788
|
+
readonly "zai.glm-5": {
|
|
1723
1789
|
id: string;
|
|
1724
1790
|
name: string;
|
|
1725
|
-
api: "
|
|
1791
|
+
api: "bedrock-converse-stream";
|
|
1726
1792
|
provider: string;
|
|
1727
1793
|
baseUrl: string;
|
|
1728
|
-
reasoning:
|
|
1729
|
-
input:
|
|
1794
|
+
reasoning: true;
|
|
1795
|
+
input: "text"[];
|
|
1730
1796
|
cost: {
|
|
1731
1797
|
input: number;
|
|
1732
1798
|
output: number;
|
|
@@ -1736,13 +1802,15 @@ export declare const MODELS: {
|
|
|
1736
1802
|
contextWindow: number;
|
|
1737
1803
|
maxTokens: number;
|
|
1738
1804
|
};
|
|
1739
|
-
|
|
1805
|
+
};
|
|
1806
|
+
readonly anthropic: {
|
|
1807
|
+
readonly "claude-fable-5": {
|
|
1740
1808
|
id: string;
|
|
1741
1809
|
name: string;
|
|
1742
1810
|
api: "anthropic-messages";
|
|
1743
1811
|
provider: string;
|
|
1744
1812
|
baseUrl: string;
|
|
1745
|
-
reasoning:
|
|
1813
|
+
reasoning: true;
|
|
1746
1814
|
input: ("image" | "text")[];
|
|
1747
1815
|
cost: {
|
|
1748
1816
|
input: number;
|
|
@@ -1753,7 +1821,7 @@ export declare const MODELS: {
|
|
|
1753
1821
|
contextWindow: number;
|
|
1754
1822
|
maxTokens: number;
|
|
1755
1823
|
};
|
|
1756
|
-
readonly "claude-
|
|
1824
|
+
readonly "claude-haiku-4-5": {
|
|
1757
1825
|
id: string;
|
|
1758
1826
|
name: string;
|
|
1759
1827
|
api: "anthropic-messages";
|
|
@@ -1770,7 +1838,7 @@ export declare const MODELS: {
|
|
|
1770
1838
|
contextWindow: number;
|
|
1771
1839
|
maxTokens: number;
|
|
1772
1840
|
};
|
|
1773
|
-
readonly "claude-haiku-4-5": {
|
|
1841
|
+
readonly "claude-haiku-4-5-20251001": {
|
|
1774
1842
|
id: string;
|
|
1775
1843
|
name: string;
|
|
1776
1844
|
api: "anthropic-messages";
|
|
@@ -1787,7 +1855,7 @@ export declare const MODELS: {
|
|
|
1787
1855
|
contextWindow: number;
|
|
1788
1856
|
maxTokens: number;
|
|
1789
1857
|
};
|
|
1790
|
-
readonly "claude-
|
|
1858
|
+
readonly "claude-opus-4-1": {
|
|
1791
1859
|
id: string;
|
|
1792
1860
|
name: string;
|
|
1793
1861
|
api: "anthropic-messages";
|
|
@@ -1804,7 +1872,7 @@ export declare const MODELS: {
|
|
|
1804
1872
|
contextWindow: number;
|
|
1805
1873
|
maxTokens: number;
|
|
1806
1874
|
};
|
|
1807
|
-
readonly "claude-opus-4-
|
|
1875
|
+
readonly "claude-opus-4-1-20250805": {
|
|
1808
1876
|
id: string;
|
|
1809
1877
|
name: string;
|
|
1810
1878
|
api: "anthropic-messages";
|
|
@@ -1821,7 +1889,7 @@ export declare const MODELS: {
|
|
|
1821
1889
|
contextWindow: number;
|
|
1822
1890
|
maxTokens: number;
|
|
1823
1891
|
};
|
|
1824
|
-
readonly "claude-opus-4-
|
|
1892
|
+
readonly "claude-opus-4-5": {
|
|
1825
1893
|
id: string;
|
|
1826
1894
|
name: string;
|
|
1827
1895
|
api: "anthropic-messages";
|
|
@@ -1838,7 +1906,7 @@ export declare const MODELS: {
|
|
|
1838
1906
|
contextWindow: number;
|
|
1839
1907
|
maxTokens: number;
|
|
1840
1908
|
};
|
|
1841
|
-
readonly "claude-opus-4-
|
|
1909
|
+
readonly "claude-opus-4-5-20251101": {
|
|
1842
1910
|
id: string;
|
|
1843
1911
|
name: string;
|
|
1844
1912
|
api: "anthropic-messages";
|
|
@@ -1855,7 +1923,7 @@ export declare const MODELS: {
|
|
|
1855
1923
|
contextWindow: number;
|
|
1856
1924
|
maxTokens: number;
|
|
1857
1925
|
};
|
|
1858
|
-
readonly "claude-opus-4-
|
|
1926
|
+
readonly "claude-opus-4-6": {
|
|
1859
1927
|
id: string;
|
|
1860
1928
|
name: string;
|
|
1861
1929
|
api: "anthropic-messages";
|
|
@@ -1872,7 +1940,7 @@ export declare const MODELS: {
|
|
|
1872
1940
|
contextWindow: number;
|
|
1873
1941
|
maxTokens: number;
|
|
1874
1942
|
};
|
|
1875
|
-
readonly "claude-opus-4-
|
|
1943
|
+
readonly "claude-opus-4-7": {
|
|
1876
1944
|
id: string;
|
|
1877
1945
|
name: string;
|
|
1878
1946
|
api: "anthropic-messages";
|
|
@@ -1889,7 +1957,7 @@ export declare const MODELS: {
|
|
|
1889
1957
|
contextWindow: number;
|
|
1890
1958
|
maxTokens: number;
|
|
1891
1959
|
};
|
|
1892
|
-
readonly "claude-opus-4-
|
|
1960
|
+
readonly "claude-opus-4-8": {
|
|
1893
1961
|
id: string;
|
|
1894
1962
|
name: string;
|
|
1895
1963
|
api: "anthropic-messages";
|
|
@@ -1906,7 +1974,7 @@ export declare const MODELS: {
|
|
|
1906
1974
|
contextWindow: number;
|
|
1907
1975
|
maxTokens: number;
|
|
1908
1976
|
};
|
|
1909
|
-
readonly "claude-
|
|
1977
|
+
readonly "claude-sonnet-4-5": {
|
|
1910
1978
|
id: string;
|
|
1911
1979
|
name: string;
|
|
1912
1980
|
api: "anthropic-messages";
|
|
@@ -1923,7 +1991,7 @@ export declare const MODELS: {
|
|
|
1923
1991
|
contextWindow: number;
|
|
1924
1992
|
maxTokens: number;
|
|
1925
1993
|
};
|
|
1926
|
-
readonly "claude-
|
|
1994
|
+
readonly "claude-sonnet-4-5-20250929": {
|
|
1927
1995
|
id: string;
|
|
1928
1996
|
name: string;
|
|
1929
1997
|
api: "anthropic-messages";
|
|
@@ -1940,7 +2008,7 @@ export declare const MODELS: {
|
|
|
1940
2008
|
contextWindow: number;
|
|
1941
2009
|
maxTokens: number;
|
|
1942
2010
|
};
|
|
1943
|
-
readonly "claude-
|
|
2011
|
+
readonly "claude-sonnet-4-6": {
|
|
1944
2012
|
id: string;
|
|
1945
2013
|
name: string;
|
|
1946
2014
|
api: "anthropic-messages";
|
|
@@ -1957,7 +2025,7 @@ export declare const MODELS: {
|
|
|
1957
2025
|
contextWindow: number;
|
|
1958
2026
|
maxTokens: number;
|
|
1959
2027
|
};
|
|
1960
|
-
readonly "claude-sonnet-
|
|
2028
|
+
readonly "claude-sonnet-5": {
|
|
1961
2029
|
id: string;
|
|
1962
2030
|
name: string;
|
|
1963
2031
|
api: "anthropic-messages";
|
|
@@ -1974,14 +2042,16 @@ export declare const MODELS: {
|
|
|
1974
2042
|
contextWindow: number;
|
|
1975
2043
|
maxTokens: number;
|
|
1976
2044
|
};
|
|
1977
|
-
|
|
2045
|
+
};
|
|
2046
|
+
readonly "azure-openai-responses": {
|
|
2047
|
+
readonly "gpt-4": {
|
|
1978
2048
|
id: string;
|
|
1979
2049
|
name: string;
|
|
1980
|
-
api: "
|
|
2050
|
+
api: "azure-openai-responses";
|
|
1981
2051
|
provider: string;
|
|
1982
2052
|
baseUrl: string;
|
|
1983
|
-
reasoning:
|
|
1984
|
-
input:
|
|
2053
|
+
reasoning: false;
|
|
2054
|
+
input: "text"[];
|
|
1985
2055
|
cost: {
|
|
1986
2056
|
input: number;
|
|
1987
2057
|
output: number;
|
|
@@ -1991,13 +2061,13 @@ export declare const MODELS: {
|
|
|
1991
2061
|
contextWindow: number;
|
|
1992
2062
|
maxTokens: number;
|
|
1993
2063
|
};
|
|
1994
|
-
readonly "
|
|
2064
|
+
readonly "gpt-4-turbo": {
|
|
1995
2065
|
id: string;
|
|
1996
2066
|
name: string;
|
|
1997
|
-
api: "
|
|
2067
|
+
api: "azure-openai-responses";
|
|
1998
2068
|
provider: string;
|
|
1999
2069
|
baseUrl: string;
|
|
2000
|
-
reasoning:
|
|
2070
|
+
reasoning: false;
|
|
2001
2071
|
input: ("image" | "text")[];
|
|
2002
2072
|
cost: {
|
|
2003
2073
|
input: number;
|
|
@@ -2008,13 +2078,13 @@ export declare const MODELS: {
|
|
|
2008
2078
|
contextWindow: number;
|
|
2009
2079
|
maxTokens: number;
|
|
2010
2080
|
};
|
|
2011
|
-
readonly "
|
|
2081
|
+
readonly "gpt-4.1": {
|
|
2012
2082
|
id: string;
|
|
2013
2083
|
name: string;
|
|
2014
|
-
api: "
|
|
2084
|
+
api: "azure-openai-responses";
|
|
2015
2085
|
provider: string;
|
|
2016
2086
|
baseUrl: string;
|
|
2017
|
-
reasoning:
|
|
2087
|
+
reasoning: false;
|
|
2018
2088
|
input: ("image" | "text")[];
|
|
2019
2089
|
cost: {
|
|
2020
2090
|
input: number;
|
|
@@ -2025,13 +2095,13 @@ export declare const MODELS: {
|
|
|
2025
2095
|
contextWindow: number;
|
|
2026
2096
|
maxTokens: number;
|
|
2027
2097
|
};
|
|
2028
|
-
readonly "
|
|
2098
|
+
readonly "gpt-4.1-mini": {
|
|
2029
2099
|
id: string;
|
|
2030
2100
|
name: string;
|
|
2031
|
-
api: "
|
|
2101
|
+
api: "azure-openai-responses";
|
|
2032
2102
|
provider: string;
|
|
2033
2103
|
baseUrl: string;
|
|
2034
|
-
reasoning:
|
|
2104
|
+
reasoning: false;
|
|
2035
2105
|
input: ("image" | "text")[];
|
|
2036
2106
|
cost: {
|
|
2037
2107
|
input: number;
|
|
@@ -2042,16 +2112,14 @@ export declare const MODELS: {
|
|
|
2042
2112
|
contextWindow: number;
|
|
2043
2113
|
maxTokens: number;
|
|
2044
2114
|
};
|
|
2045
|
-
|
|
2046
|
-
readonly "azure-openai-responses": {
|
|
2047
|
-
readonly "gpt-4": {
|
|
2115
|
+
readonly "gpt-4.1-nano": {
|
|
2048
2116
|
id: string;
|
|
2049
2117
|
name: string;
|
|
2050
2118
|
api: "azure-openai-responses";
|
|
2051
2119
|
provider: string;
|
|
2052
2120
|
baseUrl: string;
|
|
2053
2121
|
reasoning: false;
|
|
2054
|
-
input: "text"[];
|
|
2122
|
+
input: ("image" | "text")[];
|
|
2055
2123
|
cost: {
|
|
2056
2124
|
input: number;
|
|
2057
2125
|
output: number;
|
|
@@ -2061,7 +2129,7 @@ export declare const MODELS: {
|
|
|
2061
2129
|
contextWindow: number;
|
|
2062
2130
|
maxTokens: number;
|
|
2063
2131
|
};
|
|
2064
|
-
readonly "gpt-
|
|
2132
|
+
readonly "gpt-4o": {
|
|
2065
2133
|
id: string;
|
|
2066
2134
|
name: string;
|
|
2067
2135
|
api: "azure-openai-responses";
|
|
@@ -2078,7 +2146,7 @@ export declare const MODELS: {
|
|
|
2078
2146
|
contextWindow: number;
|
|
2079
2147
|
maxTokens: number;
|
|
2080
2148
|
};
|
|
2081
|
-
readonly "gpt-
|
|
2149
|
+
readonly "gpt-4o-2024-05-13": {
|
|
2082
2150
|
id: string;
|
|
2083
2151
|
name: string;
|
|
2084
2152
|
api: "azure-openai-responses";
|
|
@@ -2095,7 +2163,7 @@ export declare const MODELS: {
|
|
|
2095
2163
|
contextWindow: number;
|
|
2096
2164
|
maxTokens: number;
|
|
2097
2165
|
};
|
|
2098
|
-
readonly "gpt-
|
|
2166
|
+
readonly "gpt-4o-2024-08-06": {
|
|
2099
2167
|
id: string;
|
|
2100
2168
|
name: string;
|
|
2101
2169
|
api: "azure-openai-responses";
|
|
@@ -2112,7 +2180,7 @@ export declare const MODELS: {
|
|
|
2112
2180
|
contextWindow: number;
|
|
2113
2181
|
maxTokens: number;
|
|
2114
2182
|
};
|
|
2115
|
-
readonly "gpt-
|
|
2183
|
+
readonly "gpt-4o-2024-11-20": {
|
|
2116
2184
|
id: string;
|
|
2117
2185
|
name: string;
|
|
2118
2186
|
api: "azure-openai-responses";
|
|
@@ -2129,7 +2197,7 @@ export declare const MODELS: {
|
|
|
2129
2197
|
contextWindow: number;
|
|
2130
2198
|
maxTokens: number;
|
|
2131
2199
|
};
|
|
2132
|
-
readonly "gpt-4o": {
|
|
2200
|
+
readonly "gpt-4o-mini": {
|
|
2133
2201
|
id: string;
|
|
2134
2202
|
name: string;
|
|
2135
2203
|
api: "azure-openai-responses";
|
|
@@ -2146,13 +2214,13 @@ export declare const MODELS: {
|
|
|
2146
2214
|
contextWindow: number;
|
|
2147
2215
|
maxTokens: number;
|
|
2148
2216
|
};
|
|
2149
|
-
readonly "gpt-
|
|
2217
|
+
readonly "gpt-5": {
|
|
2150
2218
|
id: string;
|
|
2151
2219
|
name: string;
|
|
2152
2220
|
api: "azure-openai-responses";
|
|
2153
2221
|
provider: string;
|
|
2154
2222
|
baseUrl: string;
|
|
2155
|
-
reasoning:
|
|
2223
|
+
reasoning: true;
|
|
2156
2224
|
input: ("image" | "text")[];
|
|
2157
2225
|
cost: {
|
|
2158
2226
|
input: number;
|
|
@@ -2163,7 +2231,7 @@ export declare const MODELS: {
|
|
|
2163
2231
|
contextWindow: number;
|
|
2164
2232
|
maxTokens: number;
|
|
2165
2233
|
};
|
|
2166
|
-
readonly "gpt-
|
|
2234
|
+
readonly "gpt-5-chat-latest": {
|
|
2167
2235
|
id: string;
|
|
2168
2236
|
name: string;
|
|
2169
2237
|
api: "azure-openai-responses";
|
|
@@ -2180,13 +2248,13 @@ export declare const MODELS: {
|
|
|
2180
2248
|
contextWindow: number;
|
|
2181
2249
|
maxTokens: number;
|
|
2182
2250
|
};
|
|
2183
|
-
readonly "gpt-
|
|
2251
|
+
readonly "gpt-5-codex": {
|
|
2184
2252
|
id: string;
|
|
2185
2253
|
name: string;
|
|
2186
2254
|
api: "azure-openai-responses";
|
|
2187
2255
|
provider: string;
|
|
2188
2256
|
baseUrl: string;
|
|
2189
|
-
reasoning:
|
|
2257
|
+
reasoning: true;
|
|
2190
2258
|
input: ("image" | "text")[];
|
|
2191
2259
|
cost: {
|
|
2192
2260
|
input: number;
|
|
@@ -2197,13 +2265,13 @@ export declare const MODELS: {
|
|
|
2197
2265
|
contextWindow: number;
|
|
2198
2266
|
maxTokens: number;
|
|
2199
2267
|
};
|
|
2200
|
-
readonly "gpt-
|
|
2268
|
+
readonly "gpt-5-mini": {
|
|
2201
2269
|
id: string;
|
|
2202
2270
|
name: string;
|
|
2203
2271
|
api: "azure-openai-responses";
|
|
2204
2272
|
provider: string;
|
|
2205
2273
|
baseUrl: string;
|
|
2206
|
-
reasoning:
|
|
2274
|
+
reasoning: true;
|
|
2207
2275
|
input: ("image" | "text")[];
|
|
2208
2276
|
cost: {
|
|
2209
2277
|
input: number;
|
|
@@ -2214,7 +2282,7 @@ export declare const MODELS: {
|
|
|
2214
2282
|
contextWindow: number;
|
|
2215
2283
|
maxTokens: number;
|
|
2216
2284
|
};
|
|
2217
|
-
readonly "gpt-5": {
|
|
2285
|
+
readonly "gpt-5-nano": {
|
|
2218
2286
|
id: string;
|
|
2219
2287
|
name: string;
|
|
2220
2288
|
api: "azure-openai-responses";
|
|
@@ -2231,13 +2299,13 @@ export declare const MODELS: {
|
|
|
2231
2299
|
contextWindow: number;
|
|
2232
2300
|
maxTokens: number;
|
|
2233
2301
|
};
|
|
2234
|
-
readonly "gpt-5-
|
|
2302
|
+
readonly "gpt-5-pro": {
|
|
2235
2303
|
id: string;
|
|
2236
2304
|
name: string;
|
|
2237
2305
|
api: "azure-openai-responses";
|
|
2238
2306
|
provider: string;
|
|
2239
2307
|
baseUrl: string;
|
|
2240
|
-
reasoning:
|
|
2308
|
+
reasoning: true;
|
|
2241
2309
|
input: ("image" | "text")[];
|
|
2242
2310
|
cost: {
|
|
2243
2311
|
input: number;
|
|
@@ -2248,7 +2316,7 @@ export declare const MODELS: {
|
|
|
2248
2316
|
contextWindow: number;
|
|
2249
2317
|
maxTokens: number;
|
|
2250
2318
|
};
|
|
2251
|
-
readonly "gpt-5
|
|
2319
|
+
readonly "gpt-5.1": {
|
|
2252
2320
|
id: string;
|
|
2253
2321
|
name: string;
|
|
2254
2322
|
api: "azure-openai-responses";
|
|
@@ -2265,7 +2333,7 @@ export declare const MODELS: {
|
|
|
2265
2333
|
contextWindow: number;
|
|
2266
2334
|
maxTokens: number;
|
|
2267
2335
|
};
|
|
2268
|
-
readonly "gpt-5-
|
|
2336
|
+
readonly "gpt-5.1-chat-latest": {
|
|
2269
2337
|
id: string;
|
|
2270
2338
|
name: string;
|
|
2271
2339
|
api: "azure-openai-responses";
|
|
@@ -2282,7 +2350,7 @@ export declare const MODELS: {
|
|
|
2282
2350
|
contextWindow: number;
|
|
2283
2351
|
maxTokens: number;
|
|
2284
2352
|
};
|
|
2285
|
-
readonly "gpt-5-
|
|
2353
|
+
readonly "gpt-5.1-codex": {
|
|
2286
2354
|
id: string;
|
|
2287
2355
|
name: string;
|
|
2288
2356
|
api: "azure-openai-responses";
|
|
@@ -2299,7 +2367,7 @@ export declare const MODELS: {
|
|
|
2299
2367
|
contextWindow: number;
|
|
2300
2368
|
maxTokens: number;
|
|
2301
2369
|
};
|
|
2302
|
-
readonly "gpt-5-
|
|
2370
|
+
readonly "gpt-5.1-codex-max": {
|
|
2303
2371
|
id: string;
|
|
2304
2372
|
name: string;
|
|
2305
2373
|
api: "azure-openai-responses";
|
|
@@ -2316,7 +2384,7 @@ export declare const MODELS: {
|
|
|
2316
2384
|
contextWindow: number;
|
|
2317
2385
|
maxTokens: number;
|
|
2318
2386
|
};
|
|
2319
|
-
readonly "gpt-5.1": {
|
|
2387
|
+
readonly "gpt-5.1-codex-mini": {
|
|
2320
2388
|
id: string;
|
|
2321
2389
|
name: string;
|
|
2322
2390
|
api: "azure-openai-responses";
|
|
@@ -2333,7 +2401,7 @@ export declare const MODELS: {
|
|
|
2333
2401
|
contextWindow: number;
|
|
2334
2402
|
maxTokens: number;
|
|
2335
2403
|
};
|
|
2336
|
-
readonly "gpt-5.
|
|
2404
|
+
readonly "gpt-5.2": {
|
|
2337
2405
|
id: string;
|
|
2338
2406
|
name: string;
|
|
2339
2407
|
api: "azure-openai-responses";
|
|
@@ -2350,7 +2418,7 @@ export declare const MODELS: {
|
|
|
2350
2418
|
contextWindow: number;
|
|
2351
2419
|
maxTokens: number;
|
|
2352
2420
|
};
|
|
2353
|
-
readonly "gpt-5.
|
|
2421
|
+
readonly "gpt-5.2-chat-latest": {
|
|
2354
2422
|
id: string;
|
|
2355
2423
|
name: string;
|
|
2356
2424
|
api: "azure-openai-responses";
|
|
@@ -2367,7 +2435,7 @@ export declare const MODELS: {
|
|
|
2367
2435
|
contextWindow: number;
|
|
2368
2436
|
maxTokens: number;
|
|
2369
2437
|
};
|
|
2370
|
-
readonly "gpt-5.
|
|
2438
|
+
readonly "gpt-5.2-codex": {
|
|
2371
2439
|
id: string;
|
|
2372
2440
|
name: string;
|
|
2373
2441
|
api: "azure-openai-responses";
|
|
@@ -2384,7 +2452,7 @@ export declare const MODELS: {
|
|
|
2384
2452
|
contextWindow: number;
|
|
2385
2453
|
maxTokens: number;
|
|
2386
2454
|
};
|
|
2387
|
-
readonly "gpt-5.
|
|
2455
|
+
readonly "gpt-5.2-pro": {
|
|
2388
2456
|
id: string;
|
|
2389
2457
|
name: string;
|
|
2390
2458
|
api: "azure-openai-responses";
|
|
@@ -2401,13 +2469,13 @@ export declare const MODELS: {
|
|
|
2401
2469
|
contextWindow: number;
|
|
2402
2470
|
maxTokens: number;
|
|
2403
2471
|
};
|
|
2404
|
-
readonly "gpt-5.
|
|
2472
|
+
readonly "gpt-5.3-chat-latest": {
|
|
2405
2473
|
id: string;
|
|
2406
2474
|
name: string;
|
|
2407
2475
|
api: "azure-openai-responses";
|
|
2408
2476
|
provider: string;
|
|
2409
2477
|
baseUrl: string;
|
|
2410
|
-
reasoning:
|
|
2478
|
+
reasoning: false;
|
|
2411
2479
|
input: ("image" | "text")[];
|
|
2412
2480
|
cost: {
|
|
2413
2481
|
input: number;
|
|
@@ -2418,7 +2486,7 @@ export declare const MODELS: {
|
|
|
2418
2486
|
contextWindow: number;
|
|
2419
2487
|
maxTokens: number;
|
|
2420
2488
|
};
|
|
2421
|
-
readonly "gpt-5.
|
|
2489
|
+
readonly "gpt-5.3-codex": {
|
|
2422
2490
|
id: string;
|
|
2423
2491
|
name: string;
|
|
2424
2492
|
api: "azure-openai-responses";
|
|
@@ -2435,7 +2503,7 @@ export declare const MODELS: {
|
|
|
2435
2503
|
contextWindow: number;
|
|
2436
2504
|
maxTokens: number;
|
|
2437
2505
|
};
|
|
2438
|
-
readonly "gpt-5.
|
|
2506
|
+
readonly "gpt-5.3-codex-spark": {
|
|
2439
2507
|
id: string;
|
|
2440
2508
|
name: string;
|
|
2441
2509
|
api: "azure-openai-responses";
|
|
@@ -2452,7 +2520,7 @@ export declare const MODELS: {
|
|
|
2452
2520
|
contextWindow: number;
|
|
2453
2521
|
maxTokens: number;
|
|
2454
2522
|
};
|
|
2455
|
-
readonly "gpt-5.
|
|
2523
|
+
readonly "gpt-5.4": {
|
|
2456
2524
|
id: string;
|
|
2457
2525
|
name: string;
|
|
2458
2526
|
api: "azure-openai-responses";
|
|
@@ -2469,13 +2537,13 @@ export declare const MODELS: {
|
|
|
2469
2537
|
contextWindow: number;
|
|
2470
2538
|
maxTokens: number;
|
|
2471
2539
|
};
|
|
2472
|
-
readonly "gpt-5.
|
|
2540
|
+
readonly "gpt-5.4-mini": {
|
|
2473
2541
|
id: string;
|
|
2474
2542
|
name: string;
|
|
2475
2543
|
api: "azure-openai-responses";
|
|
2476
2544
|
provider: string;
|
|
2477
2545
|
baseUrl: string;
|
|
2478
|
-
reasoning:
|
|
2546
|
+
reasoning: true;
|
|
2479
2547
|
input: ("image" | "text")[];
|
|
2480
2548
|
cost: {
|
|
2481
2549
|
input: number;
|
|
@@ -2486,7 +2554,7 @@ export declare const MODELS: {
|
|
|
2486
2554
|
contextWindow: number;
|
|
2487
2555
|
maxTokens: number;
|
|
2488
2556
|
};
|
|
2489
|
-
readonly "gpt-5.
|
|
2557
|
+
readonly "gpt-5.4-nano": {
|
|
2490
2558
|
id: string;
|
|
2491
2559
|
name: string;
|
|
2492
2560
|
api: "azure-openai-responses";
|
|
@@ -2503,7 +2571,7 @@ export declare const MODELS: {
|
|
|
2503
2571
|
contextWindow: number;
|
|
2504
2572
|
maxTokens: number;
|
|
2505
2573
|
};
|
|
2506
|
-
readonly "gpt-5.
|
|
2574
|
+
readonly "gpt-5.4-pro": {
|
|
2507
2575
|
id: string;
|
|
2508
2576
|
name: string;
|
|
2509
2577
|
api: "azure-openai-responses";
|
|
@@ -2520,7 +2588,7 @@ export declare const MODELS: {
|
|
|
2520
2588
|
contextWindow: number;
|
|
2521
2589
|
maxTokens: number;
|
|
2522
2590
|
};
|
|
2523
|
-
readonly "gpt-5.
|
|
2591
|
+
readonly "gpt-5.5": {
|
|
2524
2592
|
id: string;
|
|
2525
2593
|
name: string;
|
|
2526
2594
|
api: "azure-openai-responses";
|
|
@@ -2537,7 +2605,7 @@ export declare const MODELS: {
|
|
|
2537
2605
|
contextWindow: number;
|
|
2538
2606
|
maxTokens: number;
|
|
2539
2607
|
};
|
|
2540
|
-
readonly "gpt-5.
|
|
2608
|
+
readonly "gpt-5.5-pro": {
|
|
2541
2609
|
id: string;
|
|
2542
2610
|
name: string;
|
|
2543
2611
|
api: "azure-openai-responses";
|
|
@@ -2554,7 +2622,7 @@ export declare const MODELS: {
|
|
|
2554
2622
|
contextWindow: number;
|
|
2555
2623
|
maxTokens: number;
|
|
2556
2624
|
};
|
|
2557
|
-
readonly "gpt-5.
|
|
2625
|
+
readonly "gpt-5.6": {
|
|
2558
2626
|
id: string;
|
|
2559
2627
|
name: string;
|
|
2560
2628
|
api: "azure-openai-responses";
|
|
@@ -2571,7 +2639,7 @@ export declare const MODELS: {
|
|
|
2571
2639
|
contextWindow: number;
|
|
2572
2640
|
maxTokens: number;
|
|
2573
2641
|
};
|
|
2574
|
-
readonly "gpt-5.
|
|
2642
|
+
readonly "gpt-5.6-luna": {
|
|
2575
2643
|
id: string;
|
|
2576
2644
|
name: string;
|
|
2577
2645
|
api: "azure-openai-responses";
|
|
@@ -2588,7 +2656,7 @@ export declare const MODELS: {
|
|
|
2588
2656
|
contextWindow: number;
|
|
2589
2657
|
maxTokens: number;
|
|
2590
2658
|
};
|
|
2591
|
-
readonly "gpt-5.
|
|
2659
|
+
readonly "gpt-5.6-sol": {
|
|
2592
2660
|
id: string;
|
|
2593
2661
|
name: string;
|
|
2594
2662
|
api: "azure-openai-responses";
|
|
@@ -2605,7 +2673,7 @@ export declare const MODELS: {
|
|
|
2605
2673
|
contextWindow: number;
|
|
2606
2674
|
maxTokens: number;
|
|
2607
2675
|
};
|
|
2608
|
-
readonly "gpt-5.
|
|
2676
|
+
readonly "gpt-5.6-terra": {
|
|
2609
2677
|
id: string;
|
|
2610
2678
|
name: string;
|
|
2611
2679
|
api: "azure-openai-responses";
|
|
@@ -2760,6 +2828,23 @@ export declare const MODELS: {
|
|
|
2760
2828
|
};
|
|
2761
2829
|
};
|
|
2762
2830
|
readonly cerebras: {
|
|
2831
|
+
readonly "gemma-4-31b": {
|
|
2832
|
+
id: string;
|
|
2833
|
+
name: string;
|
|
2834
|
+
api: "openai-completions";
|
|
2835
|
+
provider: string;
|
|
2836
|
+
baseUrl: string;
|
|
2837
|
+
reasoning: true;
|
|
2838
|
+
input: ("image" | "text")[];
|
|
2839
|
+
cost: {
|
|
2840
|
+
input: number;
|
|
2841
|
+
output: number;
|
|
2842
|
+
cacheRead: number;
|
|
2843
|
+
cacheWrite: number;
|
|
2844
|
+
};
|
|
2845
|
+
contextWindow: number;
|
|
2846
|
+
maxTokens: number;
|
|
2847
|
+
};
|
|
2763
2848
|
readonly "gpt-oss-120b": {
|
|
2764
2849
|
id: string;
|
|
2765
2850
|
name: string;
|
|
@@ -2991,6 +3076,34 @@ export declare const MODELS: {
|
|
|
2991
3076
|
contextWindow: number;
|
|
2992
3077
|
maxTokens: number;
|
|
2993
3078
|
};
|
|
3079
|
+
readonly "claude-sonnet-5": {
|
|
3080
|
+
id: string;
|
|
3081
|
+
name: string;
|
|
3082
|
+
api: "openai-completions";
|
|
3083
|
+
provider: string;
|
|
3084
|
+
baseUrl: string;
|
|
3085
|
+
headers: {
|
|
3086
|
+
"User-Agent": string;
|
|
3087
|
+
"Editor-Version": string;
|
|
3088
|
+
"Editor-Plugin-Version": string;
|
|
3089
|
+
"Copilot-Integration-Id": string;
|
|
3090
|
+
};
|
|
3091
|
+
compat: {
|
|
3092
|
+
supportsStore: false;
|
|
3093
|
+
supportsDeveloperRole: false;
|
|
3094
|
+
supportsReasoningEffort: false;
|
|
3095
|
+
};
|
|
3096
|
+
reasoning: true;
|
|
3097
|
+
input: ("image" | "text")[];
|
|
3098
|
+
cost: {
|
|
3099
|
+
input: number;
|
|
3100
|
+
output: number;
|
|
3101
|
+
cacheRead: number;
|
|
3102
|
+
cacheWrite: number;
|
|
3103
|
+
};
|
|
3104
|
+
contextWindow: number;
|
|
3105
|
+
maxTokens: number;
|
|
3106
|
+
};
|
|
2994
3107
|
readonly "gemini-2.5-pro": {
|
|
2995
3108
|
id: string;
|
|
2996
3109
|
name: string;
|
|
@@ -3078,7 +3191,63 @@ export declare const MODELS: {
|
|
|
3078
3191
|
readonly "gemini-3.5-flash": {
|
|
3079
3192
|
id: string;
|
|
3080
3193
|
name: string;
|
|
3081
|
-
api: "openai-completions";
|
|
3194
|
+
api: "openai-completions";
|
|
3195
|
+
provider: string;
|
|
3196
|
+
baseUrl: string;
|
|
3197
|
+
headers: {
|
|
3198
|
+
"User-Agent": string;
|
|
3199
|
+
"Editor-Version": string;
|
|
3200
|
+
"Editor-Plugin-Version": string;
|
|
3201
|
+
"Copilot-Integration-Id": string;
|
|
3202
|
+
};
|
|
3203
|
+
compat: {
|
|
3204
|
+
supportsStore: false;
|
|
3205
|
+
supportsDeveloperRole: false;
|
|
3206
|
+
supportsReasoningEffort: false;
|
|
3207
|
+
};
|
|
3208
|
+
reasoning: true;
|
|
3209
|
+
input: ("image" | "text")[];
|
|
3210
|
+
cost: {
|
|
3211
|
+
input: number;
|
|
3212
|
+
output: number;
|
|
3213
|
+
cacheRead: number;
|
|
3214
|
+
cacheWrite: number;
|
|
3215
|
+
};
|
|
3216
|
+
contextWindow: number;
|
|
3217
|
+
maxTokens: number;
|
|
3218
|
+
};
|
|
3219
|
+
readonly "gpt-4.1": {
|
|
3220
|
+
id: string;
|
|
3221
|
+
name: string;
|
|
3222
|
+
api: "openai-completions";
|
|
3223
|
+
provider: string;
|
|
3224
|
+
baseUrl: string;
|
|
3225
|
+
headers: {
|
|
3226
|
+
"User-Agent": string;
|
|
3227
|
+
"Editor-Version": string;
|
|
3228
|
+
"Editor-Plugin-Version": string;
|
|
3229
|
+
"Copilot-Integration-Id": string;
|
|
3230
|
+
};
|
|
3231
|
+
compat: {
|
|
3232
|
+
supportsStore: false;
|
|
3233
|
+
supportsDeveloperRole: false;
|
|
3234
|
+
supportsReasoningEffort: false;
|
|
3235
|
+
};
|
|
3236
|
+
reasoning: false;
|
|
3237
|
+
input: ("image" | "text")[];
|
|
3238
|
+
cost: {
|
|
3239
|
+
input: number;
|
|
3240
|
+
output: number;
|
|
3241
|
+
cacheRead: number;
|
|
3242
|
+
cacheWrite: number;
|
|
3243
|
+
};
|
|
3244
|
+
contextWindow: number;
|
|
3245
|
+
maxTokens: number;
|
|
3246
|
+
};
|
|
3247
|
+
readonly "gpt-5-mini": {
|
|
3248
|
+
id: string;
|
|
3249
|
+
name: string;
|
|
3250
|
+
api: "openai-responses";
|
|
3082
3251
|
provider: string;
|
|
3083
3252
|
baseUrl: string;
|
|
3084
3253
|
headers: {
|
|
@@ -3087,11 +3256,6 @@ export declare const MODELS: {
|
|
|
3087
3256
|
"Editor-Plugin-Version": string;
|
|
3088
3257
|
"Copilot-Integration-Id": string;
|
|
3089
3258
|
};
|
|
3090
|
-
compat: {
|
|
3091
|
-
supportsStore: false;
|
|
3092
|
-
supportsDeveloperRole: false;
|
|
3093
|
-
supportsReasoningEffort: false;
|
|
3094
|
-
};
|
|
3095
3259
|
reasoning: true;
|
|
3096
3260
|
input: ("image" | "text")[];
|
|
3097
3261
|
cost: {
|
|
@@ -3103,10 +3267,10 @@ export declare const MODELS: {
|
|
|
3103
3267
|
contextWindow: number;
|
|
3104
3268
|
maxTokens: number;
|
|
3105
3269
|
};
|
|
3106
|
-
readonly "gpt-
|
|
3270
|
+
readonly "gpt-5.2": {
|
|
3107
3271
|
id: string;
|
|
3108
3272
|
name: string;
|
|
3109
|
-
api: "openai-
|
|
3273
|
+
api: "openai-responses";
|
|
3110
3274
|
provider: string;
|
|
3111
3275
|
baseUrl: string;
|
|
3112
3276
|
headers: {
|
|
@@ -3115,12 +3279,7 @@ export declare const MODELS: {
|
|
|
3115
3279
|
"Editor-Plugin-Version": string;
|
|
3116
3280
|
"Copilot-Integration-Id": string;
|
|
3117
3281
|
};
|
|
3118
|
-
|
|
3119
|
-
supportsStore: false;
|
|
3120
|
-
supportsDeveloperRole: false;
|
|
3121
|
-
supportsReasoningEffort: false;
|
|
3122
|
-
};
|
|
3123
|
-
reasoning: false;
|
|
3282
|
+
reasoning: true;
|
|
3124
3283
|
input: ("image" | "text")[];
|
|
3125
3284
|
cost: {
|
|
3126
3285
|
input: number;
|
|
@@ -3131,7 +3290,7 @@ export declare const MODELS: {
|
|
|
3131
3290
|
contextWindow: number;
|
|
3132
3291
|
maxTokens: number;
|
|
3133
3292
|
};
|
|
3134
|
-
readonly "gpt-5-
|
|
3293
|
+
readonly "gpt-5.2-codex": {
|
|
3135
3294
|
id: string;
|
|
3136
3295
|
name: string;
|
|
3137
3296
|
api: "openai-responses";
|
|
@@ -3154,7 +3313,7 @@ export declare const MODELS: {
|
|
|
3154
3313
|
contextWindow: number;
|
|
3155
3314
|
maxTokens: number;
|
|
3156
3315
|
};
|
|
3157
|
-
readonly "gpt-5.
|
|
3316
|
+
readonly "gpt-5.3-codex": {
|
|
3158
3317
|
id: string;
|
|
3159
3318
|
name: string;
|
|
3160
3319
|
api: "openai-responses";
|
|
@@ -3177,7 +3336,7 @@ export declare const MODELS: {
|
|
|
3177
3336
|
contextWindow: number;
|
|
3178
3337
|
maxTokens: number;
|
|
3179
3338
|
};
|
|
3180
|
-
readonly "gpt-5.
|
|
3339
|
+
readonly "gpt-5.4": {
|
|
3181
3340
|
id: string;
|
|
3182
3341
|
name: string;
|
|
3183
3342
|
api: "openai-responses";
|
|
@@ -3200,7 +3359,7 @@ export declare const MODELS: {
|
|
|
3200
3359
|
contextWindow: number;
|
|
3201
3360
|
maxTokens: number;
|
|
3202
3361
|
};
|
|
3203
|
-
readonly "gpt-5.
|
|
3362
|
+
readonly "gpt-5.4-mini": {
|
|
3204
3363
|
id: string;
|
|
3205
3364
|
name: string;
|
|
3206
3365
|
api: "openai-responses";
|
|
@@ -3223,7 +3382,7 @@ export declare const MODELS: {
|
|
|
3223
3382
|
contextWindow: number;
|
|
3224
3383
|
maxTokens: number;
|
|
3225
3384
|
};
|
|
3226
|
-
readonly "gpt-5.4": {
|
|
3385
|
+
readonly "gpt-5.4-nano": {
|
|
3227
3386
|
id: string;
|
|
3228
3387
|
name: string;
|
|
3229
3388
|
api: "openai-responses";
|
|
@@ -3246,7 +3405,7 @@ export declare const MODELS: {
|
|
|
3246
3405
|
contextWindow: number;
|
|
3247
3406
|
maxTokens: number;
|
|
3248
3407
|
};
|
|
3249
|
-
readonly "gpt-5.
|
|
3408
|
+
readonly "gpt-5.5": {
|
|
3250
3409
|
id: string;
|
|
3251
3410
|
name: string;
|
|
3252
3411
|
api: "openai-responses";
|
|
@@ -3269,10 +3428,10 @@ export declare const MODELS: {
|
|
|
3269
3428
|
contextWindow: number;
|
|
3270
3429
|
maxTokens: number;
|
|
3271
3430
|
};
|
|
3272
|
-
readonly "
|
|
3431
|
+
readonly "kimi-k2.7-code": {
|
|
3273
3432
|
id: string;
|
|
3274
3433
|
name: string;
|
|
3275
|
-
api: "openai-
|
|
3434
|
+
api: "openai-completions";
|
|
3276
3435
|
provider: string;
|
|
3277
3436
|
baseUrl: string;
|
|
3278
3437
|
headers: {
|
|
@@ -3281,6 +3440,11 @@ export declare const MODELS: {
|
|
|
3281
3440
|
"Editor-Plugin-Version": string;
|
|
3282
3441
|
"Copilot-Integration-Id": string;
|
|
3283
3442
|
};
|
|
3443
|
+
compat: {
|
|
3444
|
+
supportsStore: false;
|
|
3445
|
+
supportsDeveloperRole: false;
|
|
3446
|
+
supportsReasoningEffort: false;
|
|
3447
|
+
};
|
|
3284
3448
|
reasoning: true;
|
|
3285
3449
|
input: ("image" | "text")[];
|
|
3286
3450
|
cost: {
|
|
@@ -3292,10 +3456,10 @@ export declare const MODELS: {
|
|
|
3292
3456
|
contextWindow: number;
|
|
3293
3457
|
maxTokens: number;
|
|
3294
3458
|
};
|
|
3295
|
-
readonly "
|
|
3459
|
+
readonly "mai-code-1-flash-picker": {
|
|
3296
3460
|
id: string;
|
|
3297
3461
|
name: string;
|
|
3298
|
-
api: "openai-
|
|
3462
|
+
api: "openai-completions";
|
|
3299
3463
|
provider: string;
|
|
3300
3464
|
baseUrl: string;
|
|
3301
3465
|
headers: {
|
|
@@ -3304,8 +3468,13 @@ export declare const MODELS: {
|
|
|
3304
3468
|
"Editor-Plugin-Version": string;
|
|
3305
3469
|
"Copilot-Integration-Id": string;
|
|
3306
3470
|
};
|
|
3471
|
+
compat: {
|
|
3472
|
+
supportsStore: false;
|
|
3473
|
+
supportsDeveloperRole: false;
|
|
3474
|
+
supportsReasoningEffort: false;
|
|
3475
|
+
};
|
|
3307
3476
|
reasoning: true;
|
|
3308
|
-
input:
|
|
3477
|
+
input: "text"[];
|
|
3309
3478
|
cost: {
|
|
3310
3479
|
input: number;
|
|
3311
3480
|
output: number;
|
|
@@ -4897,6 +5066,46 @@ export declare const MODELS: {
|
|
|
4897
5066
|
contextWindow: number;
|
|
4898
5067
|
maxTokens: number;
|
|
4899
5068
|
};
|
|
5069
|
+
readonly "openai/gpt-oss-120b": {
|
|
5070
|
+
id: string;
|
|
5071
|
+
name: string;
|
|
5072
|
+
api: "openai-completions";
|
|
5073
|
+
provider: string;
|
|
5074
|
+
baseUrl: string;
|
|
5075
|
+
compat: {
|
|
5076
|
+
supportsDeveloperRole: false;
|
|
5077
|
+
};
|
|
5078
|
+
reasoning: true;
|
|
5079
|
+
input: "text"[];
|
|
5080
|
+
cost: {
|
|
5081
|
+
input: number;
|
|
5082
|
+
output: number;
|
|
5083
|
+
cacheRead: number;
|
|
5084
|
+
cacheWrite: number;
|
|
5085
|
+
};
|
|
5086
|
+
contextWindow: number;
|
|
5087
|
+
maxTokens: number;
|
|
5088
|
+
};
|
|
5089
|
+
readonly "openai/gpt-oss-20b": {
|
|
5090
|
+
id: string;
|
|
5091
|
+
name: string;
|
|
5092
|
+
api: "openai-completions";
|
|
5093
|
+
provider: string;
|
|
5094
|
+
baseUrl: string;
|
|
5095
|
+
compat: {
|
|
5096
|
+
supportsDeveloperRole: false;
|
|
5097
|
+
};
|
|
5098
|
+
reasoning: true;
|
|
5099
|
+
input: "text"[];
|
|
5100
|
+
cost: {
|
|
5101
|
+
input: number;
|
|
5102
|
+
output: number;
|
|
5103
|
+
cacheRead: number;
|
|
5104
|
+
cacheWrite: number;
|
|
5105
|
+
};
|
|
5106
|
+
contextWindow: number;
|
|
5107
|
+
maxTokens: number;
|
|
5108
|
+
};
|
|
4900
5109
|
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
4901
5110
|
id: string;
|
|
4902
5111
|
name: string;
|
|
@@ -5596,7 +5805,7 @@ export declare const MODELS: {
|
|
|
5596
5805
|
api: "mistral-conversations";
|
|
5597
5806
|
provider: string;
|
|
5598
5807
|
baseUrl: string;
|
|
5599
|
-
reasoning:
|
|
5808
|
+
reasoning: true;
|
|
5600
5809
|
input: ("image" | "text")[];
|
|
5601
5810
|
cost: {
|
|
5602
5811
|
input: number;
|
|
@@ -6357,6 +6566,74 @@ export declare const MODELS: {
|
|
|
6357
6566
|
contextWindow: number;
|
|
6358
6567
|
maxTokens: number;
|
|
6359
6568
|
};
|
|
6569
|
+
readonly "gpt-5.6": {
|
|
6570
|
+
id: string;
|
|
6571
|
+
name: string;
|
|
6572
|
+
api: "openai-responses";
|
|
6573
|
+
provider: string;
|
|
6574
|
+
baseUrl: string;
|
|
6575
|
+
reasoning: true;
|
|
6576
|
+
input: ("image" | "text")[];
|
|
6577
|
+
cost: {
|
|
6578
|
+
input: number;
|
|
6579
|
+
output: number;
|
|
6580
|
+
cacheRead: number;
|
|
6581
|
+
cacheWrite: number;
|
|
6582
|
+
};
|
|
6583
|
+
contextWindow: number;
|
|
6584
|
+
maxTokens: number;
|
|
6585
|
+
};
|
|
6586
|
+
readonly "gpt-5.6-luna": {
|
|
6587
|
+
id: string;
|
|
6588
|
+
name: string;
|
|
6589
|
+
api: "openai-responses";
|
|
6590
|
+
provider: string;
|
|
6591
|
+
baseUrl: string;
|
|
6592
|
+
reasoning: true;
|
|
6593
|
+
input: ("image" | "text")[];
|
|
6594
|
+
cost: {
|
|
6595
|
+
input: number;
|
|
6596
|
+
output: number;
|
|
6597
|
+
cacheRead: number;
|
|
6598
|
+
cacheWrite: number;
|
|
6599
|
+
};
|
|
6600
|
+
contextWindow: number;
|
|
6601
|
+
maxTokens: number;
|
|
6602
|
+
};
|
|
6603
|
+
readonly "gpt-5.6-sol": {
|
|
6604
|
+
id: string;
|
|
6605
|
+
name: string;
|
|
6606
|
+
api: "openai-responses";
|
|
6607
|
+
provider: string;
|
|
6608
|
+
baseUrl: string;
|
|
6609
|
+
reasoning: true;
|
|
6610
|
+
input: ("image" | "text")[];
|
|
6611
|
+
cost: {
|
|
6612
|
+
input: number;
|
|
6613
|
+
output: number;
|
|
6614
|
+
cacheRead: number;
|
|
6615
|
+
cacheWrite: number;
|
|
6616
|
+
};
|
|
6617
|
+
contextWindow: number;
|
|
6618
|
+
maxTokens: number;
|
|
6619
|
+
};
|
|
6620
|
+
readonly "gpt-5.6-terra": {
|
|
6621
|
+
id: string;
|
|
6622
|
+
name: string;
|
|
6623
|
+
api: "openai-responses";
|
|
6624
|
+
provider: string;
|
|
6625
|
+
baseUrl: string;
|
|
6626
|
+
reasoning: true;
|
|
6627
|
+
input: ("image" | "text")[];
|
|
6628
|
+
cost: {
|
|
6629
|
+
input: number;
|
|
6630
|
+
output: number;
|
|
6631
|
+
cacheRead: number;
|
|
6632
|
+
cacheWrite: number;
|
|
6633
|
+
};
|
|
6634
|
+
contextWindow: number;
|
|
6635
|
+
maxTokens: number;
|
|
6636
|
+
};
|
|
6360
6637
|
readonly o1: {
|
|
6361
6638
|
id: string;
|
|
6362
6639
|
name: string;
|
|
@@ -6650,6 +6927,23 @@ export declare const MODELS: {
|
|
|
6650
6927
|
contextWindow: number;
|
|
6651
6928
|
maxTokens: number;
|
|
6652
6929
|
};
|
|
6930
|
+
readonly "claude-fable-5": {
|
|
6931
|
+
id: string;
|
|
6932
|
+
name: string;
|
|
6933
|
+
api: "anthropic-messages";
|
|
6934
|
+
provider: string;
|
|
6935
|
+
baseUrl: string;
|
|
6936
|
+
reasoning: true;
|
|
6937
|
+
input: ("image" | "text")[];
|
|
6938
|
+
cost: {
|
|
6939
|
+
input: number;
|
|
6940
|
+
output: number;
|
|
6941
|
+
cacheRead: number;
|
|
6942
|
+
cacheWrite: number;
|
|
6943
|
+
};
|
|
6944
|
+
contextWindow: number;
|
|
6945
|
+
maxTokens: number;
|
|
6946
|
+
};
|
|
6653
6947
|
readonly "claude-haiku-4-5": {
|
|
6654
6948
|
id: string;
|
|
6655
6949
|
name: string;
|
|
@@ -6803,6 +7097,23 @@ export declare const MODELS: {
|
|
|
6803
7097
|
contextWindow: number;
|
|
6804
7098
|
maxTokens: number;
|
|
6805
7099
|
};
|
|
7100
|
+
readonly "claude-sonnet-5": {
|
|
7101
|
+
id: string;
|
|
7102
|
+
name: string;
|
|
7103
|
+
api: "anthropic-messages";
|
|
7104
|
+
provider: string;
|
|
7105
|
+
baseUrl: string;
|
|
7106
|
+
reasoning: true;
|
|
7107
|
+
input: ("image" | "text")[];
|
|
7108
|
+
cost: {
|
|
7109
|
+
input: number;
|
|
7110
|
+
output: number;
|
|
7111
|
+
cacheRead: number;
|
|
7112
|
+
cacheWrite: number;
|
|
7113
|
+
};
|
|
7114
|
+
contextWindow: number;
|
|
7115
|
+
maxTokens: number;
|
|
7116
|
+
};
|
|
6806
7117
|
readonly "deepseek-v4-flash": {
|
|
6807
7118
|
id: string;
|
|
6808
7119
|
name: string;
|
|
@@ -7058,7 +7369,75 @@ export declare const MODELS: {
|
|
|
7058
7369
|
contextWindow: number;
|
|
7059
7370
|
maxTokens: number;
|
|
7060
7371
|
};
|
|
7061
|
-
readonly "gpt-5.1-codex-mini": {
|
|
7372
|
+
readonly "gpt-5.1-codex-mini": {
|
|
7373
|
+
id: string;
|
|
7374
|
+
name: string;
|
|
7375
|
+
api: "openai-responses";
|
|
7376
|
+
provider: string;
|
|
7377
|
+
baseUrl: string;
|
|
7378
|
+
reasoning: true;
|
|
7379
|
+
input: ("image" | "text")[];
|
|
7380
|
+
cost: {
|
|
7381
|
+
input: number;
|
|
7382
|
+
output: number;
|
|
7383
|
+
cacheRead: number;
|
|
7384
|
+
cacheWrite: number;
|
|
7385
|
+
};
|
|
7386
|
+
contextWindow: number;
|
|
7387
|
+
maxTokens: number;
|
|
7388
|
+
};
|
|
7389
|
+
readonly "gpt-5.2": {
|
|
7390
|
+
id: string;
|
|
7391
|
+
name: string;
|
|
7392
|
+
api: "openai-responses";
|
|
7393
|
+
provider: string;
|
|
7394
|
+
baseUrl: string;
|
|
7395
|
+
reasoning: true;
|
|
7396
|
+
input: ("image" | "text")[];
|
|
7397
|
+
cost: {
|
|
7398
|
+
input: number;
|
|
7399
|
+
output: number;
|
|
7400
|
+
cacheRead: number;
|
|
7401
|
+
cacheWrite: number;
|
|
7402
|
+
};
|
|
7403
|
+
contextWindow: number;
|
|
7404
|
+
maxTokens: number;
|
|
7405
|
+
};
|
|
7406
|
+
readonly "gpt-5.2-codex": {
|
|
7407
|
+
id: string;
|
|
7408
|
+
name: string;
|
|
7409
|
+
api: "openai-responses";
|
|
7410
|
+
provider: string;
|
|
7411
|
+
baseUrl: string;
|
|
7412
|
+
reasoning: true;
|
|
7413
|
+
input: ("image" | "text")[];
|
|
7414
|
+
cost: {
|
|
7415
|
+
input: number;
|
|
7416
|
+
output: number;
|
|
7417
|
+
cacheRead: number;
|
|
7418
|
+
cacheWrite: number;
|
|
7419
|
+
};
|
|
7420
|
+
contextWindow: number;
|
|
7421
|
+
maxTokens: number;
|
|
7422
|
+
};
|
|
7423
|
+
readonly "gpt-5.3-codex": {
|
|
7424
|
+
id: string;
|
|
7425
|
+
name: string;
|
|
7426
|
+
api: "openai-responses";
|
|
7427
|
+
provider: string;
|
|
7428
|
+
baseUrl: string;
|
|
7429
|
+
reasoning: true;
|
|
7430
|
+
input: ("image" | "text")[];
|
|
7431
|
+
cost: {
|
|
7432
|
+
input: number;
|
|
7433
|
+
output: number;
|
|
7434
|
+
cacheRead: number;
|
|
7435
|
+
cacheWrite: number;
|
|
7436
|
+
};
|
|
7437
|
+
contextWindow: number;
|
|
7438
|
+
maxTokens: number;
|
|
7439
|
+
};
|
|
7440
|
+
readonly "gpt-5.4": {
|
|
7062
7441
|
id: string;
|
|
7063
7442
|
name: string;
|
|
7064
7443
|
api: "openai-responses";
|
|
@@ -7075,7 +7454,7 @@ export declare const MODELS: {
|
|
|
7075
7454
|
contextWindow: number;
|
|
7076
7455
|
maxTokens: number;
|
|
7077
7456
|
};
|
|
7078
|
-
readonly "gpt-5.
|
|
7457
|
+
readonly "gpt-5.4-mini": {
|
|
7079
7458
|
id: string;
|
|
7080
7459
|
name: string;
|
|
7081
7460
|
api: "openai-responses";
|
|
@@ -7092,7 +7471,7 @@ export declare const MODELS: {
|
|
|
7092
7471
|
contextWindow: number;
|
|
7093
7472
|
maxTokens: number;
|
|
7094
7473
|
};
|
|
7095
|
-
readonly "gpt-5.
|
|
7474
|
+
readonly "gpt-5.4-nano": {
|
|
7096
7475
|
id: string;
|
|
7097
7476
|
name: string;
|
|
7098
7477
|
api: "openai-responses";
|
|
@@ -7109,7 +7488,7 @@ export declare const MODELS: {
|
|
|
7109
7488
|
contextWindow: number;
|
|
7110
7489
|
maxTokens: number;
|
|
7111
7490
|
};
|
|
7112
|
-
readonly "gpt-5.
|
|
7491
|
+
readonly "gpt-5.4-pro": {
|
|
7113
7492
|
id: string;
|
|
7114
7493
|
name: string;
|
|
7115
7494
|
api: "openai-responses";
|
|
@@ -7126,7 +7505,7 @@ export declare const MODELS: {
|
|
|
7126
7505
|
contextWindow: number;
|
|
7127
7506
|
maxTokens: number;
|
|
7128
7507
|
};
|
|
7129
|
-
readonly "gpt-5.
|
|
7508
|
+
readonly "gpt-5.5": {
|
|
7130
7509
|
id: string;
|
|
7131
7510
|
name: string;
|
|
7132
7511
|
api: "openai-responses";
|
|
@@ -7143,7 +7522,7 @@ export declare const MODELS: {
|
|
|
7143
7522
|
contextWindow: number;
|
|
7144
7523
|
maxTokens: number;
|
|
7145
7524
|
};
|
|
7146
|
-
readonly "gpt-5.
|
|
7525
|
+
readonly "gpt-5.5-pro": {
|
|
7147
7526
|
id: string;
|
|
7148
7527
|
name: string;
|
|
7149
7528
|
api: "openai-responses";
|
|
@@ -7160,10 +7539,10 @@ export declare const MODELS: {
|
|
|
7160
7539
|
contextWindow: number;
|
|
7161
7540
|
maxTokens: number;
|
|
7162
7541
|
};
|
|
7163
|
-
readonly "
|
|
7542
|
+
readonly "grok-4.5": {
|
|
7164
7543
|
id: string;
|
|
7165
7544
|
name: string;
|
|
7166
|
-
api: "openai-
|
|
7545
|
+
api: "openai-completions";
|
|
7167
7546
|
provider: string;
|
|
7168
7547
|
baseUrl: string;
|
|
7169
7548
|
reasoning: true;
|
|
@@ -7177,10 +7556,10 @@ export declare const MODELS: {
|
|
|
7177
7556
|
contextWindow: number;
|
|
7178
7557
|
maxTokens: number;
|
|
7179
7558
|
};
|
|
7180
|
-
readonly "
|
|
7559
|
+
readonly "grok-build-0.1": {
|
|
7181
7560
|
id: string;
|
|
7182
7561
|
name: string;
|
|
7183
|
-
api: "openai-
|
|
7562
|
+
api: "openai-completions";
|
|
7184
7563
|
provider: string;
|
|
7185
7564
|
baseUrl: string;
|
|
7186
7565
|
reasoning: true;
|
|
@@ -7194,14 +7573,14 @@ export declare const MODELS: {
|
|
|
7194
7573
|
contextWindow: number;
|
|
7195
7574
|
maxTokens: number;
|
|
7196
7575
|
};
|
|
7197
|
-
readonly "
|
|
7576
|
+
readonly "hy3-free": {
|
|
7198
7577
|
id: string;
|
|
7199
7578
|
name: string;
|
|
7200
|
-
api: "openai-
|
|
7579
|
+
api: "openai-completions";
|
|
7201
7580
|
provider: string;
|
|
7202
7581
|
baseUrl: string;
|
|
7203
7582
|
reasoning: true;
|
|
7204
|
-
input:
|
|
7583
|
+
input: "text"[];
|
|
7205
7584
|
cost: {
|
|
7206
7585
|
input: number;
|
|
7207
7586
|
output: number;
|
|
@@ -7211,10 +7590,10 @@ export declare const MODELS: {
|
|
|
7211
7590
|
contextWindow: number;
|
|
7212
7591
|
maxTokens: number;
|
|
7213
7592
|
};
|
|
7214
|
-
readonly "
|
|
7593
|
+
readonly "kimi-k2.5": {
|
|
7215
7594
|
id: string;
|
|
7216
7595
|
name: string;
|
|
7217
|
-
api: "openai-
|
|
7596
|
+
api: "openai-completions";
|
|
7218
7597
|
provider: string;
|
|
7219
7598
|
baseUrl: string;
|
|
7220
7599
|
reasoning: true;
|
|
@@ -7228,7 +7607,7 @@ export declare const MODELS: {
|
|
|
7228
7607
|
contextWindow: number;
|
|
7229
7608
|
maxTokens: number;
|
|
7230
7609
|
};
|
|
7231
|
-
readonly "
|
|
7610
|
+
readonly "kimi-k2.6": {
|
|
7232
7611
|
id: string;
|
|
7233
7612
|
name: string;
|
|
7234
7613
|
api: "openai-completions";
|
|
@@ -7245,7 +7624,7 @@ export declare const MODELS: {
|
|
|
7245
7624
|
contextWindow: number;
|
|
7246
7625
|
maxTokens: number;
|
|
7247
7626
|
};
|
|
7248
|
-
readonly "kimi-k2.
|
|
7627
|
+
readonly "kimi-k2.7-code": {
|
|
7249
7628
|
id: string;
|
|
7250
7629
|
name: string;
|
|
7251
7630
|
api: "openai-completions";
|
|
@@ -7262,7 +7641,7 @@ export declare const MODELS: {
|
|
|
7262
7641
|
contextWindow: number;
|
|
7263
7642
|
maxTokens: number;
|
|
7264
7643
|
};
|
|
7265
|
-
readonly "
|
|
7644
|
+
readonly "mimo-v2.5-free": {
|
|
7266
7645
|
id: string;
|
|
7267
7646
|
name: string;
|
|
7268
7647
|
api: "openai-completions";
|
|
@@ -7279,14 +7658,14 @@ export declare const MODELS: {
|
|
|
7279
7658
|
contextWindow: number;
|
|
7280
7659
|
maxTokens: number;
|
|
7281
7660
|
};
|
|
7282
|
-
readonly "
|
|
7661
|
+
readonly "minimax-m2.5": {
|
|
7283
7662
|
id: string;
|
|
7284
7663
|
name: string;
|
|
7285
7664
|
api: "openai-completions";
|
|
7286
7665
|
provider: string;
|
|
7287
7666
|
baseUrl: string;
|
|
7288
7667
|
reasoning: true;
|
|
7289
|
-
input:
|
|
7668
|
+
input: "text"[];
|
|
7290
7669
|
cost: {
|
|
7291
7670
|
input: number;
|
|
7292
7671
|
output: number;
|
|
@@ -7296,7 +7675,7 @@ export declare const MODELS: {
|
|
|
7296
7675
|
contextWindow: number;
|
|
7297
7676
|
maxTokens: number;
|
|
7298
7677
|
};
|
|
7299
|
-
readonly "minimax-m2.
|
|
7678
|
+
readonly "minimax-m2.7": {
|
|
7300
7679
|
id: string;
|
|
7301
7680
|
name: string;
|
|
7302
7681
|
api: "openai-completions";
|
|
@@ -7313,14 +7692,14 @@ export declare const MODELS: {
|
|
|
7313
7692
|
contextWindow: number;
|
|
7314
7693
|
maxTokens: number;
|
|
7315
7694
|
};
|
|
7316
|
-
readonly "minimax-
|
|
7695
|
+
readonly "minimax-m3": {
|
|
7317
7696
|
id: string;
|
|
7318
7697
|
name: string;
|
|
7319
7698
|
api: "openai-completions";
|
|
7320
7699
|
provider: string;
|
|
7321
7700
|
baseUrl: string;
|
|
7322
7701
|
reasoning: true;
|
|
7323
|
-
input: "text"[];
|
|
7702
|
+
input: ("image" | "text")[];
|
|
7324
7703
|
cost: {
|
|
7325
7704
|
input: number;
|
|
7326
7705
|
output: number;
|
|
@@ -7640,6 +8019,57 @@ export declare const MODELS: {
|
|
|
7640
8019
|
contextWindow: number;
|
|
7641
8020
|
maxTokens: number;
|
|
7642
8021
|
};
|
|
8022
|
+
readonly "aion-labs/aion-2.0": {
|
|
8023
|
+
id: string;
|
|
8024
|
+
name: string;
|
|
8025
|
+
api: "openai-completions";
|
|
8026
|
+
provider: string;
|
|
8027
|
+
baseUrl: string;
|
|
8028
|
+
reasoning: true;
|
|
8029
|
+
input: "text"[];
|
|
8030
|
+
cost: {
|
|
8031
|
+
input: number;
|
|
8032
|
+
output: number;
|
|
8033
|
+
cacheRead: number;
|
|
8034
|
+
cacheWrite: number;
|
|
8035
|
+
};
|
|
8036
|
+
contextWindow: number;
|
|
8037
|
+
maxTokens: number;
|
|
8038
|
+
};
|
|
8039
|
+
readonly "aion-labs/aion-3.0": {
|
|
8040
|
+
id: string;
|
|
8041
|
+
name: string;
|
|
8042
|
+
api: "openai-completions";
|
|
8043
|
+
provider: string;
|
|
8044
|
+
baseUrl: string;
|
|
8045
|
+
reasoning: true;
|
|
8046
|
+
input: "text"[];
|
|
8047
|
+
cost: {
|
|
8048
|
+
input: number;
|
|
8049
|
+
output: number;
|
|
8050
|
+
cacheRead: number;
|
|
8051
|
+
cacheWrite: number;
|
|
8052
|
+
};
|
|
8053
|
+
contextWindow: number;
|
|
8054
|
+
maxTokens: number;
|
|
8055
|
+
};
|
|
8056
|
+
readonly "aion-labs/aion-3.0-mini": {
|
|
8057
|
+
id: string;
|
|
8058
|
+
name: string;
|
|
8059
|
+
api: "openai-completions";
|
|
8060
|
+
provider: string;
|
|
8061
|
+
baseUrl: string;
|
|
8062
|
+
reasoning: true;
|
|
8063
|
+
input: "text"[];
|
|
8064
|
+
cost: {
|
|
8065
|
+
input: number;
|
|
8066
|
+
output: number;
|
|
8067
|
+
cacheRead: number;
|
|
8068
|
+
cacheWrite: number;
|
|
8069
|
+
};
|
|
8070
|
+
contextWindow: number;
|
|
8071
|
+
maxTokens: number;
|
|
8072
|
+
};
|
|
7643
8073
|
readonly "amazon/nova-2-lite-v1": {
|
|
7644
8074
|
id: string;
|
|
7645
8075
|
name: string;
|
|
@@ -7844,7 +8274,7 @@ export declare const MODELS: {
|
|
|
7844
8274
|
contextWindow: number;
|
|
7845
8275
|
maxTokens: number;
|
|
7846
8276
|
};
|
|
7847
|
-
readonly "anthropic/claude-opus-4.
|
|
8277
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
7848
8278
|
id: string;
|
|
7849
8279
|
name: string;
|
|
7850
8280
|
api: "openai-completions";
|
|
@@ -7861,7 +8291,7 @@ export declare const MODELS: {
|
|
|
7861
8291
|
contextWindow: number;
|
|
7862
8292
|
maxTokens: number;
|
|
7863
8293
|
};
|
|
7864
|
-
readonly "anthropic/claude-opus-4.7": {
|
|
8294
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
7865
8295
|
id: string;
|
|
7866
8296
|
name: string;
|
|
7867
8297
|
api: "openai-completions";
|
|
@@ -7878,7 +8308,7 @@ export declare const MODELS: {
|
|
|
7878
8308
|
contextWindow: number;
|
|
7879
8309
|
maxTokens: number;
|
|
7880
8310
|
};
|
|
7881
|
-
readonly "anthropic/claude-opus-4.
|
|
8311
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
7882
8312
|
id: string;
|
|
7883
8313
|
name: string;
|
|
7884
8314
|
api: "openai-completions";
|
|
@@ -7895,7 +8325,7 @@ export declare const MODELS: {
|
|
|
7895
8325
|
contextWindow: number;
|
|
7896
8326
|
maxTokens: number;
|
|
7897
8327
|
};
|
|
7898
|
-
readonly "anthropic/claude-opus-4.8": {
|
|
8328
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
7899
8329
|
id: string;
|
|
7900
8330
|
name: string;
|
|
7901
8331
|
api: "openai-completions";
|
|
@@ -7912,7 +8342,7 @@ export declare const MODELS: {
|
|
|
7912
8342
|
contextWindow: number;
|
|
7913
8343
|
maxTokens: number;
|
|
7914
8344
|
};
|
|
7915
|
-
readonly "anthropic/claude-
|
|
8345
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
7916
8346
|
id: string;
|
|
7917
8347
|
name: string;
|
|
7918
8348
|
api: "openai-completions";
|
|
@@ -7929,7 +8359,7 @@ export declare const MODELS: {
|
|
|
7929
8359
|
contextWindow: number;
|
|
7930
8360
|
maxTokens: number;
|
|
7931
8361
|
};
|
|
7932
|
-
readonly "anthropic/claude-sonnet-4": {
|
|
8362
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
7933
8363
|
id: string;
|
|
7934
8364
|
name: string;
|
|
7935
8365
|
api: "openai-completions";
|
|
@@ -7946,7 +8376,7 @@ export declare const MODELS: {
|
|
|
7946
8376
|
contextWindow: number;
|
|
7947
8377
|
maxTokens: number;
|
|
7948
8378
|
};
|
|
7949
|
-
readonly "anthropic/claude-sonnet-4.
|
|
8379
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
7950
8380
|
id: string;
|
|
7951
8381
|
name: string;
|
|
7952
8382
|
api: "openai-completions";
|
|
@@ -7963,7 +8393,7 @@ export declare const MODELS: {
|
|
|
7963
8393
|
contextWindow: number;
|
|
7964
8394
|
maxTokens: number;
|
|
7965
8395
|
};
|
|
7966
|
-
readonly "anthropic/claude-sonnet-
|
|
8396
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
7967
8397
|
id: string;
|
|
7968
8398
|
name: string;
|
|
7969
8399
|
api: "openai-completions";
|
|
@@ -8371,23 +8801,6 @@ export declare const MODELS: {
|
|
|
8371
8801
|
contextWindow: number;
|
|
8372
8802
|
maxTokens: number;
|
|
8373
8803
|
};
|
|
8374
|
-
readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
8375
|
-
id: string;
|
|
8376
|
-
name: string;
|
|
8377
|
-
api: "openai-completions";
|
|
8378
|
-
provider: string;
|
|
8379
|
-
baseUrl: string;
|
|
8380
|
-
reasoning: true;
|
|
8381
|
-
input: ("image" | "text")[];
|
|
8382
|
-
cost: {
|
|
8383
|
-
input: number;
|
|
8384
|
-
output: number;
|
|
8385
|
-
cacheRead: number;
|
|
8386
|
-
cacheWrite: number;
|
|
8387
|
-
};
|
|
8388
|
-
contextWindow: number;
|
|
8389
|
-
maxTokens: number;
|
|
8390
|
-
};
|
|
8391
8804
|
readonly "google/gemini-2.5-pro": {
|
|
8392
8805
|
id: string;
|
|
8393
8806
|
name: string;
|
|
@@ -9374,6 +9787,40 @@ export declare const MODELS: {
|
|
|
9374
9787
|
contextWindow: number;
|
|
9375
9788
|
maxTokens: number;
|
|
9376
9789
|
};
|
|
9790
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
9791
|
+
id: string;
|
|
9792
|
+
name: string;
|
|
9793
|
+
api: "openai-completions";
|
|
9794
|
+
provider: string;
|
|
9795
|
+
baseUrl: string;
|
|
9796
|
+
reasoning: true;
|
|
9797
|
+
input: ("image" | "text")[];
|
|
9798
|
+
cost: {
|
|
9799
|
+
input: number;
|
|
9800
|
+
output: number;
|
|
9801
|
+
cacheRead: number;
|
|
9802
|
+
cacheWrite: number;
|
|
9803
|
+
};
|
|
9804
|
+
contextWindow: number;
|
|
9805
|
+
maxTokens: number;
|
|
9806
|
+
};
|
|
9807
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
9808
|
+
id: string;
|
|
9809
|
+
name: string;
|
|
9810
|
+
api: "openai-completions";
|
|
9811
|
+
provider: string;
|
|
9812
|
+
baseUrl: string;
|
|
9813
|
+
reasoning: true;
|
|
9814
|
+
input: ("image" | "text")[];
|
|
9815
|
+
cost: {
|
|
9816
|
+
input: number;
|
|
9817
|
+
output: number;
|
|
9818
|
+
cacheRead: number;
|
|
9819
|
+
cacheWrite: number;
|
|
9820
|
+
};
|
|
9821
|
+
contextWindow: number;
|
|
9822
|
+
maxTokens: number;
|
|
9823
|
+
};
|
|
9377
9824
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
9378
9825
|
id: string;
|
|
9379
9826
|
name: string;
|
|
@@ -9816,7 +10263,109 @@ export declare const MODELS: {
|
|
|
9816
10263
|
contextWindow: number;
|
|
9817
10264
|
maxTokens: number;
|
|
9818
10265
|
};
|
|
9819
|
-
readonly "openai/gpt-5-codex": {
|
|
10266
|
+
readonly "openai/gpt-5-codex": {
|
|
10267
|
+
id: string;
|
|
10268
|
+
name: string;
|
|
10269
|
+
api: "openai-completions";
|
|
10270
|
+
provider: string;
|
|
10271
|
+
baseUrl: string;
|
|
10272
|
+
reasoning: true;
|
|
10273
|
+
input: ("image" | "text")[];
|
|
10274
|
+
cost: {
|
|
10275
|
+
input: number;
|
|
10276
|
+
output: number;
|
|
10277
|
+
cacheRead: number;
|
|
10278
|
+
cacheWrite: number;
|
|
10279
|
+
};
|
|
10280
|
+
contextWindow: number;
|
|
10281
|
+
maxTokens: number;
|
|
10282
|
+
};
|
|
10283
|
+
readonly "openai/gpt-5-mini": {
|
|
10284
|
+
id: string;
|
|
10285
|
+
name: string;
|
|
10286
|
+
api: "openai-completions";
|
|
10287
|
+
provider: string;
|
|
10288
|
+
baseUrl: string;
|
|
10289
|
+
reasoning: true;
|
|
10290
|
+
input: ("image" | "text")[];
|
|
10291
|
+
cost: {
|
|
10292
|
+
input: number;
|
|
10293
|
+
output: number;
|
|
10294
|
+
cacheRead: number;
|
|
10295
|
+
cacheWrite: number;
|
|
10296
|
+
};
|
|
10297
|
+
contextWindow: number;
|
|
10298
|
+
maxTokens: number;
|
|
10299
|
+
};
|
|
10300
|
+
readonly "openai/gpt-5-nano": {
|
|
10301
|
+
id: string;
|
|
10302
|
+
name: string;
|
|
10303
|
+
api: "openai-completions";
|
|
10304
|
+
provider: string;
|
|
10305
|
+
baseUrl: string;
|
|
10306
|
+
reasoning: true;
|
|
10307
|
+
input: ("image" | "text")[];
|
|
10308
|
+
cost: {
|
|
10309
|
+
input: number;
|
|
10310
|
+
output: number;
|
|
10311
|
+
cacheRead: number;
|
|
10312
|
+
cacheWrite: number;
|
|
10313
|
+
};
|
|
10314
|
+
contextWindow: number;
|
|
10315
|
+
maxTokens: number;
|
|
10316
|
+
};
|
|
10317
|
+
readonly "openai/gpt-5-pro": {
|
|
10318
|
+
id: string;
|
|
10319
|
+
name: string;
|
|
10320
|
+
api: "openai-completions";
|
|
10321
|
+
provider: string;
|
|
10322
|
+
baseUrl: string;
|
|
10323
|
+
reasoning: true;
|
|
10324
|
+
input: ("image" | "text")[];
|
|
10325
|
+
cost: {
|
|
10326
|
+
input: number;
|
|
10327
|
+
output: number;
|
|
10328
|
+
cacheRead: number;
|
|
10329
|
+
cacheWrite: number;
|
|
10330
|
+
};
|
|
10331
|
+
contextWindow: number;
|
|
10332
|
+
maxTokens: number;
|
|
10333
|
+
};
|
|
10334
|
+
readonly "openai/gpt-5.1": {
|
|
10335
|
+
id: string;
|
|
10336
|
+
name: string;
|
|
10337
|
+
api: "openai-completions";
|
|
10338
|
+
provider: string;
|
|
10339
|
+
baseUrl: string;
|
|
10340
|
+
reasoning: true;
|
|
10341
|
+
input: ("image" | "text")[];
|
|
10342
|
+
cost: {
|
|
10343
|
+
input: number;
|
|
10344
|
+
output: number;
|
|
10345
|
+
cacheRead: number;
|
|
10346
|
+
cacheWrite: number;
|
|
10347
|
+
};
|
|
10348
|
+
contextWindow: number;
|
|
10349
|
+
maxTokens: number;
|
|
10350
|
+
};
|
|
10351
|
+
readonly "openai/gpt-5.1-chat": {
|
|
10352
|
+
id: string;
|
|
10353
|
+
name: string;
|
|
10354
|
+
api: "openai-completions";
|
|
10355
|
+
provider: string;
|
|
10356
|
+
baseUrl: string;
|
|
10357
|
+
reasoning: false;
|
|
10358
|
+
input: ("image" | "text")[];
|
|
10359
|
+
cost: {
|
|
10360
|
+
input: number;
|
|
10361
|
+
output: number;
|
|
10362
|
+
cacheRead: number;
|
|
10363
|
+
cacheWrite: number;
|
|
10364
|
+
};
|
|
10365
|
+
contextWindow: number;
|
|
10366
|
+
maxTokens: number;
|
|
10367
|
+
};
|
|
10368
|
+
readonly "openai/gpt-5.1-codex": {
|
|
9820
10369
|
id: string;
|
|
9821
10370
|
name: string;
|
|
9822
10371
|
api: "openai-completions";
|
|
@@ -9833,7 +10382,7 @@ export declare const MODELS: {
|
|
|
9833
10382
|
contextWindow: number;
|
|
9834
10383
|
maxTokens: number;
|
|
9835
10384
|
};
|
|
9836
|
-
readonly "openai/gpt-5-
|
|
10385
|
+
readonly "openai/gpt-5.1-codex-max": {
|
|
9837
10386
|
id: string;
|
|
9838
10387
|
name: string;
|
|
9839
10388
|
api: "openai-completions";
|
|
@@ -9850,7 +10399,7 @@ export declare const MODELS: {
|
|
|
9850
10399
|
contextWindow: number;
|
|
9851
10400
|
maxTokens: number;
|
|
9852
10401
|
};
|
|
9853
|
-
readonly "openai/gpt-5-
|
|
10402
|
+
readonly "openai/gpt-5.1-codex-mini": {
|
|
9854
10403
|
id: string;
|
|
9855
10404
|
name: string;
|
|
9856
10405
|
api: "openai-completions";
|
|
@@ -9867,7 +10416,7 @@ export declare const MODELS: {
|
|
|
9867
10416
|
contextWindow: number;
|
|
9868
10417
|
maxTokens: number;
|
|
9869
10418
|
};
|
|
9870
|
-
readonly "openai/gpt-5
|
|
10419
|
+
readonly "openai/gpt-5.2": {
|
|
9871
10420
|
id: string;
|
|
9872
10421
|
name: string;
|
|
9873
10422
|
api: "openai-completions";
|
|
@@ -9884,13 +10433,13 @@ export declare const MODELS: {
|
|
|
9884
10433
|
contextWindow: number;
|
|
9885
10434
|
maxTokens: number;
|
|
9886
10435
|
};
|
|
9887
|
-
readonly "openai/gpt-5.
|
|
10436
|
+
readonly "openai/gpt-5.2-chat": {
|
|
9888
10437
|
id: string;
|
|
9889
10438
|
name: string;
|
|
9890
10439
|
api: "openai-completions";
|
|
9891
10440
|
provider: string;
|
|
9892
10441
|
baseUrl: string;
|
|
9893
|
-
reasoning:
|
|
10442
|
+
reasoning: false;
|
|
9894
10443
|
input: ("image" | "text")[];
|
|
9895
10444
|
cost: {
|
|
9896
10445
|
input: number;
|
|
@@ -9901,13 +10450,13 @@ export declare const MODELS: {
|
|
|
9901
10450
|
contextWindow: number;
|
|
9902
10451
|
maxTokens: number;
|
|
9903
10452
|
};
|
|
9904
|
-
readonly "openai/gpt-5.
|
|
10453
|
+
readonly "openai/gpt-5.2-codex": {
|
|
9905
10454
|
id: string;
|
|
9906
10455
|
name: string;
|
|
9907
10456
|
api: "openai-completions";
|
|
9908
10457
|
provider: string;
|
|
9909
10458
|
baseUrl: string;
|
|
9910
|
-
reasoning:
|
|
10459
|
+
reasoning: true;
|
|
9911
10460
|
input: ("image" | "text")[];
|
|
9912
10461
|
cost: {
|
|
9913
10462
|
input: number;
|
|
@@ -9918,7 +10467,7 @@ export declare const MODELS: {
|
|
|
9918
10467
|
contextWindow: number;
|
|
9919
10468
|
maxTokens: number;
|
|
9920
10469
|
};
|
|
9921
|
-
readonly "openai/gpt-5.
|
|
10470
|
+
readonly "openai/gpt-5.2-pro": {
|
|
9922
10471
|
id: string;
|
|
9923
10472
|
name: string;
|
|
9924
10473
|
api: "openai-completions";
|
|
@@ -9935,13 +10484,13 @@ export declare const MODELS: {
|
|
|
9935
10484
|
contextWindow: number;
|
|
9936
10485
|
maxTokens: number;
|
|
9937
10486
|
};
|
|
9938
|
-
readonly "openai/gpt-5.
|
|
10487
|
+
readonly "openai/gpt-5.3-chat": {
|
|
9939
10488
|
id: string;
|
|
9940
10489
|
name: string;
|
|
9941
10490
|
api: "openai-completions";
|
|
9942
10491
|
provider: string;
|
|
9943
10492
|
baseUrl: string;
|
|
9944
|
-
reasoning:
|
|
10493
|
+
reasoning: false;
|
|
9945
10494
|
input: ("image" | "text")[];
|
|
9946
10495
|
cost: {
|
|
9947
10496
|
input: number;
|
|
@@ -9952,7 +10501,7 @@ export declare const MODELS: {
|
|
|
9952
10501
|
contextWindow: number;
|
|
9953
10502
|
maxTokens: number;
|
|
9954
10503
|
};
|
|
9955
|
-
readonly "openai/gpt-5.
|
|
10504
|
+
readonly "openai/gpt-5.3-codex": {
|
|
9956
10505
|
id: string;
|
|
9957
10506
|
name: string;
|
|
9958
10507
|
api: "openai-completions";
|
|
@@ -9969,7 +10518,7 @@ export declare const MODELS: {
|
|
|
9969
10518
|
contextWindow: number;
|
|
9970
10519
|
maxTokens: number;
|
|
9971
10520
|
};
|
|
9972
|
-
readonly "openai/gpt-5.
|
|
10521
|
+
readonly "openai/gpt-5.4": {
|
|
9973
10522
|
id: string;
|
|
9974
10523
|
name: string;
|
|
9975
10524
|
api: "openai-completions";
|
|
@@ -9986,13 +10535,13 @@ export declare const MODELS: {
|
|
|
9986
10535
|
contextWindow: number;
|
|
9987
10536
|
maxTokens: number;
|
|
9988
10537
|
};
|
|
9989
|
-
readonly "openai/gpt-5.
|
|
10538
|
+
readonly "openai/gpt-5.4-mini": {
|
|
9990
10539
|
id: string;
|
|
9991
10540
|
name: string;
|
|
9992
10541
|
api: "openai-completions";
|
|
9993
10542
|
provider: string;
|
|
9994
10543
|
baseUrl: string;
|
|
9995
|
-
reasoning:
|
|
10544
|
+
reasoning: true;
|
|
9996
10545
|
input: ("image" | "text")[];
|
|
9997
10546
|
cost: {
|
|
9998
10547
|
input: number;
|
|
@@ -10003,7 +10552,7 @@ export declare const MODELS: {
|
|
|
10003
10552
|
contextWindow: number;
|
|
10004
10553
|
maxTokens: number;
|
|
10005
10554
|
};
|
|
10006
|
-
readonly "openai/gpt-5.
|
|
10555
|
+
readonly "openai/gpt-5.4-nano": {
|
|
10007
10556
|
id: string;
|
|
10008
10557
|
name: string;
|
|
10009
10558
|
api: "openai-completions";
|
|
@@ -10020,7 +10569,7 @@ export declare const MODELS: {
|
|
|
10020
10569
|
contextWindow: number;
|
|
10021
10570
|
maxTokens: number;
|
|
10022
10571
|
};
|
|
10023
|
-
readonly "openai/gpt-5.
|
|
10572
|
+
readonly "openai/gpt-5.4-pro": {
|
|
10024
10573
|
id: string;
|
|
10025
10574
|
name: string;
|
|
10026
10575
|
api: "openai-completions";
|
|
@@ -10037,13 +10586,13 @@ export declare const MODELS: {
|
|
|
10037
10586
|
contextWindow: number;
|
|
10038
10587
|
maxTokens: number;
|
|
10039
10588
|
};
|
|
10040
|
-
readonly "openai/gpt-5.
|
|
10589
|
+
readonly "openai/gpt-5.5": {
|
|
10041
10590
|
id: string;
|
|
10042
10591
|
name: string;
|
|
10043
10592
|
api: "openai-completions";
|
|
10044
10593
|
provider: string;
|
|
10045
10594
|
baseUrl: string;
|
|
10046
|
-
reasoning:
|
|
10595
|
+
reasoning: true;
|
|
10047
10596
|
input: ("image" | "text")[];
|
|
10048
10597
|
cost: {
|
|
10049
10598
|
input: number;
|
|
@@ -10054,7 +10603,7 @@ export declare const MODELS: {
|
|
|
10054
10603
|
contextWindow: number;
|
|
10055
10604
|
maxTokens: number;
|
|
10056
10605
|
};
|
|
10057
|
-
readonly "openai/gpt-5.
|
|
10606
|
+
readonly "openai/gpt-5.5-pro": {
|
|
10058
10607
|
id: string;
|
|
10059
10608
|
name: string;
|
|
10060
10609
|
api: "openai-completions";
|
|
@@ -10071,7 +10620,7 @@ export declare const MODELS: {
|
|
|
10071
10620
|
contextWindow: number;
|
|
10072
10621
|
maxTokens: number;
|
|
10073
10622
|
};
|
|
10074
|
-
readonly "openai/gpt-5.
|
|
10623
|
+
readonly "openai/gpt-5.6-luna": {
|
|
10075
10624
|
id: string;
|
|
10076
10625
|
name: string;
|
|
10077
10626
|
api: "openai-completions";
|
|
@@ -10088,7 +10637,7 @@ export declare const MODELS: {
|
|
|
10088
10637
|
contextWindow: number;
|
|
10089
10638
|
maxTokens: number;
|
|
10090
10639
|
};
|
|
10091
|
-
readonly "openai/gpt-5.
|
|
10640
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
10092
10641
|
id: string;
|
|
10093
10642
|
name: string;
|
|
10094
10643
|
api: "openai-completions";
|
|
@@ -10105,7 +10654,7 @@ export declare const MODELS: {
|
|
|
10105
10654
|
contextWindow: number;
|
|
10106
10655
|
maxTokens: number;
|
|
10107
10656
|
};
|
|
10108
|
-
readonly "openai/gpt-5.
|
|
10657
|
+
readonly "openai/gpt-5.6-sol": {
|
|
10109
10658
|
id: string;
|
|
10110
10659
|
name: string;
|
|
10111
10660
|
api: "openai-completions";
|
|
@@ -10122,7 +10671,7 @@ export declare const MODELS: {
|
|
|
10122
10671
|
contextWindow: number;
|
|
10123
10672
|
maxTokens: number;
|
|
10124
10673
|
};
|
|
10125
|
-
readonly "openai/gpt-5.
|
|
10674
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
10126
10675
|
id: string;
|
|
10127
10676
|
name: string;
|
|
10128
10677
|
api: "openai-completions";
|
|
@@ -10139,7 +10688,7 @@ export declare const MODELS: {
|
|
|
10139
10688
|
contextWindow: number;
|
|
10140
10689
|
maxTokens: number;
|
|
10141
10690
|
};
|
|
10142
|
-
readonly "openai/gpt-5.
|
|
10691
|
+
readonly "openai/gpt-5.6-terra": {
|
|
10143
10692
|
id: string;
|
|
10144
10693
|
name: string;
|
|
10145
10694
|
api: "openai-completions";
|
|
@@ -10156,7 +10705,7 @@ export declare const MODELS: {
|
|
|
10156
10705
|
contextWindow: number;
|
|
10157
10706
|
maxTokens: number;
|
|
10158
10707
|
};
|
|
10159
|
-
readonly "openai/gpt-5.
|
|
10708
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
10160
10709
|
id: string;
|
|
10161
10710
|
name: string;
|
|
10162
10711
|
api: "openai-completions";
|
|
@@ -10496,23 +11045,6 @@ export declare const MODELS: {
|
|
|
10496
11045
|
contextWindow: number;
|
|
10497
11046
|
maxTokens: number;
|
|
10498
11047
|
};
|
|
10499
|
-
readonly "openrouter/owl-alpha": {
|
|
10500
|
-
id: string;
|
|
10501
|
-
name: string;
|
|
10502
|
-
api: "openai-completions";
|
|
10503
|
-
provider: string;
|
|
10504
|
-
baseUrl: string;
|
|
10505
|
-
reasoning: false;
|
|
10506
|
-
input: "text"[];
|
|
10507
|
-
cost: {
|
|
10508
|
-
input: number;
|
|
10509
|
-
output: number;
|
|
10510
|
-
cacheRead: number;
|
|
10511
|
-
cacheWrite: number;
|
|
10512
|
-
};
|
|
10513
|
-
contextWindow: number;
|
|
10514
|
-
maxTokens: number;
|
|
10515
|
-
};
|
|
10516
11048
|
readonly "poolside/laguna-m.1": {
|
|
10517
11049
|
id: string;
|
|
10518
11050
|
name: string;
|
|
@@ -10547,7 +11079,7 @@ export declare const MODELS: {
|
|
|
10547
11079
|
contextWindow: number;
|
|
10548
11080
|
maxTokens: number;
|
|
10549
11081
|
};
|
|
10550
|
-
readonly "poolside/laguna-xs.
|
|
11082
|
+
readonly "poolside/laguna-xs-2.1": {
|
|
10551
11083
|
id: string;
|
|
10552
11084
|
name: string;
|
|
10553
11085
|
api: "openai-completions";
|
|
@@ -10564,7 +11096,7 @@ export declare const MODELS: {
|
|
|
10564
11096
|
contextWindow: number;
|
|
10565
11097
|
maxTokens: number;
|
|
10566
11098
|
};
|
|
10567
|
-
readonly "poolside/laguna-xs.
|
|
11099
|
+
readonly "poolside/laguna-xs-2.1:free": {
|
|
10568
11100
|
id: string;
|
|
10569
11101
|
name: string;
|
|
10570
11102
|
api: "openai-completions";
|
|
@@ -11482,6 +12014,23 @@ export declare const MODELS: {
|
|
|
11482
12014
|
contextWindow: number;
|
|
11483
12015
|
maxTokens: number;
|
|
11484
12016
|
};
|
|
12017
|
+
readonly "tencent/hy3": {
|
|
12018
|
+
id: string;
|
|
12019
|
+
name: string;
|
|
12020
|
+
api: "openai-completions";
|
|
12021
|
+
provider: string;
|
|
12022
|
+
baseUrl: string;
|
|
12023
|
+
reasoning: true;
|
|
12024
|
+
input: "text"[];
|
|
12025
|
+
cost: {
|
|
12026
|
+
input: number;
|
|
12027
|
+
output: number;
|
|
12028
|
+
cacheRead: number;
|
|
12029
|
+
cacheWrite: number;
|
|
12030
|
+
};
|
|
12031
|
+
contextWindow: number;
|
|
12032
|
+
maxTokens: number;
|
|
12033
|
+
};
|
|
11485
12034
|
readonly "tencent/hy3-preview": {
|
|
11486
12035
|
id: string;
|
|
11487
12036
|
name: string;
|
|
@@ -11499,6 +12048,23 @@ export declare const MODELS: {
|
|
|
11499
12048
|
contextWindow: number;
|
|
11500
12049
|
maxTokens: number;
|
|
11501
12050
|
};
|
|
12051
|
+
readonly "tencent/hy3:free": {
|
|
12052
|
+
id: string;
|
|
12053
|
+
name: string;
|
|
12054
|
+
api: "openai-completions";
|
|
12055
|
+
provider: string;
|
|
12056
|
+
baseUrl: string;
|
|
12057
|
+
reasoning: true;
|
|
12058
|
+
input: "text"[];
|
|
12059
|
+
cost: {
|
|
12060
|
+
input: number;
|
|
12061
|
+
output: number;
|
|
12062
|
+
cacheRead: number;
|
|
12063
|
+
cacheWrite: number;
|
|
12064
|
+
};
|
|
12065
|
+
contextWindow: number;
|
|
12066
|
+
maxTokens: number;
|
|
12067
|
+
};
|
|
11502
12068
|
readonly "thedrummer/unslopnemo-12b": {
|
|
11503
12069
|
id: string;
|
|
11504
12070
|
name: string;
|
|
@@ -11567,6 +12133,23 @@ export declare const MODELS: {
|
|
|
11567
12133
|
contextWindow: number;
|
|
11568
12134
|
maxTokens: number;
|
|
11569
12135
|
};
|
|
12136
|
+
readonly "x-ai/grok-4.5": {
|
|
12137
|
+
id: string;
|
|
12138
|
+
name: string;
|
|
12139
|
+
api: "openai-completions";
|
|
12140
|
+
provider: string;
|
|
12141
|
+
baseUrl: string;
|
|
12142
|
+
reasoning: true;
|
|
12143
|
+
input: ("image" | "text")[];
|
|
12144
|
+
cost: {
|
|
12145
|
+
input: number;
|
|
12146
|
+
output: number;
|
|
12147
|
+
cacheRead: number;
|
|
12148
|
+
cacheWrite: number;
|
|
12149
|
+
};
|
|
12150
|
+
contextWindow: number;
|
|
12151
|
+
maxTokens: number;
|
|
12152
|
+
};
|
|
11570
12153
|
readonly "x-ai/grok-build-0.1": {
|
|
11571
12154
|
id: string;
|
|
11572
12155
|
name: string;
|
|
@@ -11975,6 +12558,23 @@ export declare const MODELS: {
|
|
|
11975
12558
|
contextWindow: number;
|
|
11976
12559
|
maxTokens: number;
|
|
11977
12560
|
};
|
|
12561
|
+
readonly "~x-ai/grok-latest": {
|
|
12562
|
+
id: string;
|
|
12563
|
+
name: string;
|
|
12564
|
+
api: "openai-completions";
|
|
12565
|
+
provider: string;
|
|
12566
|
+
baseUrl: string;
|
|
12567
|
+
reasoning: true;
|
|
12568
|
+
input: ("image" | "text")[];
|
|
12569
|
+
cost: {
|
|
12570
|
+
input: number;
|
|
12571
|
+
output: number;
|
|
12572
|
+
cacheRead: number;
|
|
12573
|
+
cacheWrite: number;
|
|
12574
|
+
};
|
|
12575
|
+
contextWindow: number;
|
|
12576
|
+
maxTokens: number;
|
|
12577
|
+
};
|
|
11978
12578
|
};
|
|
11979
12579
|
readonly "vercel-ai-gateway": {
|
|
11980
12580
|
readonly "alibaba/qwen-3-14b": {
|
|
@@ -12487,6 +13087,23 @@ export declare const MODELS: {
|
|
|
12487
13087
|
contextWindow: number;
|
|
12488
13088
|
maxTokens: number;
|
|
12489
13089
|
};
|
|
13090
|
+
readonly "anthropic/claude-fable-5": {
|
|
13091
|
+
id: string;
|
|
13092
|
+
name: string;
|
|
13093
|
+
api: "anthropic-messages";
|
|
13094
|
+
provider: string;
|
|
13095
|
+
baseUrl: string;
|
|
13096
|
+
reasoning: true;
|
|
13097
|
+
input: ("image" | "text")[];
|
|
13098
|
+
cost: {
|
|
13099
|
+
input: number;
|
|
13100
|
+
output: number;
|
|
13101
|
+
cacheRead: number;
|
|
13102
|
+
cacheWrite: number;
|
|
13103
|
+
};
|
|
13104
|
+
contextWindow: number;
|
|
13105
|
+
maxTokens: number;
|
|
13106
|
+
};
|
|
12490
13107
|
readonly "anthropic/claude-haiku-4.5": {
|
|
12491
13108
|
id: string;
|
|
12492
13109
|
name: string;
|
|
@@ -12657,6 +13274,23 @@ export declare const MODELS: {
|
|
|
12657
13274
|
contextWindow: number;
|
|
12658
13275
|
maxTokens: number;
|
|
12659
13276
|
};
|
|
13277
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
13278
|
+
id: string;
|
|
13279
|
+
name: string;
|
|
13280
|
+
api: "anthropic-messages";
|
|
13281
|
+
provider: string;
|
|
13282
|
+
baseUrl: string;
|
|
13283
|
+
reasoning: true;
|
|
13284
|
+
input: ("image" | "text")[];
|
|
13285
|
+
cost: {
|
|
13286
|
+
input: number;
|
|
13287
|
+
output: number;
|
|
13288
|
+
cacheRead: number;
|
|
13289
|
+
cacheWrite: number;
|
|
13290
|
+
};
|
|
13291
|
+
contextWindow: number;
|
|
13292
|
+
maxTokens: number;
|
|
13293
|
+
};
|
|
12660
13294
|
readonly "arcee-ai/trinity-large-preview": {
|
|
12661
13295
|
id: string;
|
|
12662
13296
|
name: string;
|
|
@@ -13320,6 +13954,23 @@ export declare const MODELS: {
|
|
|
13320
13954
|
contextWindow: number;
|
|
13321
13955
|
maxTokens: number;
|
|
13322
13956
|
};
|
|
13957
|
+
readonly "meta/muse-spark-1.1": {
|
|
13958
|
+
id: string;
|
|
13959
|
+
name: string;
|
|
13960
|
+
api: "anthropic-messages";
|
|
13961
|
+
provider: string;
|
|
13962
|
+
baseUrl: string;
|
|
13963
|
+
reasoning: true;
|
|
13964
|
+
input: ("image" | "text")[];
|
|
13965
|
+
cost: {
|
|
13966
|
+
input: number;
|
|
13967
|
+
output: number;
|
|
13968
|
+
cacheRead: number;
|
|
13969
|
+
cacheWrite: number;
|
|
13970
|
+
};
|
|
13971
|
+
contextWindow: number;
|
|
13972
|
+
maxTokens: number;
|
|
13973
|
+
};
|
|
13323
13974
|
readonly "minimax/minimax-m2": {
|
|
13324
13975
|
id: string;
|
|
13325
13976
|
name: string;
|
|
@@ -14425,6 +15076,57 @@ export declare const MODELS: {
|
|
|
14425
15076
|
contextWindow: number;
|
|
14426
15077
|
maxTokens: number;
|
|
14427
15078
|
};
|
|
15079
|
+
readonly "openai/gpt-5.6-luna": {
|
|
15080
|
+
id: string;
|
|
15081
|
+
name: string;
|
|
15082
|
+
api: "anthropic-messages";
|
|
15083
|
+
provider: string;
|
|
15084
|
+
baseUrl: string;
|
|
15085
|
+
reasoning: true;
|
|
15086
|
+
input: ("image" | "text")[];
|
|
15087
|
+
cost: {
|
|
15088
|
+
input: number;
|
|
15089
|
+
output: number;
|
|
15090
|
+
cacheRead: number;
|
|
15091
|
+
cacheWrite: number;
|
|
15092
|
+
};
|
|
15093
|
+
contextWindow: number;
|
|
15094
|
+
maxTokens: number;
|
|
15095
|
+
};
|
|
15096
|
+
readonly "openai/gpt-5.6-sol": {
|
|
15097
|
+
id: string;
|
|
15098
|
+
name: string;
|
|
15099
|
+
api: "anthropic-messages";
|
|
15100
|
+
provider: string;
|
|
15101
|
+
baseUrl: string;
|
|
15102
|
+
reasoning: true;
|
|
15103
|
+
input: ("image" | "text")[];
|
|
15104
|
+
cost: {
|
|
15105
|
+
input: number;
|
|
15106
|
+
output: number;
|
|
15107
|
+
cacheRead: number;
|
|
15108
|
+
cacheWrite: number;
|
|
15109
|
+
};
|
|
15110
|
+
contextWindow: number;
|
|
15111
|
+
maxTokens: number;
|
|
15112
|
+
};
|
|
15113
|
+
readonly "openai/gpt-5.6-terra": {
|
|
15114
|
+
id: string;
|
|
15115
|
+
name: string;
|
|
15116
|
+
api: "anthropic-messages";
|
|
15117
|
+
provider: string;
|
|
15118
|
+
baseUrl: string;
|
|
15119
|
+
reasoning: true;
|
|
15120
|
+
input: ("image" | "text")[];
|
|
15121
|
+
cost: {
|
|
15122
|
+
input: number;
|
|
15123
|
+
output: number;
|
|
15124
|
+
cacheRead: number;
|
|
15125
|
+
cacheWrite: number;
|
|
15126
|
+
};
|
|
15127
|
+
contextWindow: number;
|
|
15128
|
+
maxTokens: number;
|
|
15129
|
+
};
|
|
14428
15130
|
readonly "openai/gpt-oss-120b": {
|
|
14429
15131
|
id: string;
|
|
14430
15132
|
name: string;
|
|
@@ -14782,6 +15484,23 @@ export declare const MODELS: {
|
|
|
14782
15484
|
contextWindow: number;
|
|
14783
15485
|
maxTokens: number;
|
|
14784
15486
|
};
|
|
15487
|
+
readonly "xai/grok-4.5": {
|
|
15488
|
+
id: string;
|
|
15489
|
+
name: string;
|
|
15490
|
+
api: "anthropic-messages";
|
|
15491
|
+
provider: string;
|
|
15492
|
+
baseUrl: string;
|
|
15493
|
+
reasoning: true;
|
|
15494
|
+
input: ("image" | "text")[];
|
|
15495
|
+
cost: {
|
|
15496
|
+
input: number;
|
|
15497
|
+
output: number;
|
|
15498
|
+
cacheRead: number;
|
|
15499
|
+
cacheWrite: number;
|
|
15500
|
+
};
|
|
15501
|
+
contextWindow: number;
|
|
15502
|
+
maxTokens: number;
|
|
15503
|
+
};
|
|
14785
15504
|
readonly "xai/grok-build-0.1": {
|
|
14786
15505
|
id: string;
|
|
14787
15506
|
name: string;
|
|
@@ -15175,6 +15894,23 @@ export declare const MODELS: {
|
|
|
15175
15894
|
contextWindow: number;
|
|
15176
15895
|
maxTokens: number;
|
|
15177
15896
|
};
|
|
15897
|
+
readonly "grok-4.5": {
|
|
15898
|
+
id: string;
|
|
15899
|
+
name: string;
|
|
15900
|
+
api: "openai-completions";
|
|
15901
|
+
provider: string;
|
|
15902
|
+
baseUrl: string;
|
|
15903
|
+
reasoning: true;
|
|
15904
|
+
input: ("image" | "text")[];
|
|
15905
|
+
cost: {
|
|
15906
|
+
input: number;
|
|
15907
|
+
output: number;
|
|
15908
|
+
cacheRead: number;
|
|
15909
|
+
cacheWrite: number;
|
|
15910
|
+
};
|
|
15911
|
+
contextWindow: number;
|
|
15912
|
+
maxTokens: number;
|
|
15913
|
+
};
|
|
15178
15914
|
readonly "grok-build-0.1": {
|
|
15179
15915
|
id: string;
|
|
15180
15916
|
name: string;
|