@dreb/ai 2.9.0 → 2.10.0

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;
@@ -2763,6 +2746,29 @@ export declare const MODELS: {
2763
2746
  contextWindow: number;
2764
2747
  maxTokens: number;
2765
2748
  };
2749
+ readonly "claude-opus-4.7": {
2750
+ id: string;
2751
+ name: string;
2752
+ api: "anthropic-messages";
2753
+ provider: string;
2754
+ baseUrl: string;
2755
+ headers: {
2756
+ "User-Agent": string;
2757
+ "Editor-Version": string;
2758
+ "Editor-Plugin-Version": string;
2759
+ "Copilot-Integration-Id": string;
2760
+ };
2761
+ reasoning: true;
2762
+ input: ("image" | "text")[];
2763
+ cost: {
2764
+ input: number;
2765
+ output: number;
2766
+ cacheRead: number;
2767
+ cacheWrite: number;
2768
+ };
2769
+ contextWindow: number;
2770
+ maxTokens: number;
2771
+ };
2766
2772
  readonly "claude-sonnet-4": {
2767
2773
  id: string;
2768
2774
  name: string;
@@ -4954,6 +4960,29 @@ export declare const MODELS: {
4954
4960
  maxTokens: number;
4955
4961
  };
4956
4962
  };
4963
+ readonly "kimi-coding-oauth": {
4964
+ readonly "kimi-for-coding": {
4965
+ id: string;
4966
+ name: string;
4967
+ api: "openai-completions";
4968
+ provider: string;
4969
+ baseUrl: string;
4970
+ compat: {
4971
+ thinkingFormat: "kimi";
4972
+ supportsDeveloperRole: false;
4973
+ };
4974
+ reasoning: true;
4975
+ input: "text"[];
4976
+ cost: {
4977
+ input: number;
4978
+ output: number;
4979
+ cacheRead: number;
4980
+ cacheWrite: number;
4981
+ };
4982
+ contextWindow: number;
4983
+ maxTokens: number;
4984
+ };
4985
+ };
4957
4986
  readonly minimax: {
4958
4987
  readonly "MiniMax-M2.7": {
4959
4988
  id: string;
@@ -5471,23 +5500,6 @@ export declare const MODELS: {
5471
5500
  };
5472
5501
  };
5473
5502
  readonly openai: {
5474
- readonly "codex-mini-latest": {
5475
- id: string;
5476
- name: string;
5477
- api: "openai-responses";
5478
- provider: string;
5479
- baseUrl: string;
5480
- reasoning: true;
5481
- input: "text"[];
5482
- cost: {
5483
- input: number;
5484
- output: number;
5485
- cacheRead: number;
5486
- cacheWrite: number;
5487
- };
5488
- contextWindow: number;
5489
- maxTokens: number;
5490
- };
5491
5503
  readonly "gpt-4": {
5492
5504
  id: string;
5493
5505
  name: string;
@@ -7678,7 +7690,7 @@ export declare const MODELS: {
7678
7690
  api: "openai-completions";
7679
7691
  provider: string;
7680
7692
  baseUrl: string;
7681
- reasoning: true;
7693
+ reasoning: false;
7682
7694
  input: "text"[];
7683
7695
  cost: {
7684
7696
  input: number;