@dreb/ai 2.11.0 → 2.11.1

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.
@@ -4843,6 +4843,26 @@ export declare const MODELS: {
4843
4843
  contextWindow: number;
4844
4844
  maxTokens: number;
4845
4845
  };
4846
+ readonly "moonshotai/Kimi-K2.6": {
4847
+ id: string;
4848
+ name: string;
4849
+ api: "openai-completions";
4850
+ provider: string;
4851
+ baseUrl: string;
4852
+ compat: {
4853
+ supportsDeveloperRole: false;
4854
+ };
4855
+ reasoning: true;
4856
+ input: ("image" | "text")[];
4857
+ cost: {
4858
+ input: number;
4859
+ output: number;
4860
+ cacheRead: number;
4861
+ cacheWrite: number;
4862
+ };
4863
+ contextWindow: number;
4864
+ maxTokens: number;
4865
+ };
4846
4866
  readonly "zai-org/GLM-4.7": {
4847
4867
  id: string;
4848
4868
  name: string;
@@ -4942,6 +4962,23 @@ export declare const MODELS: {
4942
4962
  contextWindow: number;
4943
4963
  maxTokens: number;
4944
4964
  };
4965
+ readonly k2p6: {
4966
+ id: string;
4967
+ name: string;
4968
+ api: "anthropic-messages";
4969
+ provider: string;
4970
+ baseUrl: string;
4971
+ reasoning: true;
4972
+ input: ("image" | "text")[];
4973
+ cost: {
4974
+ input: number;
4975
+ output: number;
4976
+ cacheRead: number;
4977
+ cacheWrite: number;
4978
+ };
4979
+ contextWindow: number;
4980
+ maxTokens: number;
4981
+ };
4945
4982
  readonly "kimi-k2-thinking": {
4946
4983
  id: string;
4947
4984
  name: string;
@@ -6968,6 +7005,23 @@ export declare const MODELS: {
6968
7005
  contextWindow: number;
6969
7006
  maxTokens: number;
6970
7007
  };
7008
+ readonly "kimi-k2.6": {
7009
+ id: string;
7010
+ name: string;
7011
+ api: "openai-completions";
7012
+ provider: string;
7013
+ baseUrl: string;
7014
+ reasoning: true;
7015
+ input: ("image" | "text")[];
7016
+ cost: {
7017
+ input: number;
7018
+ output: number;
7019
+ cacheRead: number;
7020
+ cacheWrite: number;
7021
+ };
7022
+ contextWindow: number;
7023
+ maxTokens: number;
7024
+ };
6971
7025
  readonly "mimo-v2-omni": {
6972
7026
  id: string;
6973
7027
  name: string;
@@ -7005,7 +7059,7 @@ export declare const MODELS: {
7005
7059
  readonly "minimax-m2.5": {
7006
7060
  id: string;
7007
7061
  name: string;
7008
- api: "anthropic-messages";
7062
+ api: "openai-completions";
7009
7063
  provider: string;
7010
7064
  baseUrl: string;
7011
7065
  reasoning: true;
@@ -8211,23 +8265,6 @@ export declare const MODELS: {
8211
8265
  contextWindow: number;
8212
8266
  maxTokens: number;
8213
8267
  };
8214
- readonly "meta-llama/llama-4-maverick": {
8215
- id: string;
8216
- name: string;
8217
- api: "openai-completions";
8218
- provider: string;
8219
- baseUrl: string;
8220
- reasoning: false;
8221
- input: ("image" | "text")[];
8222
- cost: {
8223
- input: number;
8224
- output: number;
8225
- cacheRead: number;
8226
- cacheWrite: number;
8227
- };
8228
- contextWindow: number;
8229
- maxTokens: number;
8230
- };
8231
8268
  readonly "meta-llama/llama-4-scout": {
8232
8269
  id: string;
8233
8270
  name: string;
@@ -8789,6 +8826,23 @@ export declare const MODELS: {
8789
8826
  contextWindow: number;
8790
8827
  maxTokens: number;
8791
8828
  };
8829
+ readonly "moonshotai/kimi-k2.6": {
8830
+ id: string;
8831
+ name: string;
8832
+ api: "openai-completions";
8833
+ provider: string;
8834
+ baseUrl: string;
8835
+ reasoning: true;
8836
+ input: ("image" | "text")[];
8837
+ cost: {
8838
+ input: number;
8839
+ output: number;
8840
+ cacheRead: number;
8841
+ cacheWrite: number;
8842
+ };
8843
+ contextWindow: number;
8844
+ maxTokens: number;
8845
+ };
8792
8846
  readonly "nex-agi/deepseek-v3.1-nex-n1": {
8793
8847
  id: string;
8794
8848
  name: string;
@@ -9265,23 +9319,6 @@ export declare const MODELS: {
9265
9319
  contextWindow: number;
9266
9320
  maxTokens: number;
9267
9321
  };
9268
- readonly "openai/gpt-4o:extended": {
9269
- id: string;
9270
- name: string;
9271
- api: "openai-completions";
9272
- provider: string;
9273
- baseUrl: string;
9274
- reasoning: false;
9275
- input: ("image" | "text")[];
9276
- cost: {
9277
- input: number;
9278
- output: number;
9279
- cacheRead: number;
9280
- cacheWrite: number;
9281
- };
9282
- contextWindow: number;
9283
- maxTokens: number;
9284
- };
9285
9322
  readonly "openai/gpt-5": {
9286
9323
  id: string;
9287
9324
  name: string;
@@ -10172,7 +10209,7 @@ export declare const MODELS: {
10172
10209
  api: "openai-completions";
10173
10210
  provider: string;
10174
10211
  baseUrl: string;
10175
- reasoning: true;
10212
+ reasoning: false;
10176
10213
  input: "text"[];
10177
10214
  cost: {
10178
10215
  input: number;
@@ -12735,6 +12772,23 @@ export declare const MODELS: {
12735
12772
  contextWindow: number;
12736
12773
  maxTokens: number;
12737
12774
  };
12775
+ readonly "moonshotai/kimi-k2.6": {
12776
+ id: string;
12777
+ name: string;
12778
+ api: "anthropic-messages";
12779
+ provider: string;
12780
+ baseUrl: string;
12781
+ reasoning: true;
12782
+ input: ("image" | "text")[];
12783
+ cost: {
12784
+ input: number;
12785
+ output: number;
12786
+ cacheRead: number;
12787
+ cacheWrite: number;
12788
+ };
12789
+ contextWindow: number;
12790
+ maxTokens: number;
12791
+ };
12738
12792
  readonly "nvidia/nemotron-nano-12b-v2-vl": {
12739
12793
  id: string;
12740
12794
  name: string;