@caupulican/pi-ai 0.80.53 → 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.
@@ -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",
@@ -14514,13 +14480,13 @@ export const MODELS = {
14514
14480
  reasoning: true,
14515
14481
  input: ["text"],
14516
14482
  cost: {
14517
- input: 0.56,
14518
- output: 1.68,
14519
- cacheRead: 0.28,
14483
+ input: 0.6,
14484
+ output: 1.7,
14485
+ cacheRead: 0,
14520
14486
  cacheWrite: 0,
14521
14487
  },
14522
- contextWindow: 163840,
14523
- maxTokens: 8192,
14488
+ contextWindow: 128000,
14489
+ maxTokens: 128000,
14524
14490
  },
14525
14491
  "deepseek/deepseek-v3.1-terminus": {
14526
14492
  id: "deepseek/deepseek-v3.1-terminus",
@@ -15466,13 +15432,13 @@ export const MODELS = {
15466
15432
  reasoning: true,
15467
15433
  input: ["text"],
15468
15434
  cost: {
15469
- input: 0.6,
15470
- output: 2.5,
15471
- cacheRead: 0.15,
15435
+ input: 0.47,
15436
+ output: 2,
15437
+ cacheRead: 0.14100000000000001,
15472
15438
  cacheWrite: 0,
15473
15439
  },
15474
- contextWindow: 262114,
15475
- maxTokens: 262114,
15440
+ contextWindow: 216144,
15441
+ maxTokens: 216144,
15476
15442
  },
15477
15443
  "moonshotai/kimi-k2.5": {
15478
15444
  id: "moonshotai/kimi-k2.5",