@mariozechner/pi-ai 0.70.3 → 0.70.4

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.
@@ -12268,6 +12268,23 @@ export declare const MODELS: {
12268
12268
  contextWindow: number;
12269
12269
  maxTokens: number;
12270
12270
  };
12271
+ readonly "~anthropic/claude-haiku-latest": {
12272
+ id: string;
12273
+ name: string;
12274
+ api: "openai-completions";
12275
+ provider: string;
12276
+ baseUrl: string;
12277
+ reasoning: true;
12278
+ input: ("image" | "text")[];
12279
+ cost: {
12280
+ input: number;
12281
+ output: number;
12282
+ cacheRead: number;
12283
+ cacheWrite: number;
12284
+ };
12285
+ contextWindow: number;
12286
+ maxTokens: number;
12287
+ };
12271
12288
  readonly "~anthropic/claude-opus-latest": {
12272
12289
  id: string;
12273
12290
  name: string;
@@ -12285,6 +12302,108 @@ export declare const MODELS: {
12285
12302
  contextWindow: number;
12286
12303
  maxTokens: number;
12287
12304
  };
12305
+ readonly "~anthropic/claude-sonnet-latest": {
12306
+ id: string;
12307
+ name: string;
12308
+ api: "openai-completions";
12309
+ provider: string;
12310
+ baseUrl: string;
12311
+ reasoning: true;
12312
+ input: ("image" | "text")[];
12313
+ cost: {
12314
+ input: number;
12315
+ output: number;
12316
+ cacheRead: number;
12317
+ cacheWrite: number;
12318
+ };
12319
+ contextWindow: number;
12320
+ maxTokens: number;
12321
+ };
12322
+ readonly "~google/gemini-flash-latest": {
12323
+ id: string;
12324
+ name: string;
12325
+ api: "openai-completions";
12326
+ provider: string;
12327
+ baseUrl: string;
12328
+ reasoning: true;
12329
+ input: ("image" | "text")[];
12330
+ cost: {
12331
+ input: number;
12332
+ output: number;
12333
+ cacheRead: number;
12334
+ cacheWrite: number;
12335
+ };
12336
+ contextWindow: number;
12337
+ maxTokens: number;
12338
+ };
12339
+ readonly "~google/gemini-pro-latest": {
12340
+ id: string;
12341
+ name: string;
12342
+ api: "openai-completions";
12343
+ provider: string;
12344
+ baseUrl: string;
12345
+ reasoning: true;
12346
+ input: ("image" | "text")[];
12347
+ cost: {
12348
+ input: number;
12349
+ output: number;
12350
+ cacheRead: number;
12351
+ cacheWrite: number;
12352
+ };
12353
+ contextWindow: number;
12354
+ maxTokens: number;
12355
+ };
12356
+ readonly "~moonshotai/kimi-latest": {
12357
+ id: string;
12358
+ name: string;
12359
+ api: "openai-completions";
12360
+ provider: string;
12361
+ baseUrl: string;
12362
+ reasoning: true;
12363
+ input: ("image" | "text")[];
12364
+ cost: {
12365
+ input: number;
12366
+ output: number;
12367
+ cacheRead: number;
12368
+ cacheWrite: number;
12369
+ };
12370
+ contextWindow: number;
12371
+ maxTokens: number;
12372
+ };
12373
+ readonly "~openai/gpt-latest": {
12374
+ id: string;
12375
+ name: string;
12376
+ api: "openai-completions";
12377
+ provider: string;
12378
+ baseUrl: string;
12379
+ reasoning: true;
12380
+ input: ("image" | "text")[];
12381
+ cost: {
12382
+ input: number;
12383
+ output: number;
12384
+ cacheRead: number;
12385
+ cacheWrite: number;
12386
+ };
12387
+ contextWindow: number;
12388
+ maxTokens: number;
12389
+ };
12390
+ readonly "~openai/gpt-mini-latest": {
12391
+ id: string;
12392
+ name: string;
12393
+ api: "openai-completions";
12394
+ provider: string;
12395
+ baseUrl: string;
12396
+ reasoning: true;
12397
+ input: ("image" | "text")[];
12398
+ cost: {
12399
+ input: number;
12400
+ output: number;
12401
+ cacheRead: number;
12402
+ cacheWrite: number;
12403
+ };
12404
+ contextWindow: number;
12405
+ maxTokens: number;
12406
+ };
12288
12407
  };
12289
12408
  readonly "vercel-ai-gateway": {
12290
12409
  readonly "alibaba/qwen-3-14b": {