@dreb/ai 2.11.1 → 2.12.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.
@@ -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;
@@ -6921,7 +6972,7 @@ export declare const MODELS: {
6921
6972
  readonly "qwen3.5-plus": {
6922
6973
  id: string;
6923
6974
  name: string;
6924
- api: "openai-completions";
6975
+ api: "anthropic-messages";
6925
6976
  provider: string;
6926
6977
  baseUrl: string;
6927
6978
  reasoning: true;
@@ -6938,7 +6989,7 @@ export declare const MODELS: {
6938
6989
  readonly "qwen3.6-plus": {
6939
6990
  id: string;
6940
6991
  name: string;
6941
- api: "openai-completions";
6992
+ api: "anthropic-messages";
6942
6993
  provider: string;
6943
6994
  baseUrl: string;
6944
6995
  reasoning: true;
@@ -7093,7 +7144,7 @@ export declare const MODELS: {
7093
7144
  readonly "qwen3.5-plus": {
7094
7145
  id: string;
7095
7146
  name: string;
7096
- api: "openai-completions";
7147
+ api: "anthropic-messages";
7097
7148
  provider: string;
7098
7149
  baseUrl: string;
7099
7150
  reasoning: true;
@@ -7110,7 +7161,7 @@ export declare const MODELS: {
7110
7161
  readonly "qwen3.6-plus": {
7111
7162
  id: string;
7112
7163
  name: string;
7113
- api: "openai-completions";
7164
+ api: "anthropic-messages";
7114
7165
  provider: string;
7115
7166
  baseUrl: string;
7116
7167
  reasoning: true;
@@ -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;
@@ -9353,40 +9421,6 @@ export declare const MODELS: {
9353
9421
  contextWindow: number;
9354
9422
  maxTokens: number;
9355
9423
  };
9356
- readonly "openai/gpt-5-image": {
9357
- id: string;
9358
- name: string;
9359
- api: "openai-completions";
9360
- provider: string;
9361
- baseUrl: string;
9362
- reasoning: true;
9363
- input: ("image" | "text")[];
9364
- cost: {
9365
- input: number;
9366
- output: number;
9367
- cacheRead: number;
9368
- cacheWrite: number;
9369
- };
9370
- contextWindow: number;
9371
- maxTokens: number;
9372
- };
9373
- readonly "openai/gpt-5-image-mini": {
9374
- id: string;
9375
- name: string;
9376
- api: "openai-completions";
9377
- provider: string;
9378
- baseUrl: string;
9379
- reasoning: true;
9380
- input: ("image" | "text")[];
9381
- cost: {
9382
- input: number;
9383
- output: number;
9384
- cacheRead: number;
9385
- cacheWrite: number;
9386
- };
9387
- contextWindow: number;
9388
- maxTokens: number;
9389
- };
9390
9424
  readonly "openai/gpt-5-mini": {
9391
9425
  id: string;
9392
9426
  name: string;
@@ -9982,23 +10016,6 @@ export declare const MODELS: {
9982
10016
  contextWindow: number;
9983
10017
  maxTokens: number;
9984
10018
  };
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
10019
  readonly "openrouter/free": {
10003
10020
  id: string;
10004
10021
  name: string;
@@ -11359,6 +11376,23 @@ export declare const MODELS: {
11359
11376
  contextWindow: number;
11360
11377
  maxTokens: number;
11361
11378
  };
11379
+ readonly "~anthropic/claude-opus-latest": {
11380
+ id: string;
11381
+ name: string;
11382
+ api: "openai-completions";
11383
+ provider: string;
11384
+ baseUrl: string;
11385
+ reasoning: true;
11386
+ input: ("image" | "text")[];
11387
+ cost: {
11388
+ input: number;
11389
+ output: number;
11390
+ cacheRead: number;
11391
+ cacheWrite: number;
11392
+ };
11393
+ contextWindow: number;
11394
+ maxTokens: number;
11395
+ };
11362
11396
  };
11363
11397
  readonly "vercel-ai-gateway": {
11364
11398
  readonly "alibaba/qwen-3-14b": {
@@ -11429,6 +11463,23 @@ export declare const MODELS: {
11429
11463
  contextWindow: number;
11430
11464
  maxTokens: number;
11431
11465
  };
11466
+ readonly "alibaba/qwen-3.6-max-preview": {
11467
+ id: string;
11468
+ name: string;
11469
+ api: "anthropic-messages";
11470
+ provider: string;
11471
+ baseUrl: string;
11472
+ reasoning: true;
11473
+ input: ("image" | "text")[];
11474
+ cost: {
11475
+ input: number;
11476
+ output: number;
11477
+ cacheRead: number;
11478
+ cacheWrite: number;
11479
+ };
11480
+ contextWindow: number;
11481
+ maxTokens: number;
11482
+ };
11432
11483
  readonly "alibaba/qwen3-235b-a22b-thinking": {
11433
11484
  id: string;
11434
11485
  name: string;