@mariozechner/pi-ai 0.56.2 → 0.56.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.
@@ -2299,6 +2299,23 @@ export declare const MODELS: {
2299
2299
  contextWindow: number;
2300
2300
  maxTokens: number;
2301
2301
  };
2302
+ readonly "gpt-5.4-pro": {
2303
+ id: string;
2304
+ name: string;
2305
+ api: "azure-openai-responses";
2306
+ provider: string;
2307
+ baseUrl: string;
2308
+ reasoning: true;
2309
+ input: ("image" | "text")[];
2310
+ cost: {
2311
+ input: number;
2312
+ output: number;
2313
+ cacheRead: number;
2314
+ cacheWrite: number;
2315
+ };
2316
+ contextWindow: number;
2317
+ maxTokens: number;
2318
+ };
2302
2319
  readonly o1: {
2303
2320
  id: string;
2304
2321
  name: string;
@@ -3020,6 +3037,29 @@ export declare const MODELS: {
3020
3037
  contextWindow: number;
3021
3038
  maxTokens: number;
3022
3039
  };
3040
+ readonly "gpt-5.4": {
3041
+ id: string;
3042
+ name: string;
3043
+ api: "openai-responses";
3044
+ provider: string;
3045
+ baseUrl: string;
3046
+ headers: {
3047
+ "User-Agent": string;
3048
+ "Editor-Version": string;
3049
+ "Editor-Plugin-Version": string;
3050
+ "Copilot-Integration-Id": string;
3051
+ };
3052
+ reasoning: true;
3053
+ input: ("image" | "text")[];
3054
+ cost: {
3055
+ input: number;
3056
+ output: number;
3057
+ cacheRead: number;
3058
+ cacheWrite: number;
3059
+ };
3060
+ contextWindow: number;
3061
+ maxTokens: number;
3062
+ };
3023
3063
  readonly "grok-code-fast-1": {
3024
3064
  id: string;
3025
3065
  name: string;
@@ -3528,6 +3568,23 @@ export declare const MODELS: {
3528
3568
  contextWindow: number;
3529
3569
  maxTokens: number;
3530
3570
  };
3571
+ readonly "claude-sonnet-4-6": {
3572
+ id: string;
3573
+ name: string;
3574
+ api: "google-gemini-cli";
3575
+ provider: string;
3576
+ baseUrl: string;
3577
+ reasoning: true;
3578
+ input: ("image" | "text")[];
3579
+ cost: {
3580
+ input: number;
3581
+ output: number;
3582
+ cacheRead: number;
3583
+ cacheWrite: number;
3584
+ };
3585
+ contextWindow: number;
3586
+ maxTokens: number;
3587
+ };
3531
3588
  readonly "gemini-3-flash": {
3532
3589
  id: string;
3533
3590
  name: string;
@@ -5623,6 +5680,23 @@ export declare const MODELS: {
5623
5680
  contextWindow: number;
5624
5681
  maxTokens: number;
5625
5682
  };
5683
+ readonly "gpt-5.4-pro": {
5684
+ id: string;
5685
+ name: string;
5686
+ api: "openai-responses";
5687
+ provider: string;
5688
+ baseUrl: string;
5689
+ reasoning: true;
5690
+ input: ("image" | "text")[];
5691
+ cost: {
5692
+ input: number;
5693
+ output: number;
5694
+ cacheRead: number;
5695
+ cacheWrite: number;
5696
+ };
5697
+ contextWindow: number;
5698
+ maxTokens: number;
5699
+ };
5626
5700
  readonly o1: {
5627
5701
  id: string;
5628
5702
  name: string;
@@ -6341,6 +6415,23 @@ export declare const MODELS: {
6341
6415
  contextWindow: number;
6342
6416
  maxTokens: number;
6343
6417
  };
6418
+ readonly "gpt-5.4-pro": {
6419
+ id: string;
6420
+ name: string;
6421
+ api: "openai-responses";
6422
+ provider: string;
6423
+ baseUrl: string;
6424
+ reasoning: true;
6425
+ input: ("image" | "text")[];
6426
+ cost: {
6427
+ input: number;
6428
+ output: number;
6429
+ cacheRead: number;
6430
+ cacheWrite: number;
6431
+ };
6432
+ contextWindow: number;
6433
+ maxTokens: number;
6434
+ };
6344
6435
  readonly "kimi-k2.5": {
6345
6436
  id: string;
6346
6437
  name: string;