@caupulican/pi-ai 0.80.80 → 0.80.82

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.
@@ -1652,6 +1652,23 @@ export declare const MODELS: {
1652
1652
  contextWindow: number;
1653
1653
  maxTokens: number;
1654
1654
  };
1655
+ readonly "xai.grok-4.3": {
1656
+ id: string;
1657
+ name: string;
1658
+ api: "bedrock-converse-stream";
1659
+ provider: string;
1660
+ baseUrl: string;
1661
+ reasoning: true;
1662
+ input: ("image" | "text")[];
1663
+ cost: {
1664
+ input: number;
1665
+ output: number;
1666
+ cacheRead: number;
1667
+ cacheWrite: number;
1668
+ };
1669
+ contextWindow: number;
1670
+ maxTokens: number;
1671
+ };
1655
1672
  readonly "zai.glm-4.7": {
1656
1673
  id: string;
1657
1674
  name: string;