@mariozechner/pi-ai 0.56.0 → 0.56.1

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.
@@ -11186,6 +11186,23 @@ export declare const MODELS: {
11186
11186
  contextWindow: number;
11187
11187
  maxTokens: number;
11188
11188
  };
11189
+ readonly "inception/mercury-2": {
11190
+ id: string;
11191
+ name: string;
11192
+ api: "anthropic-messages";
11193
+ provider: string;
11194
+ baseUrl: string;
11195
+ reasoning: true;
11196
+ input: "text"[];
11197
+ cost: {
11198
+ input: number;
11199
+ output: number;
11200
+ cacheRead: number;
11201
+ cacheWrite: number;
11202
+ };
11203
+ contextWindow: number;
11204
+ maxTokens: number;
11205
+ };
11189
11206
  readonly "inception/mercury-coder-small": {
11190
11207
  id: string;
11191
11208
  name: string;