@dreb/ai 2.34.1 → 2.34.2

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.
@@ -1651,40 +1651,6 @@ export declare const MODELS: {
1651
1651
  };
1652
1652
  };
1653
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
1654
  readonly "claude-3-5-sonnet-20240620": {
1689
1655
  id: string;
1690
1656
  name: string;