@mariozechner/pi-ai 0.12.11 → 0.12.13

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.
@@ -1986,6 +1986,23 @@ export declare const MODELS: {
1986
1986
  };
1987
1987
  };
1988
1988
  readonly openrouter: {
1989
+ readonly "openai/gpt-5.1-codex-max": {
1990
+ id: string;
1991
+ name: string;
1992
+ api: "openai-completions";
1993
+ provider: string;
1994
+ baseUrl: string;
1995
+ reasoning: true;
1996
+ input: ("image" | "text")[];
1997
+ cost: {
1998
+ input: number;
1999
+ output: number;
2000
+ cacheRead: number;
2001
+ cacheWrite: number;
2002
+ };
2003
+ contextWindow: number;
2004
+ maxTokens: number;
2005
+ };
1989
2006
  readonly "amazon/nova-2-lite-v1:free": {
1990
2007
  id: string;
1991
2008
  name: string;
@@ -3397,6 +3414,23 @@ export declare const MODELS: {
3397
3414
  contextWindow: number;
3398
3415
  maxTokens: number;
3399
3416
  };
3417
+ readonly "openai/gpt-oss-120b:free": {
3418
+ id: string;
3419
+ name: string;
3420
+ api: "openai-completions";
3421
+ provider: string;
3422
+ baseUrl: string;
3423
+ reasoning: true;
3424
+ input: "text"[];
3425
+ cost: {
3426
+ input: number;
3427
+ output: number;
3428
+ cacheRead: number;
3429
+ cacheWrite: number;
3430
+ };
3431
+ contextWindow: number;
3432
+ maxTokens: number;
3433
+ };
3400
3434
  readonly "openai/gpt-oss-120b": {
3401
3435
  id: string;
3402
3436
  name: string;