@caupulican/pi-ai 0.80.54 → 0.80.55
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.js
CHANGED
|
@@ -1671,40 +1671,6 @@ export const MODELS = {
|
|
|
1671
1671
|
},
|
|
1672
1672
|
},
|
|
1673
1673
|
"anthropic": {
|
|
1674
|
-
"claude-3-5-haiku-20241022": {
|
|
1675
|
-
id: "claude-3-5-haiku-20241022",
|
|
1676
|
-
name: "Claude Haiku 3.5",
|
|
1677
|
-
api: "anthropic-messages",
|
|
1678
|
-
provider: "anthropic",
|
|
1679
|
-
baseUrl: "https://api.anthropic.com",
|
|
1680
|
-
reasoning: false,
|
|
1681
|
-
input: ["text", "image"],
|
|
1682
|
-
cost: {
|
|
1683
|
-
input: 0.8,
|
|
1684
|
-
output: 4,
|
|
1685
|
-
cacheRead: 0.08,
|
|
1686
|
-
cacheWrite: 1,
|
|
1687
|
-
},
|
|
1688
|
-
contextWindow: 200000,
|
|
1689
|
-
maxTokens: 8192,
|
|
1690
|
-
},
|
|
1691
|
-
"claude-3-5-haiku-latest": {
|
|
1692
|
-
id: "claude-3-5-haiku-latest",
|
|
1693
|
-
name: "Claude Haiku 3.5 (latest)",
|
|
1694
|
-
api: "anthropic-messages",
|
|
1695
|
-
provider: "anthropic",
|
|
1696
|
-
baseUrl: "https://api.anthropic.com",
|
|
1697
|
-
reasoning: false,
|
|
1698
|
-
input: ["text", "image"],
|
|
1699
|
-
cost: {
|
|
1700
|
-
input: 0.8,
|
|
1701
|
-
output: 4,
|
|
1702
|
-
cacheRead: 0.08,
|
|
1703
|
-
cacheWrite: 1,
|
|
1704
|
-
},
|
|
1705
|
-
contextWindow: 200000,
|
|
1706
|
-
maxTokens: 8192,
|
|
1707
|
-
},
|
|
1708
1674
|
"claude-3-5-sonnet-20240620": {
|
|
1709
1675
|
id: "claude-3-5-sonnet-20240620",
|
|
1710
1676
|
name: "Claude Sonnet 3.5",
|