@caupulican/pi-ai 0.80.54 → 0.80.57

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.
@@ -1705,40 +1705,6 @@ export declare const MODELS: {
1705
1705
  };
1706
1706
  };
1707
1707
  readonly anthropic: {
1708
- readonly "claude-3-5-haiku-20241022": {
1709
- id: string;
1710
- name: string;
1711
- api: "anthropic-messages";
1712
- provider: string;
1713
- baseUrl: string;
1714
- reasoning: false;
1715
- input: ("image" | "text")[];
1716
- cost: {
1717
- input: number;
1718
- output: number;
1719
- cacheRead: number;
1720
- cacheWrite: number;
1721
- };
1722
- contextWindow: number;
1723
- maxTokens: number;
1724
- };
1725
- readonly "claude-3-5-haiku-latest": {
1726
- id: string;
1727
- name: string;
1728
- api: "anthropic-messages";
1729
- provider: string;
1730
- baseUrl: string;
1731
- reasoning: false;
1732
- input: ("image" | "text")[];
1733
- cost: {
1734
- input: number;
1735
- output: number;
1736
- cacheRead: number;
1737
- cacheWrite: number;
1738
- };
1739
- contextWindow: number;
1740
- maxTokens: number;
1741
- };
1742
1708
  readonly "claude-3-5-sonnet-20240620": {
1743
1709
  id: string;
1744
1710
  name: string;