@caupulican/pi-ai 0.81.18 → 0.81.20

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;
@@ -14342,6 +14359,23 @@ export declare const MODELS: {
14342
14359
  contextWindow: number;
14343
14360
  maxTokens: number;
14344
14361
  };
14362
+ readonly "x-ai/grok-4.5": {
14363
+ id: string;
14364
+ name: string;
14365
+ api: "openai-completions";
14366
+ provider: string;
14367
+ baseUrl: string;
14368
+ reasoning: true;
14369
+ input: ("image" | "text")[];
14370
+ cost: {
14371
+ input: number;
14372
+ output: number;
14373
+ cacheRead: number;
14374
+ cacheWrite: number;
14375
+ };
14376
+ contextWindow: number;
14377
+ maxTokens: number;
14378
+ };
14345
14379
  readonly "x-ai/grok-build-0.1": {
14346
14380
  id: string;
14347
14381
  name: string;
@@ -18262,6 +18296,23 @@ export declare const MODELS: {
18262
18296
  contextWindow: number;
18263
18297
  maxTokens: number;
18264
18298
  };
18299
+ readonly "xai/grok-4.5": {
18300
+ id: string;
18301
+ name: string;
18302
+ api: "anthropic-messages";
18303
+ provider: string;
18304
+ baseUrl: string;
18305
+ reasoning: true;
18306
+ input: ("image" | "text")[];
18307
+ cost: {
18308
+ input: number;
18309
+ output: number;
18310
+ cacheRead: number;
18311
+ cacheWrite: number;
18312
+ };
18313
+ contextWindow: number;
18314
+ maxTokens: number;
18315
+ };
18265
18316
  readonly "xai/grok-build-0.1": {
18266
18317
  id: string;
18267
18318
  name: string;
@@ -18689,6 +18740,23 @@ export declare const MODELS: {
18689
18740
  contextWindow: number;
18690
18741
  maxTokens: number;
18691
18742
  };
18743
+ readonly "grok-4.5": {
18744
+ id: string;
18745
+ name: string;
18746
+ api: "openai-completions";
18747
+ provider: string;
18748
+ baseUrl: string;
18749
+ reasoning: true;
18750
+ input: ("image" | "text")[];
18751
+ cost: {
18752
+ input: number;
18753
+ output: number;
18754
+ cacheRead: number;
18755
+ cacheWrite: number;
18756
+ };
18757
+ contextWindow: number;
18758
+ maxTokens: number;
18759
+ };
18692
18760
  readonly "grok-build-0.1": {
18693
18761
  id: string;
18694
18762
  name: string;