@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.
@@ -1618,6 +1618,23 @@ export const MODELS = {
1618
1618
  contextWindow: 1040000,
1619
1619
  maxTokens: 8192,
1620
1620
  },
1621
+ "xai.grok-4.3": {
1622
+ id: "xai.grok-4.3",
1623
+ name: "Grok 4.3",
1624
+ api: "bedrock-converse-stream",
1625
+ provider: "amazon-bedrock",
1626
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1627
+ reasoning: true,
1628
+ input: ["text", "image"],
1629
+ cost: {
1630
+ input: 1.25,
1631
+ output: 2.5,
1632
+ cacheRead: 0.2,
1633
+ cacheWrite: 0,
1634
+ },
1635
+ contextWindow: 1000000,
1636
+ maxTokens: 131072,
1637
+ },
1621
1638
  "zai.glm-4.7": {
1622
1639
  id: "zai.glm-4.7",
1623
1640
  name: "GLM-4.7",