@mariozechner/pi-ai 0.67.6 → 0.67.68

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.
@@ -1942,23 +1942,6 @@ export declare const MODELS: {
1942
1942
  };
1943
1943
  };
1944
1944
  readonly "azure-openai-responses": {
1945
- readonly "codex-mini-latest": {
1946
- id: string;
1947
- name: string;
1948
- api: "azure-openai-responses";
1949
- provider: string;
1950
- baseUrl: string;
1951
- reasoning: true;
1952
- input: "text"[];
1953
- cost: {
1954
- input: number;
1955
- output: number;
1956
- cacheRead: number;
1957
- cacheWrite: number;
1958
- };
1959
- contextWindow: number;
1960
- maxTokens: number;
1961
- };
1962
1945
  readonly "gpt-4": {
1963
1946
  id: string;
1964
1947
  name: string;
@@ -2780,6 +2763,29 @@ export declare const MODELS: {
2780
2763
  contextWindow: number;
2781
2764
  maxTokens: number;
2782
2765
  };
2766
+ readonly "claude-opus-4.7": {
2767
+ id: string;
2768
+ name: string;
2769
+ api: "anthropic-messages";
2770
+ provider: string;
2771
+ baseUrl: string;
2772
+ headers: {
2773
+ "User-Agent": string;
2774
+ "Editor-Version": string;
2775
+ "Editor-Plugin-Version": string;
2776
+ "Copilot-Integration-Id": string;
2777
+ };
2778
+ reasoning: true;
2779
+ input: ("image" | "text")[];
2780
+ cost: {
2781
+ input: number;
2782
+ output: number;
2783
+ cacheRead: number;
2784
+ cacheWrite: number;
2785
+ };
2786
+ contextWindow: number;
2787
+ maxTokens: number;
2788
+ };
2783
2789
  readonly "claude-sonnet-4": {
2784
2790
  id: string;
2785
2791
  name: string;
@@ -5505,23 +5511,6 @@ export declare const MODELS: {
5505
5511
  };
5506
5512
  };
5507
5513
  readonly openai: {
5508
- readonly "codex-mini-latest": {
5509
- id: string;
5510
- name: string;
5511
- api: "openai-responses";
5512
- provider: string;
5513
- baseUrl: string;
5514
- reasoning: true;
5515
- input: "text"[];
5516
- cost: {
5517
- input: number;
5518
- output: number;
5519
- cacheRead: number;
5520
- cacheWrite: number;
5521
- };
5522
- contextWindow: number;
5523
- maxTokens: number;
5524
- };
5525
5514
  readonly "gpt-4": {
5526
5515
  id: string;
5527
5516
  name: string;
@@ -7027,7 +7016,7 @@ export declare const MODELS: {
7027
7016
  readonly "minimax-m2.5": {
7028
7017
  id: string;
7029
7018
  name: string;
7030
- api: "anthropic-messages";
7019
+ api: "openai-completions";
7031
7020
  provider: string;
7032
7021
  baseUrl: string;
7033
7022
  reasoning: true;
@@ -7712,7 +7701,7 @@ export declare const MODELS: {
7712
7701
  api: "openai-completions";
7713
7702
  provider: string;
7714
7703
  baseUrl: string;
7715
- reasoning: true;
7704
+ reasoning: false;
7716
7705
  input: "text"[];
7717
7706
  cost: {
7718
7707
  input: number;
@@ -13529,7 +13518,7 @@ export declare const MODELS: {
13529
13518
  provider: string;
13530
13519
  baseUrl: string;
13531
13520
  reasoning: false;
13532
- input: "text"[];
13521
+ input: ("image" | "text")[];
13533
13522
  cost: {
13534
13523
  input: number;
13535
13524
  output: number;
@@ -13546,7 +13535,7 @@ export declare const MODELS: {
13546
13535
  provider: string;
13547
13536
  baseUrl: string;
13548
13537
  reasoning: true;
13549
- input: "text"[];
13538
+ input: ("image" | "text")[];
13550
13539
  cost: {
13551
13540
  input: number;
13552
13541
  output: number;
@@ -13563,7 +13552,7 @@ export declare const MODELS: {
13563
13552
  provider: string;
13564
13553
  baseUrl: string;
13565
13554
  reasoning: false;
13566
- input: "text"[];
13555
+ input: ("image" | "text")[];
13567
13556
  cost: {
13568
13557
  input: number;
13569
13558
  output: number;
@@ -13580,7 +13569,7 @@ export declare const MODELS: {
13580
13569
  provider: string;
13581
13570
  baseUrl: string;
13582
13571
  reasoning: true;
13583
- input: "text"[];
13572
+ input: ("image" | "text")[];
13584
13573
  cost: {
13585
13574
  input: number;
13586
13575
  output: number;
@@ -13597,7 +13586,7 @@ export declare const MODELS: {
13597
13586
  provider: string;
13598
13587
  baseUrl: string;
13599
13588
  reasoning: true;
13600
- input: "text"[];
13589
+ input: ("image" | "text")[];
13601
13590
  cost: {
13602
13591
  input: number;
13603
13592
  output: number;
@@ -13614,7 +13603,7 @@ export declare const MODELS: {
13614
13603
  provider: string;
13615
13604
  baseUrl: string;
13616
13605
  reasoning: true;
13617
- input: "text"[];
13606
+ input: ("image" | "text")[];
13618
13607
  cost: {
13619
13608
  input: number;
13620
13609
  output: number;