@apholdings/jensen-ai 1.0.8 → 1.0.9
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 +382 -193
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +506 -346
- 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;
|
|
@@ -714,6 +799,23 @@ export declare const MODELS: {
|
|
|
714
799
|
contextWindow: number;
|
|
715
800
|
maxTokens: number;
|
|
716
801
|
};
|
|
802
|
+
readonly "jp.anthropic.claude-sonnet-5": {
|
|
803
|
+
id: string;
|
|
804
|
+
name: string;
|
|
805
|
+
api: "bedrock-converse-stream";
|
|
806
|
+
provider: string;
|
|
807
|
+
baseUrl: string;
|
|
808
|
+
reasoning: true;
|
|
809
|
+
input: ("image" | "text")[];
|
|
810
|
+
cost: {
|
|
811
|
+
input: number;
|
|
812
|
+
output: number;
|
|
813
|
+
cacheRead: number;
|
|
814
|
+
cacheWrite: number;
|
|
815
|
+
};
|
|
816
|
+
contextWindow: number;
|
|
817
|
+
maxTokens: number;
|
|
818
|
+
};
|
|
717
819
|
readonly "meta.llama3-1-70b-instruct-v1:0": {
|
|
718
820
|
id: string;
|
|
719
821
|
name: string;
|
|
@@ -1513,14 +1615,14 @@ export declare const MODELS: {
|
|
|
1513
1615
|
contextWindow: number;
|
|
1514
1616
|
maxTokens: number;
|
|
1515
1617
|
};
|
|
1516
|
-
readonly "us.
|
|
1618
|
+
readonly "us.anthropic.claude-sonnet-5": {
|
|
1517
1619
|
id: string;
|
|
1518
1620
|
name: string;
|
|
1519
1621
|
api: "bedrock-converse-stream";
|
|
1520
1622
|
provider: string;
|
|
1521
1623
|
baseUrl: string;
|
|
1522
1624
|
reasoning: true;
|
|
1523
|
-
input: "text"[];
|
|
1625
|
+
input: ("image" | "text")[];
|
|
1524
1626
|
cost: {
|
|
1525
1627
|
input: number;
|
|
1526
1628
|
output: number;
|
|
@@ -1530,14 +1632,14 @@ export declare const MODELS: {
|
|
|
1530
1632
|
contextWindow: number;
|
|
1531
1633
|
maxTokens: number;
|
|
1532
1634
|
};
|
|
1533
|
-
readonly "us.
|
|
1635
|
+
readonly "us.deepseek.r1-v1:0": {
|
|
1534
1636
|
id: string;
|
|
1535
1637
|
name: string;
|
|
1536
1638
|
api: "bedrock-converse-stream";
|
|
1537
1639
|
provider: string;
|
|
1538
1640
|
baseUrl: string;
|
|
1539
|
-
reasoning:
|
|
1540
|
-
input:
|
|
1641
|
+
reasoning: true;
|
|
1642
|
+
input: "text"[];
|
|
1541
1643
|
cost: {
|
|
1542
1644
|
input: number;
|
|
1543
1645
|
output: number;
|
|
@@ -1547,7 +1649,7 @@ export declare const MODELS: {
|
|
|
1547
1649
|
contextWindow: number;
|
|
1548
1650
|
maxTokens: number;
|
|
1549
1651
|
};
|
|
1550
|
-
readonly "us.meta.llama4-
|
|
1652
|
+
readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
|
|
1551
1653
|
id: string;
|
|
1552
1654
|
name: string;
|
|
1553
1655
|
api: "bedrock-converse-stream";
|
|
@@ -1564,14 +1666,14 @@ export declare const MODELS: {
|
|
|
1564
1666
|
contextWindow: number;
|
|
1565
1667
|
maxTokens: number;
|
|
1566
1668
|
};
|
|
1567
|
-
readonly "
|
|
1669
|
+
readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
|
|
1568
1670
|
id: string;
|
|
1569
1671
|
name: string;
|
|
1570
1672
|
api: "bedrock-converse-stream";
|
|
1571
1673
|
provider: string;
|
|
1572
1674
|
baseUrl: string;
|
|
1573
|
-
reasoning:
|
|
1574
|
-
input: "text"[];
|
|
1675
|
+
reasoning: false;
|
|
1676
|
+
input: ("image" | "text")[];
|
|
1575
1677
|
cost: {
|
|
1576
1678
|
input: number;
|
|
1577
1679
|
output: number;
|
|
@@ -1581,7 +1683,7 @@ export declare const MODELS: {
|
|
|
1581
1683
|
contextWindow: number;
|
|
1582
1684
|
maxTokens: number;
|
|
1583
1685
|
};
|
|
1584
|
-
readonly "writer.palmyra-
|
|
1686
|
+
readonly "writer.palmyra-x4-v1:0": {
|
|
1585
1687
|
id: string;
|
|
1586
1688
|
name: string;
|
|
1587
1689
|
api: "bedrock-converse-stream";
|
|
@@ -1598,7 +1700,7 @@ export declare const MODELS: {
|
|
|
1598
1700
|
contextWindow: number;
|
|
1599
1701
|
maxTokens: number;
|
|
1600
1702
|
};
|
|
1601
|
-
readonly "
|
|
1703
|
+
readonly "writer.palmyra-x5-v1:0": {
|
|
1602
1704
|
id: string;
|
|
1603
1705
|
name: string;
|
|
1604
1706
|
api: "bedrock-converse-stream";
|
|
@@ -1615,14 +1717,14 @@ export declare const MODELS: {
|
|
|
1615
1717
|
contextWindow: number;
|
|
1616
1718
|
maxTokens: number;
|
|
1617
1719
|
};
|
|
1618
|
-
readonly "
|
|
1720
|
+
readonly "xai.grok-4.3": {
|
|
1619
1721
|
id: string;
|
|
1620
1722
|
name: string;
|
|
1621
1723
|
api: "bedrock-converse-stream";
|
|
1622
1724
|
provider: string;
|
|
1623
1725
|
baseUrl: string;
|
|
1624
1726
|
reasoning: true;
|
|
1625
|
-
input: "text"[];
|
|
1727
|
+
input: ("image" | "text")[];
|
|
1626
1728
|
cost: {
|
|
1627
1729
|
input: number;
|
|
1628
1730
|
output: number;
|
|
@@ -1632,7 +1734,7 @@ export declare const MODELS: {
|
|
|
1632
1734
|
contextWindow: number;
|
|
1633
1735
|
maxTokens: number;
|
|
1634
1736
|
};
|
|
1635
|
-
readonly "zai.glm-
|
|
1737
|
+
readonly "zai.glm-4.7": {
|
|
1636
1738
|
id: string;
|
|
1637
1739
|
name: string;
|
|
1638
1740
|
api: "bedrock-converse-stream";
|
|
@@ -1649,118 +1751,14 @@ export declare const MODELS: {
|
|
|
1649
1751
|
contextWindow: number;
|
|
1650
1752
|
maxTokens: number;
|
|
1651
1753
|
};
|
|
1652
|
-
|
|
1653
|
-
readonly anthropic: {
|
|
1654
|
-
readonly "claude-3-5-haiku-20241022": {
|
|
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-haiku-latest": {
|
|
1672
|
-
id: string;
|
|
1673
|
-
name: string;
|
|
1674
|
-
api: "anthropic-messages";
|
|
1675
|
-
provider: string;
|
|
1676
|
-
baseUrl: string;
|
|
1677
|
-
reasoning: false;
|
|
1678
|
-
input: ("image" | "text")[];
|
|
1679
|
-
cost: {
|
|
1680
|
-
input: number;
|
|
1681
|
-
output: number;
|
|
1682
|
-
cacheRead: number;
|
|
1683
|
-
cacheWrite: number;
|
|
1684
|
-
};
|
|
1685
|
-
contextWindow: number;
|
|
1686
|
-
maxTokens: number;
|
|
1687
|
-
};
|
|
1688
|
-
readonly "claude-3-5-sonnet-20240620": {
|
|
1689
|
-
id: string;
|
|
1690
|
-
name: string;
|
|
1691
|
-
api: "anthropic-messages";
|
|
1692
|
-
provider: string;
|
|
1693
|
-
baseUrl: string;
|
|
1694
|
-
reasoning: false;
|
|
1695
|
-
input: ("image" | "text")[];
|
|
1696
|
-
cost: {
|
|
1697
|
-
input: number;
|
|
1698
|
-
output: number;
|
|
1699
|
-
cacheRead: number;
|
|
1700
|
-
cacheWrite: number;
|
|
1701
|
-
};
|
|
1702
|
-
contextWindow: number;
|
|
1703
|
-
maxTokens: number;
|
|
1704
|
-
};
|
|
1705
|
-
readonly "claude-3-5-sonnet-20241022": {
|
|
1706
|
-
id: string;
|
|
1707
|
-
name: string;
|
|
1708
|
-
api: "anthropic-messages";
|
|
1709
|
-
provider: string;
|
|
1710
|
-
baseUrl: string;
|
|
1711
|
-
reasoning: false;
|
|
1712
|
-
input: ("image" | "text")[];
|
|
1713
|
-
cost: {
|
|
1714
|
-
input: number;
|
|
1715
|
-
output: number;
|
|
1716
|
-
cacheRead: number;
|
|
1717
|
-
cacheWrite: number;
|
|
1718
|
-
};
|
|
1719
|
-
contextWindow: number;
|
|
1720
|
-
maxTokens: number;
|
|
1721
|
-
};
|
|
1722
|
-
readonly "claude-3-7-sonnet-20250219": {
|
|
1754
|
+
readonly "zai.glm-4.7-flash": {
|
|
1723
1755
|
id: string;
|
|
1724
1756
|
name: string;
|
|
1725
|
-
api: "
|
|
1757
|
+
api: "bedrock-converse-stream";
|
|
1726
1758
|
provider: string;
|
|
1727
1759
|
baseUrl: string;
|
|
1728
1760
|
reasoning: true;
|
|
1729
|
-
input:
|
|
1730
|
-
cost: {
|
|
1731
|
-
input: number;
|
|
1732
|
-
output: number;
|
|
1733
|
-
cacheRead: number;
|
|
1734
|
-
cacheWrite: number;
|
|
1735
|
-
};
|
|
1736
|
-
contextWindow: number;
|
|
1737
|
-
maxTokens: number;
|
|
1738
|
-
};
|
|
1739
|
-
readonly "claude-3-haiku-20240307": {
|
|
1740
|
-
id: string;
|
|
1741
|
-
name: string;
|
|
1742
|
-
api: "anthropic-messages";
|
|
1743
|
-
provider: string;
|
|
1744
|
-
baseUrl: string;
|
|
1745
|
-
reasoning: false;
|
|
1746
|
-
input: ("image" | "text")[];
|
|
1747
|
-
cost: {
|
|
1748
|
-
input: number;
|
|
1749
|
-
output: number;
|
|
1750
|
-
cacheRead: number;
|
|
1751
|
-
cacheWrite: number;
|
|
1752
|
-
};
|
|
1753
|
-
contextWindow: number;
|
|
1754
|
-
maxTokens: number;
|
|
1755
|
-
};
|
|
1756
|
-
readonly "claude-3-opus-20240229": {
|
|
1757
|
-
id: string;
|
|
1758
|
-
name: string;
|
|
1759
|
-
api: "anthropic-messages";
|
|
1760
|
-
provider: string;
|
|
1761
|
-
baseUrl: string;
|
|
1762
|
-
reasoning: false;
|
|
1763
|
-
input: ("image" | "text")[];
|
|
1761
|
+
input: "text"[];
|
|
1764
1762
|
cost: {
|
|
1765
1763
|
input: number;
|
|
1766
1764
|
output: number;
|
|
@@ -1770,14 +1768,14 @@ export declare const MODELS: {
|
|
|
1770
1768
|
contextWindow: number;
|
|
1771
1769
|
maxTokens: number;
|
|
1772
1770
|
};
|
|
1773
|
-
readonly "
|
|
1771
|
+
readonly "zai.glm-5": {
|
|
1774
1772
|
id: string;
|
|
1775
1773
|
name: string;
|
|
1776
|
-
api: "
|
|
1774
|
+
api: "bedrock-converse-stream";
|
|
1777
1775
|
provider: string;
|
|
1778
1776
|
baseUrl: string;
|
|
1779
|
-
reasoning:
|
|
1780
|
-
input:
|
|
1777
|
+
reasoning: true;
|
|
1778
|
+
input: "text"[];
|
|
1781
1779
|
cost: {
|
|
1782
1780
|
input: number;
|
|
1783
1781
|
output: number;
|
|
@@ -1787,6 +1785,8 @@ export declare const MODELS: {
|
|
|
1787
1785
|
contextWindow: number;
|
|
1788
1786
|
maxTokens: number;
|
|
1789
1787
|
};
|
|
1788
|
+
};
|
|
1789
|
+
readonly anthropic: {
|
|
1790
1790
|
readonly "claude-fable-5": {
|
|
1791
1791
|
id: string;
|
|
1792
1792
|
name: string;
|
|
@@ -1838,23 +1838,6 @@ export declare const MODELS: {
|
|
|
1838
1838
|
contextWindow: number;
|
|
1839
1839
|
maxTokens: number;
|
|
1840
1840
|
};
|
|
1841
|
-
readonly "claude-opus-4-0": {
|
|
1842
|
-
id: string;
|
|
1843
|
-
name: string;
|
|
1844
|
-
api: "anthropic-messages";
|
|
1845
|
-
provider: string;
|
|
1846
|
-
baseUrl: string;
|
|
1847
|
-
reasoning: true;
|
|
1848
|
-
input: ("image" | "text")[];
|
|
1849
|
-
cost: {
|
|
1850
|
-
input: number;
|
|
1851
|
-
output: number;
|
|
1852
|
-
cacheRead: number;
|
|
1853
|
-
cacheWrite: number;
|
|
1854
|
-
};
|
|
1855
|
-
contextWindow: number;
|
|
1856
|
-
maxTokens: number;
|
|
1857
|
-
};
|
|
1858
1841
|
readonly "claude-opus-4-1": {
|
|
1859
1842
|
id: string;
|
|
1860
1843
|
name: string;
|
|
@@ -1889,23 +1872,6 @@ export declare const MODELS: {
|
|
|
1889
1872
|
contextWindow: number;
|
|
1890
1873
|
maxTokens: number;
|
|
1891
1874
|
};
|
|
1892
|
-
readonly "claude-opus-4-20250514": {
|
|
1893
|
-
id: string;
|
|
1894
|
-
name: string;
|
|
1895
|
-
api: "anthropic-messages";
|
|
1896
|
-
provider: string;
|
|
1897
|
-
baseUrl: string;
|
|
1898
|
-
reasoning: true;
|
|
1899
|
-
input: ("image" | "text")[];
|
|
1900
|
-
cost: {
|
|
1901
|
-
input: number;
|
|
1902
|
-
output: number;
|
|
1903
|
-
cacheRead: number;
|
|
1904
|
-
cacheWrite: number;
|
|
1905
|
-
};
|
|
1906
|
-
contextWindow: number;
|
|
1907
|
-
maxTokens: number;
|
|
1908
|
-
};
|
|
1909
1875
|
readonly "claude-opus-4-5": {
|
|
1910
1876
|
id: string;
|
|
1911
1877
|
name: string;
|
|
@@ -1991,24 +1957,7 @@ export declare const MODELS: {
|
|
|
1991
1957
|
contextWindow: number;
|
|
1992
1958
|
maxTokens: number;
|
|
1993
1959
|
};
|
|
1994
|
-
readonly "claude-sonnet-4-
|
|
1995
|
-
id: string;
|
|
1996
|
-
name: string;
|
|
1997
|
-
api: "anthropic-messages";
|
|
1998
|
-
provider: string;
|
|
1999
|
-
baseUrl: string;
|
|
2000
|
-
reasoning: true;
|
|
2001
|
-
input: ("image" | "text")[];
|
|
2002
|
-
cost: {
|
|
2003
|
-
input: number;
|
|
2004
|
-
output: number;
|
|
2005
|
-
cacheRead: number;
|
|
2006
|
-
cacheWrite: number;
|
|
2007
|
-
};
|
|
2008
|
-
contextWindow: number;
|
|
2009
|
-
maxTokens: number;
|
|
2010
|
-
};
|
|
2011
|
-
readonly "claude-sonnet-4-20250514": {
|
|
1960
|
+
readonly "claude-sonnet-4-5": {
|
|
2012
1961
|
id: string;
|
|
2013
1962
|
name: string;
|
|
2014
1963
|
api: "anthropic-messages";
|
|
@@ -2025,7 +1974,7 @@ export declare const MODELS: {
|
|
|
2025
1974
|
contextWindow: number;
|
|
2026
1975
|
maxTokens: number;
|
|
2027
1976
|
};
|
|
2028
|
-
readonly "claude-sonnet-4-5": {
|
|
1977
|
+
readonly "claude-sonnet-4-5-20250929": {
|
|
2029
1978
|
id: string;
|
|
2030
1979
|
name: string;
|
|
2031
1980
|
api: "anthropic-messages";
|
|
@@ -2042,7 +1991,7 @@ export declare const MODELS: {
|
|
|
2042
1991
|
contextWindow: number;
|
|
2043
1992
|
maxTokens: number;
|
|
2044
1993
|
};
|
|
2045
|
-
readonly "claude-sonnet-4-
|
|
1994
|
+
readonly "claude-sonnet-4-6": {
|
|
2046
1995
|
id: string;
|
|
2047
1996
|
name: string;
|
|
2048
1997
|
api: "anthropic-messages";
|
|
@@ -2059,7 +2008,7 @@ export declare const MODELS: {
|
|
|
2059
2008
|
contextWindow: number;
|
|
2060
2009
|
maxTokens: number;
|
|
2061
2010
|
};
|
|
2062
|
-
readonly "claude-sonnet-
|
|
2011
|
+
readonly "claude-sonnet-5": {
|
|
2063
2012
|
id: string;
|
|
2064
2013
|
name: string;
|
|
2065
2014
|
api: "anthropic-messages";
|
|
@@ -2794,6 +2743,23 @@ export declare const MODELS: {
|
|
|
2794
2743
|
};
|
|
2795
2744
|
};
|
|
2796
2745
|
readonly cerebras: {
|
|
2746
|
+
readonly "gemma-4-31b": {
|
|
2747
|
+
id: string;
|
|
2748
|
+
name: string;
|
|
2749
|
+
api: "openai-completions";
|
|
2750
|
+
provider: string;
|
|
2751
|
+
baseUrl: string;
|
|
2752
|
+
reasoning: true;
|
|
2753
|
+
input: ("image" | "text")[];
|
|
2754
|
+
cost: {
|
|
2755
|
+
input: number;
|
|
2756
|
+
output: number;
|
|
2757
|
+
cacheRead: number;
|
|
2758
|
+
cacheWrite: number;
|
|
2759
|
+
};
|
|
2760
|
+
contextWindow: number;
|
|
2761
|
+
maxTokens: number;
|
|
2762
|
+
};
|
|
2797
2763
|
readonly "gpt-oss-120b": {
|
|
2798
2764
|
id: string;
|
|
2799
2765
|
name: string;
|
|
@@ -3042,6 +3008,34 @@ export declare const MODELS: {
|
|
|
3042
3008
|
contextWindow: number;
|
|
3043
3009
|
maxTokens: number;
|
|
3044
3010
|
};
|
|
3011
|
+
readonly "claude-sonnet-5": {
|
|
3012
|
+
id: string;
|
|
3013
|
+
name: string;
|
|
3014
|
+
api: "openai-completions";
|
|
3015
|
+
provider: string;
|
|
3016
|
+
baseUrl: string;
|
|
3017
|
+
headers: {
|
|
3018
|
+
"User-Agent": string;
|
|
3019
|
+
"Editor-Version": string;
|
|
3020
|
+
"Editor-Plugin-Version": string;
|
|
3021
|
+
"Copilot-Integration-Id": string;
|
|
3022
|
+
};
|
|
3023
|
+
compat: {
|
|
3024
|
+
supportsStore: false;
|
|
3025
|
+
supportsDeveloperRole: false;
|
|
3026
|
+
supportsReasoningEffort: false;
|
|
3027
|
+
};
|
|
3028
|
+
reasoning: true;
|
|
3029
|
+
input: ("image" | "text")[];
|
|
3030
|
+
cost: {
|
|
3031
|
+
input: number;
|
|
3032
|
+
output: number;
|
|
3033
|
+
cacheRead: number;
|
|
3034
|
+
cacheWrite: number;
|
|
3035
|
+
};
|
|
3036
|
+
contextWindow: number;
|
|
3037
|
+
maxTokens: number;
|
|
3038
|
+
};
|
|
3045
3039
|
readonly "gemini-2.5-pro": {
|
|
3046
3040
|
id: string;
|
|
3047
3041
|
name: string;
|
|
@@ -3366,6 +3360,62 @@ export declare const MODELS: {
|
|
|
3366
3360
|
contextWindow: number;
|
|
3367
3361
|
maxTokens: number;
|
|
3368
3362
|
};
|
|
3363
|
+
readonly "kimi-k2.7-code": {
|
|
3364
|
+
id: string;
|
|
3365
|
+
name: string;
|
|
3366
|
+
api: "openai-completions";
|
|
3367
|
+
provider: string;
|
|
3368
|
+
baseUrl: string;
|
|
3369
|
+
headers: {
|
|
3370
|
+
"User-Agent": string;
|
|
3371
|
+
"Editor-Version": string;
|
|
3372
|
+
"Editor-Plugin-Version": string;
|
|
3373
|
+
"Copilot-Integration-Id": string;
|
|
3374
|
+
};
|
|
3375
|
+
compat: {
|
|
3376
|
+
supportsStore: false;
|
|
3377
|
+
supportsDeveloperRole: false;
|
|
3378
|
+
supportsReasoningEffort: false;
|
|
3379
|
+
};
|
|
3380
|
+
reasoning: true;
|
|
3381
|
+
input: ("image" | "text")[];
|
|
3382
|
+
cost: {
|
|
3383
|
+
input: number;
|
|
3384
|
+
output: number;
|
|
3385
|
+
cacheRead: number;
|
|
3386
|
+
cacheWrite: number;
|
|
3387
|
+
};
|
|
3388
|
+
contextWindow: number;
|
|
3389
|
+
maxTokens: number;
|
|
3390
|
+
};
|
|
3391
|
+
readonly "mai-code-1-flash-picker": {
|
|
3392
|
+
id: string;
|
|
3393
|
+
name: string;
|
|
3394
|
+
api: "openai-completions";
|
|
3395
|
+
provider: string;
|
|
3396
|
+
baseUrl: string;
|
|
3397
|
+
headers: {
|
|
3398
|
+
"User-Agent": string;
|
|
3399
|
+
"Editor-Version": string;
|
|
3400
|
+
"Editor-Plugin-Version": string;
|
|
3401
|
+
"Copilot-Integration-Id": string;
|
|
3402
|
+
};
|
|
3403
|
+
compat: {
|
|
3404
|
+
supportsStore: false;
|
|
3405
|
+
supportsDeveloperRole: false;
|
|
3406
|
+
supportsReasoningEffort: false;
|
|
3407
|
+
};
|
|
3408
|
+
reasoning: true;
|
|
3409
|
+
input: "text"[];
|
|
3410
|
+
cost: {
|
|
3411
|
+
input: number;
|
|
3412
|
+
output: number;
|
|
3413
|
+
cacheRead: number;
|
|
3414
|
+
cacheWrite: number;
|
|
3415
|
+
};
|
|
3416
|
+
contextWindow: number;
|
|
3417
|
+
maxTokens: number;
|
|
3418
|
+
};
|
|
3369
3419
|
};
|
|
3370
3420
|
readonly google: {
|
|
3371
3421
|
readonly "gemini-2.0-flash": {
|
|
@@ -4948,6 +4998,26 @@ export declare const MODELS: {
|
|
|
4948
4998
|
contextWindow: number;
|
|
4949
4999
|
maxTokens: number;
|
|
4950
5000
|
};
|
|
5001
|
+
readonly "openai/gpt-oss-120b": {
|
|
5002
|
+
id: string;
|
|
5003
|
+
name: string;
|
|
5004
|
+
api: "openai-completions";
|
|
5005
|
+
provider: string;
|
|
5006
|
+
baseUrl: string;
|
|
5007
|
+
compat: {
|
|
5008
|
+
supportsDeveloperRole: false;
|
|
5009
|
+
};
|
|
5010
|
+
reasoning: true;
|
|
5011
|
+
input: "text"[];
|
|
5012
|
+
cost: {
|
|
5013
|
+
input: number;
|
|
5014
|
+
output: number;
|
|
5015
|
+
cacheRead: number;
|
|
5016
|
+
cacheWrite: number;
|
|
5017
|
+
};
|
|
5018
|
+
contextWindow: number;
|
|
5019
|
+
maxTokens: number;
|
|
5020
|
+
};
|
|
4951
5021
|
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
4952
5022
|
id: string;
|
|
4953
5023
|
name: string;
|
|
@@ -5794,7 +5864,7 @@ export declare const MODELS: {
|
|
|
5794
5864
|
api: "mistral-conversations";
|
|
5795
5865
|
provider: string;
|
|
5796
5866
|
baseUrl: string;
|
|
5797
|
-
reasoning:
|
|
5867
|
+
reasoning: true;
|
|
5798
5868
|
input: ("image" | "text")[];
|
|
5799
5869
|
cost: {
|
|
5800
5870
|
input: number;
|
|
@@ -6865,6 +6935,23 @@ export declare const MODELS: {
|
|
|
6865
6935
|
contextWindow: number;
|
|
6866
6936
|
maxTokens: number;
|
|
6867
6937
|
};
|
|
6938
|
+
readonly "claude-fable-5": {
|
|
6939
|
+
id: string;
|
|
6940
|
+
name: string;
|
|
6941
|
+
api: "anthropic-messages";
|
|
6942
|
+
provider: string;
|
|
6943
|
+
baseUrl: string;
|
|
6944
|
+
reasoning: true;
|
|
6945
|
+
input: ("image" | "text")[];
|
|
6946
|
+
cost: {
|
|
6947
|
+
input: number;
|
|
6948
|
+
output: number;
|
|
6949
|
+
cacheRead: number;
|
|
6950
|
+
cacheWrite: number;
|
|
6951
|
+
};
|
|
6952
|
+
contextWindow: number;
|
|
6953
|
+
maxTokens: number;
|
|
6954
|
+
};
|
|
6868
6955
|
readonly "claude-haiku-4-5": {
|
|
6869
6956
|
id: string;
|
|
6870
6957
|
name: string;
|
|
@@ -7018,6 +7105,23 @@ export declare const MODELS: {
|
|
|
7018
7105
|
contextWindow: number;
|
|
7019
7106
|
maxTokens: number;
|
|
7020
7107
|
};
|
|
7108
|
+
readonly "claude-sonnet-5": {
|
|
7109
|
+
id: string;
|
|
7110
|
+
name: string;
|
|
7111
|
+
api: "anthropic-messages";
|
|
7112
|
+
provider: string;
|
|
7113
|
+
baseUrl: string;
|
|
7114
|
+
reasoning: true;
|
|
7115
|
+
input: ("image" | "text")[];
|
|
7116
|
+
cost: {
|
|
7117
|
+
input: number;
|
|
7118
|
+
output: number;
|
|
7119
|
+
cacheRead: number;
|
|
7120
|
+
cacheWrite: number;
|
|
7121
|
+
};
|
|
7122
|
+
contextWindow: number;
|
|
7123
|
+
maxTokens: number;
|
|
7124
|
+
};
|
|
7021
7125
|
readonly "deepseek-v4-flash": {
|
|
7022
7126
|
id: string;
|
|
7023
7127
|
name: string;
|
|
@@ -7494,6 +7598,23 @@ export declare const MODELS: {
|
|
|
7494
7598
|
contextWindow: number;
|
|
7495
7599
|
maxTokens: number;
|
|
7496
7600
|
};
|
|
7601
|
+
readonly "kimi-k2.7-code": {
|
|
7602
|
+
id: string;
|
|
7603
|
+
name: string;
|
|
7604
|
+
api: "openai-completions";
|
|
7605
|
+
provider: string;
|
|
7606
|
+
baseUrl: string;
|
|
7607
|
+
reasoning: true;
|
|
7608
|
+
input: ("image" | "text")[];
|
|
7609
|
+
cost: {
|
|
7610
|
+
input: number;
|
|
7611
|
+
output: number;
|
|
7612
|
+
cacheRead: number;
|
|
7613
|
+
cacheWrite: number;
|
|
7614
|
+
};
|
|
7615
|
+
contextWindow: number;
|
|
7616
|
+
maxTokens: number;
|
|
7617
|
+
};
|
|
7497
7618
|
readonly "mimo-v2.5-free": {
|
|
7498
7619
|
id: string;
|
|
7499
7620
|
name: string;
|
|
@@ -7545,6 +7666,23 @@ export declare const MODELS: {
|
|
|
7545
7666
|
contextWindow: number;
|
|
7546
7667
|
maxTokens: number;
|
|
7547
7668
|
};
|
|
7669
|
+
readonly "minimax-m3": {
|
|
7670
|
+
id: string;
|
|
7671
|
+
name: string;
|
|
7672
|
+
api: "openai-completions";
|
|
7673
|
+
provider: string;
|
|
7674
|
+
baseUrl: string;
|
|
7675
|
+
reasoning: true;
|
|
7676
|
+
input: ("image" | "text")[];
|
|
7677
|
+
cost: {
|
|
7678
|
+
input: number;
|
|
7679
|
+
output: number;
|
|
7680
|
+
cacheRead: number;
|
|
7681
|
+
cacheWrite: number;
|
|
7682
|
+
};
|
|
7683
|
+
contextWindow: number;
|
|
7684
|
+
maxTokens: number;
|
|
7685
|
+
};
|
|
7548
7686
|
readonly "nemotron-3-ultra-free": {
|
|
7549
7687
|
id: string;
|
|
7550
7688
|
name: string;
|
|
@@ -8059,7 +8197,7 @@ export declare const MODELS: {
|
|
|
8059
8197
|
contextWindow: number;
|
|
8060
8198
|
maxTokens: number;
|
|
8061
8199
|
};
|
|
8062
|
-
readonly "anthropic/claude-opus-4.
|
|
8200
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
8063
8201
|
id: string;
|
|
8064
8202
|
name: string;
|
|
8065
8203
|
api: "openai-completions";
|
|
@@ -8076,7 +8214,7 @@ export declare const MODELS: {
|
|
|
8076
8214
|
contextWindow: number;
|
|
8077
8215
|
maxTokens: number;
|
|
8078
8216
|
};
|
|
8079
|
-
readonly "anthropic/claude-opus-4.7": {
|
|
8217
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
8080
8218
|
id: string;
|
|
8081
8219
|
name: string;
|
|
8082
8220
|
api: "openai-completions";
|
|
@@ -8093,7 +8231,7 @@ export declare const MODELS: {
|
|
|
8093
8231
|
contextWindow: number;
|
|
8094
8232
|
maxTokens: number;
|
|
8095
8233
|
};
|
|
8096
|
-
readonly "anthropic/claude-opus-4.
|
|
8234
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
8097
8235
|
id: string;
|
|
8098
8236
|
name: string;
|
|
8099
8237
|
api: "openai-completions";
|
|
@@ -8110,7 +8248,7 @@ export declare const MODELS: {
|
|
|
8110
8248
|
contextWindow: number;
|
|
8111
8249
|
maxTokens: number;
|
|
8112
8250
|
};
|
|
8113
|
-
readonly "anthropic/claude-opus-4.8": {
|
|
8251
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
8114
8252
|
id: string;
|
|
8115
8253
|
name: string;
|
|
8116
8254
|
api: "openai-completions";
|
|
@@ -8127,7 +8265,7 @@ export declare const MODELS: {
|
|
|
8127
8265
|
contextWindow: number;
|
|
8128
8266
|
maxTokens: number;
|
|
8129
8267
|
};
|
|
8130
|
-
readonly "anthropic/claude-
|
|
8268
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
8131
8269
|
id: string;
|
|
8132
8270
|
name: string;
|
|
8133
8271
|
api: "openai-completions";
|
|
@@ -8144,7 +8282,7 @@ export declare const MODELS: {
|
|
|
8144
8282
|
contextWindow: number;
|
|
8145
8283
|
maxTokens: number;
|
|
8146
8284
|
};
|
|
8147
|
-
readonly "anthropic/claude-sonnet-4": {
|
|
8285
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
8148
8286
|
id: string;
|
|
8149
8287
|
name: string;
|
|
8150
8288
|
api: "openai-completions";
|
|
@@ -8161,7 +8299,7 @@ export declare const MODELS: {
|
|
|
8161
8299
|
contextWindow: number;
|
|
8162
8300
|
maxTokens: number;
|
|
8163
8301
|
};
|
|
8164
|
-
readonly "anthropic/claude-sonnet-4.
|
|
8302
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
8165
8303
|
id: string;
|
|
8166
8304
|
name: string;
|
|
8167
8305
|
api: "openai-completions";
|
|
@@ -8178,7 +8316,7 @@ export declare const MODELS: {
|
|
|
8178
8316
|
contextWindow: number;
|
|
8179
8317
|
maxTokens: number;
|
|
8180
8318
|
};
|
|
8181
|
-
readonly "anthropic/claude-sonnet-
|
|
8319
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
8182
8320
|
id: string;
|
|
8183
8321
|
name: string;
|
|
8184
8322
|
api: "openai-completions";
|
|
@@ -10711,13 +10849,13 @@ export declare const MODELS: {
|
|
|
10711
10849
|
contextWindow: number;
|
|
10712
10850
|
maxTokens: number;
|
|
10713
10851
|
};
|
|
10714
|
-
readonly "
|
|
10852
|
+
readonly "poolside/laguna-m.1": {
|
|
10715
10853
|
id: string;
|
|
10716
10854
|
name: string;
|
|
10717
10855
|
api: "openai-completions";
|
|
10718
10856
|
provider: string;
|
|
10719
10857
|
baseUrl: string;
|
|
10720
|
-
reasoning:
|
|
10858
|
+
reasoning: true;
|
|
10721
10859
|
input: "text"[];
|
|
10722
10860
|
cost: {
|
|
10723
10861
|
input: number;
|
|
@@ -10728,7 +10866,7 @@ export declare const MODELS: {
|
|
|
10728
10866
|
contextWindow: number;
|
|
10729
10867
|
maxTokens: number;
|
|
10730
10868
|
};
|
|
10731
|
-
readonly "poolside/laguna-m.1": {
|
|
10869
|
+
readonly "poolside/laguna-m.1:free": {
|
|
10732
10870
|
id: string;
|
|
10733
10871
|
name: string;
|
|
10734
10872
|
api: "openai-completions";
|
|
@@ -10745,7 +10883,24 @@ export declare const MODELS: {
|
|
|
10745
10883
|
contextWindow: number;
|
|
10746
10884
|
maxTokens: number;
|
|
10747
10885
|
};
|
|
10748
|
-
readonly "poolside/laguna-
|
|
10886
|
+
readonly "poolside/laguna-xs-2.1": {
|
|
10887
|
+
id: string;
|
|
10888
|
+
name: string;
|
|
10889
|
+
api: "openai-completions";
|
|
10890
|
+
provider: string;
|
|
10891
|
+
baseUrl: string;
|
|
10892
|
+
reasoning: true;
|
|
10893
|
+
input: "text"[];
|
|
10894
|
+
cost: {
|
|
10895
|
+
input: number;
|
|
10896
|
+
output: number;
|
|
10897
|
+
cacheRead: number;
|
|
10898
|
+
cacheWrite: number;
|
|
10899
|
+
};
|
|
10900
|
+
contextWindow: number;
|
|
10901
|
+
maxTokens: number;
|
|
10902
|
+
};
|
|
10903
|
+
readonly "poolside/laguna-xs-2.1:free": {
|
|
10749
10904
|
id: string;
|
|
10750
10905
|
name: string;
|
|
10751
10906
|
api: "openai-completions";
|
|
@@ -12702,6 +12857,23 @@ export declare const MODELS: {
|
|
|
12702
12857
|
contextWindow: number;
|
|
12703
12858
|
maxTokens: number;
|
|
12704
12859
|
};
|
|
12860
|
+
readonly "anthropic/claude-fable-5": {
|
|
12861
|
+
id: string;
|
|
12862
|
+
name: string;
|
|
12863
|
+
api: "anthropic-messages";
|
|
12864
|
+
provider: string;
|
|
12865
|
+
baseUrl: string;
|
|
12866
|
+
reasoning: true;
|
|
12867
|
+
input: ("image" | "text")[];
|
|
12868
|
+
cost: {
|
|
12869
|
+
input: number;
|
|
12870
|
+
output: number;
|
|
12871
|
+
cacheRead: number;
|
|
12872
|
+
cacheWrite: number;
|
|
12873
|
+
};
|
|
12874
|
+
contextWindow: number;
|
|
12875
|
+
maxTokens: number;
|
|
12876
|
+
};
|
|
12705
12877
|
readonly "anthropic/claude-haiku-4.5": {
|
|
12706
12878
|
id: string;
|
|
12707
12879
|
name: string;
|
|
@@ -12872,6 +13044,23 @@ export declare const MODELS: {
|
|
|
12872
13044
|
contextWindow: number;
|
|
12873
13045
|
maxTokens: number;
|
|
12874
13046
|
};
|
|
13047
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
13048
|
+
id: string;
|
|
13049
|
+
name: string;
|
|
13050
|
+
api: "anthropic-messages";
|
|
13051
|
+
provider: string;
|
|
13052
|
+
baseUrl: string;
|
|
13053
|
+
reasoning: true;
|
|
13054
|
+
input: ("image" | "text")[];
|
|
13055
|
+
cost: {
|
|
13056
|
+
input: number;
|
|
13057
|
+
output: number;
|
|
13058
|
+
cacheRead: number;
|
|
13059
|
+
cacheWrite: number;
|
|
13060
|
+
};
|
|
13061
|
+
contextWindow: number;
|
|
13062
|
+
maxTokens: number;
|
|
13063
|
+
};
|
|
12875
13064
|
readonly "arcee-ai/trinity-large-preview": {
|
|
12876
13065
|
id: string;
|
|
12877
13066
|
name: string;
|