@caupulican/pi-ai 0.81.18 → 0.81.19
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.
|
@@ -14342,6 +14342,23 @@ export declare const MODELS: {
|
|
|
14342
14342
|
contextWindow: number;
|
|
14343
14343
|
maxTokens: number;
|
|
14344
14344
|
};
|
|
14345
|
+
readonly "x-ai/grok-4.5": {
|
|
14346
|
+
id: string;
|
|
14347
|
+
name: string;
|
|
14348
|
+
api: "openai-completions";
|
|
14349
|
+
provider: string;
|
|
14350
|
+
baseUrl: string;
|
|
14351
|
+
reasoning: true;
|
|
14352
|
+
input: ("image" | "text")[];
|
|
14353
|
+
cost: {
|
|
14354
|
+
input: number;
|
|
14355
|
+
output: number;
|
|
14356
|
+
cacheRead: number;
|
|
14357
|
+
cacheWrite: number;
|
|
14358
|
+
};
|
|
14359
|
+
contextWindow: number;
|
|
14360
|
+
maxTokens: number;
|
|
14361
|
+
};
|
|
14345
14362
|
readonly "x-ai/grok-build-0.1": {
|
|
14346
14363
|
id: string;
|
|
14347
14364
|
name: string;
|
|
@@ -18262,6 +18279,23 @@ export declare const MODELS: {
|
|
|
18262
18279
|
contextWindow: number;
|
|
18263
18280
|
maxTokens: number;
|
|
18264
18281
|
};
|
|
18282
|
+
readonly "xai/grok-4.5": {
|
|
18283
|
+
id: string;
|
|
18284
|
+
name: string;
|
|
18285
|
+
api: "anthropic-messages";
|
|
18286
|
+
provider: string;
|
|
18287
|
+
baseUrl: string;
|
|
18288
|
+
reasoning: true;
|
|
18289
|
+
input: ("image" | "text")[];
|
|
18290
|
+
cost: {
|
|
18291
|
+
input: number;
|
|
18292
|
+
output: number;
|
|
18293
|
+
cacheRead: number;
|
|
18294
|
+
cacheWrite: number;
|
|
18295
|
+
};
|
|
18296
|
+
contextWindow: number;
|
|
18297
|
+
maxTokens: number;
|
|
18298
|
+
};
|
|
18265
18299
|
readonly "xai/grok-build-0.1": {
|
|
18266
18300
|
id: string;
|
|
18267
18301
|
name: string;
|
|
@@ -18689,6 +18723,23 @@ export declare const MODELS: {
|
|
|
18689
18723
|
contextWindow: number;
|
|
18690
18724
|
maxTokens: number;
|
|
18691
18725
|
};
|
|
18726
|
+
readonly "grok-4.5": {
|
|
18727
|
+
id: string;
|
|
18728
|
+
name: string;
|
|
18729
|
+
api: "openai-completions";
|
|
18730
|
+
provider: string;
|
|
18731
|
+
baseUrl: string;
|
|
18732
|
+
reasoning: true;
|
|
18733
|
+
input: ("image" | "text")[];
|
|
18734
|
+
cost: {
|
|
18735
|
+
input: number;
|
|
18736
|
+
output: number;
|
|
18737
|
+
cacheRead: number;
|
|
18738
|
+
cacheWrite: number;
|
|
18739
|
+
};
|
|
18740
|
+
contextWindow: number;
|
|
18741
|
+
maxTokens: number;
|
|
18742
|
+
};
|
|
18692
18743
|
readonly "grok-build-0.1": {
|
|
18693
18744
|
id: string;
|
|
18694
18745
|
name: string;
|