@caupulican/pi-ai 0.81.19 → 0.81.21

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.
@@ -9672,6 +9672,23 @@ export declare const MODELS: {
9672
9672
  contextWindow: number;
9673
9673
  maxTokens: number;
9674
9674
  };
9675
+ readonly "grok-4.5": {
9676
+ id: string;
9677
+ name: string;
9678
+ api: "openai-completions";
9679
+ provider: string;
9680
+ baseUrl: string;
9681
+ reasoning: true;
9682
+ input: ("image" | "text")[];
9683
+ cost: {
9684
+ input: number;
9685
+ output: number;
9686
+ cacheRead: number;
9687
+ cacheWrite: number;
9688
+ };
9689
+ contextWindow: number;
9690
+ maxTokens: number;
9691
+ };
9675
9692
  readonly "grok-build-0.1": {
9676
9693
  id: string;
9677
9694
  name: string;