@avadisabelle/ava-pi-ai 0.64.4 → 0.64.6

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;
@@ -5658,23 +5664,6 @@ export declare const MODELS: {
5658
5664
  };
5659
5665
  };
5660
5666
  readonly openai: {
5661
- readonly "codex-mini-latest": {
5662
- id: string;
5663
- name: string;
5664
- api: "openai-responses";
5665
- provider: string;
5666
- baseUrl: string;
5667
- reasoning: true;
5668
- input: "text"[];
5669
- cost: {
5670
- input: number;
5671
- output: number;
5672
- cacheRead: number;
5673
- cacheWrite: number;
5674
- };
5675
- contextWindow: number;
5676
- maxTokens: number;
5677
- };
5678
5667
  readonly "gpt-4": {
5679
5668
  id: string;
5680
5669
  name: string;
@@ -7180,7 +7169,7 @@ export declare const MODELS: {
7180
7169
  readonly "minimax-m2.5": {
7181
7170
  id: string;
7182
7171
  name: string;
7183
- api: "anthropic-messages";
7172
+ api: "openai-completions";
7184
7173
  provider: string;
7185
7174
  baseUrl: string;
7186
7175
  reasoning: true;
@@ -7865,7 +7854,7 @@ export declare const MODELS: {
7865
7854
  api: "openai-completions";
7866
7855
  provider: string;
7867
7856
  baseUrl: string;
7868
- reasoning: true;
7857
+ reasoning: false;
7869
7858
  input: "text"[];
7870
7859
  cost: {
7871
7860
  input: number;
@@ -8386,23 +8375,6 @@ export declare const MODELS: {
8386
8375
  contextWindow: number;
8387
8376
  maxTokens: number;
8388
8377
  };
8389
- readonly "meta-llama/llama-4-maverick": {
8390
- id: string;
8391
- name: string;
8392
- api: "openai-completions";
8393
- provider: string;
8394
- baseUrl: string;
8395
- reasoning: false;
8396
- input: ("image" | "text")[];
8397
- cost: {
8398
- input: number;
8399
- output: number;
8400
- cacheRead: number;
8401
- cacheWrite: number;
8402
- };
8403
- contextWindow: number;
8404
- maxTokens: number;
8405
- };
8406
8378
  readonly "meta-llama/llama-4-scout": {
8407
8379
  id: string;
8408
8380
  name: string;
@@ -9440,23 +9412,6 @@ export declare const MODELS: {
9440
9412
  contextWindow: number;
9441
9413
  maxTokens: number;
9442
9414
  };
9443
- readonly "openai/gpt-4o:extended": {
9444
- id: string;
9445
- name: string;
9446
- api: "openai-completions";
9447
- provider: string;
9448
- baseUrl: string;
9449
- reasoning: false;
9450
- input: ("image" | "text")[];
9451
- cost: {
9452
- input: number;
9453
- output: number;
9454
- cacheRead: number;
9455
- cacheWrite: number;
9456
- };
9457
- contextWindow: number;
9458
- maxTokens: number;
9459
- };
9460
9415
  readonly "openai/gpt-5": {
9461
9416
  id: string;
9462
9417
  name: string;
@@ -10347,7 +10302,7 @@ export declare const MODELS: {
10347
10302
  api: "openai-completions";
10348
10303
  provider: string;
10349
10304
  baseUrl: string;
10350
- reasoning: true;
10305
+ reasoning: false;
10351
10306
  input: "text"[];
10352
10307
  cost: {
10353
10308
  input: number;