@mariozechner/pi-ai 0.52.2 → 0.52.3
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.
|
@@ -306,7 +306,7 @@ export declare const MODELS: {
|
|
|
306
306
|
contextWindow: number;
|
|
307
307
|
maxTokens: number;
|
|
308
308
|
};
|
|
309
|
-
readonly "anthropic.claude-opus-4-6-v1
|
|
309
|
+
readonly "anthropic.claude-opus-4-6-v1": {
|
|
310
310
|
id: string;
|
|
311
311
|
name: string;
|
|
312
312
|
api: "bedrock-converse-stream";
|
|
@@ -459,7 +459,7 @@ export declare const MODELS: {
|
|
|
459
459
|
contextWindow: number;
|
|
460
460
|
maxTokens: number;
|
|
461
461
|
};
|
|
462
|
-
readonly "eu.anthropic.claude-opus-4-6-v1
|
|
462
|
+
readonly "eu.anthropic.claude-opus-4-6-v1": {
|
|
463
463
|
id: string;
|
|
464
464
|
name: string;
|
|
465
465
|
api: "bedrock-converse-stream";
|
|
@@ -544,7 +544,7 @@ export declare const MODELS: {
|
|
|
544
544
|
contextWindow: number;
|
|
545
545
|
maxTokens: number;
|
|
546
546
|
};
|
|
547
|
-
readonly "global.anthropic.claude-opus-4-6-v1
|
|
547
|
+
readonly "global.anthropic.claude-opus-4-6-v1": {
|
|
548
548
|
id: string;
|
|
549
549
|
name: string;
|
|
550
550
|
api: "bedrock-converse-stream";
|
|
@@ -1173,7 +1173,7 @@ export declare const MODELS: {
|
|
|
1173
1173
|
contextWindow: number;
|
|
1174
1174
|
maxTokens: number;
|
|
1175
1175
|
};
|
|
1176
|
-
readonly "us.anthropic.claude-opus-4-6-v1
|
|
1176
|
+
readonly "us.anthropic.claude-opus-4-6-v1": {
|
|
1177
1177
|
id: string;
|
|
1178
1178
|
name: string;
|
|
1179
1179
|
api: "bedrock-converse-stream";
|
|
@@ -1532,23 +1532,6 @@ export declare const MODELS: {
|
|
|
1532
1532
|
contextWindow: number;
|
|
1533
1533
|
maxTokens: number;
|
|
1534
1534
|
};
|
|
1535
|
-
readonly "claude-opus-4-6-20260205": {
|
|
1536
|
-
id: string;
|
|
1537
|
-
name: string;
|
|
1538
|
-
api: "anthropic-messages";
|
|
1539
|
-
provider: string;
|
|
1540
|
-
baseUrl: string;
|
|
1541
|
-
reasoning: true;
|
|
1542
|
-
input: ("image" | "text")[];
|
|
1543
|
-
cost: {
|
|
1544
|
-
input: number;
|
|
1545
|
-
output: number;
|
|
1546
|
-
cacheRead: number;
|
|
1547
|
-
cacheWrite: number;
|
|
1548
|
-
};
|
|
1549
|
-
contextWindow: number;
|
|
1550
|
-
maxTokens: number;
|
|
1551
|
-
};
|
|
1552
1535
|
readonly "claude-sonnet-4-0": {
|
|
1553
1536
|
id: string;
|
|
1554
1537
|
name: string;
|