@mariozechner/pi-ai 0.52.7 → 0.52.9

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.
@@ -6214,6 +6214,23 @@ export declare const MODELS: {
6214
6214
  contextWindow: number;
6215
6215
  maxTokens: number;
6216
6216
  };
6217
+ readonly auto: {
6218
+ id: string;
6219
+ name: string;
6220
+ api: "openai-completions";
6221
+ provider: string;
6222
+ baseUrl: string;
6223
+ reasoning: true;
6224
+ input: ("image" | "text")[];
6225
+ cost: {
6226
+ input: number;
6227
+ output: number;
6228
+ cacheRead: number;
6229
+ cacheWrite: number;
6230
+ };
6231
+ contextWindow: number;
6232
+ maxTokens: number;
6233
+ };
6217
6234
  readonly "baidu/ernie-4.5-21b-a3b": {
6218
6235
  id: string;
6219
6236
  name: string;