@caupulican/pi-ai 0.81.16 → 0.81.17

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.
@@ -14750,6 +14750,23 @@ export declare const MODELS: {
14750
14750
  contextWindow: number;
14751
14751
  maxTokens: number;
14752
14752
  };
14753
+ readonly "~x-ai/grok-latest": {
14754
+ id: string;
14755
+ name: string;
14756
+ api: "openai-completions";
14757
+ provider: string;
14758
+ baseUrl: string;
14759
+ reasoning: true;
14760
+ input: ("image" | "text")[];
14761
+ cost: {
14762
+ input: number;
14763
+ output: number;
14764
+ cacheRead: number;
14765
+ cacheWrite: number;
14766
+ };
14767
+ contextWindow: number;
14768
+ maxTokens: number;
14769
+ };
14753
14770
  };
14754
14771
  readonly together: {
14755
14772
  readonly "MiniMaxAI/MiniMax-M2.7": {