@dreb/ai 2.11.1 → 2.12.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.
@@ -6867,6 +6867,40 @@ export declare const MODELS: {
6867
6867
  contextWindow: number;
6868
6868
  maxTokens: number;
6869
6869
  };
6870
+ readonly "kimi-k2.6": {
6871
+ id: string;
6872
+ name: string;
6873
+ api: "openai-completions";
6874
+ provider: string;
6875
+ baseUrl: string;
6876
+ reasoning: true;
6877
+ input: ("image" | "text")[];
6878
+ cost: {
6879
+ input: number;
6880
+ output: number;
6881
+ cacheRead: number;
6882
+ cacheWrite: number;
6883
+ };
6884
+ contextWindow: number;
6885
+ maxTokens: number;
6886
+ };
6887
+ readonly "ling-2.6-flash-free": {
6888
+ id: string;
6889
+ name: string;
6890
+ api: "openai-completions";
6891
+ provider: string;
6892
+ baseUrl: string;
6893
+ reasoning: false;
6894
+ input: "text"[];
6895
+ cost: {
6896
+ input: number;
6897
+ output: number;
6898
+ cacheRead: number;
6899
+ cacheWrite: number;
6900
+ };
6901
+ contextWindow: number;
6902
+ maxTokens: number;
6903
+ };
6870
6904
  readonly "minimax-m2.5": {
6871
6905
  id: string;
6872
6906
  name: string;
@@ -6901,6 +6935,23 @@ export declare const MODELS: {
6901
6935
  contextWindow: number;
6902
6936
  maxTokens: number;
6903
6937
  };
6938
+ readonly "minimax-m2.7": {
6939
+ id: string;
6940
+ name: string;
6941
+ api: "openai-completions";
6942
+ provider: string;
6943
+ baseUrl: string;
6944
+ reasoning: true;
6945
+ input: "text"[];
6946
+ cost: {
6947
+ input: number;
6948
+ output: number;
6949
+ cacheRead: number;
6950
+ cacheWrite: number;
6951
+ };
6952
+ contextWindow: number;
6953
+ maxTokens: number;
6954
+ };
6904
6955
  readonly "nemotron-3-super-free": {
6905
6956
  id: string;
6906
6957
  name: string;
@@ -8163,6 +8214,23 @@ export declare const MODELS: {
8163
8214
  contextWindow: number;
8164
8215
  maxTokens: number;
8165
8216
  };
8217
+ readonly "inclusionai/ling-2.6-flash:free": {
8218
+ id: string;
8219
+ name: string;
8220
+ api: "openai-completions";
8221
+ provider: string;
8222
+ baseUrl: string;
8223
+ reasoning: false;
8224
+ input: "text"[];
8225
+ cost: {
8226
+ input: number;
8227
+ output: number;
8228
+ cacheRead: number;
8229
+ cacheWrite: number;
8230
+ };
8231
+ contextWindow: number;
8232
+ maxTokens: number;
8233
+ };
8166
8234
  readonly "kwaipilot/kat-coder-pro-v2": {
8167
8235
  id: string;
8168
8236
  name: string;
@@ -9982,23 +10050,6 @@ export declare const MODELS: {
9982
10050
  contextWindow: number;
9983
10051
  maxTokens: number;
9984
10052
  };
9985
- readonly "openrouter/elephant-alpha": {
9986
- id: string;
9987
- name: string;
9988
- api: "openai-completions";
9989
- provider: string;
9990
- baseUrl: string;
9991
- reasoning: false;
9992
- input: "text"[];
9993
- cost: {
9994
- input: number;
9995
- output: number;
9996
- cacheRead: number;
9997
- cacheWrite: number;
9998
- };
9999
- contextWindow: number;
10000
- maxTokens: number;
10001
- };
10002
10053
  readonly "openrouter/free": {
10003
10054
  id: string;
10004
10055
  name: string;
@@ -11359,6 +11410,23 @@ export declare const MODELS: {
11359
11410
  contextWindow: number;
11360
11411
  maxTokens: number;
11361
11412
  };
11413
+ readonly "~anthropic/claude-opus-latest": {
11414
+ id: string;
11415
+ name: string;
11416
+ api: "openai-completions";
11417
+ provider: string;
11418
+ baseUrl: string;
11419
+ reasoning: true;
11420
+ input: ("image" | "text")[];
11421
+ cost: {
11422
+ input: number;
11423
+ output: number;
11424
+ cacheRead: number;
11425
+ cacheWrite: number;
11426
+ };
11427
+ contextWindow: number;
11428
+ maxTokens: number;
11429
+ };
11362
11430
  };
11363
11431
  readonly "vercel-ai-gateway": {
11364
11432
  readonly "alibaba/qwen-3-14b": {
@@ -11429,6 +11497,23 @@ export declare const MODELS: {
11429
11497
  contextWindow: number;
11430
11498
  maxTokens: number;
11431
11499
  };
11500
+ readonly "alibaba/qwen-3.6-max-preview": {
11501
+ id: string;
11502
+ name: string;
11503
+ api: "anthropic-messages";
11504
+ provider: string;
11505
+ baseUrl: string;
11506
+ reasoning: true;
11507
+ input: ("image" | "text")[];
11508
+ cost: {
11509
+ input: number;
11510
+ output: number;
11511
+ cacheRead: number;
11512
+ cacheWrite: number;
11513
+ };
11514
+ contextWindow: number;
11515
+ maxTokens: number;
11516
+ };
11432
11517
  readonly "alibaba/qwen3-235b-a22b-thinking": {
11433
11518
  id: string;
11434
11519
  name: string;