@dreb/ai 2.13.0 → 2.14.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.
@@ -5476,13 +5476,30 @@ export declare const MODELS: {
5476
5476
  contextWindow: number;
5477
5477
  maxTokens: number;
5478
5478
  };
5479
+ readonly "mistral-medium-2604": {
5480
+ id: string;
5481
+ name: string;
5482
+ api: "mistral-conversations";
5483
+ provider: string;
5484
+ baseUrl: string;
5485
+ reasoning: true;
5486
+ input: ("image" | "text")[];
5487
+ cost: {
5488
+ input: number;
5489
+ output: number;
5490
+ cacheRead: number;
5491
+ cacheWrite: number;
5492
+ };
5493
+ contextWindow: number;
5494
+ maxTokens: number;
5495
+ };
5479
5496
  readonly "mistral-medium-latest": {
5480
5497
  id: string;
5481
5498
  name: string;
5482
5499
  api: "mistral-conversations";
5483
5500
  provider: string;
5484
5501
  baseUrl: string;
5485
- reasoning: false;
5502
+ reasoning: true;
5486
5503
  input: ("image" | "text")[];
5487
5504
  cost: {
5488
5505
  input: number;
@@ -7063,23 +7080,6 @@ export declare const MODELS: {
7063
7080
  contextWindow: number;
7064
7081
  maxTokens: number;
7065
7082
  };
7066
- readonly "ling-2.6-flash-free": {
7067
- id: string;
7068
- name: string;
7069
- api: "openai-completions";
7070
- provider: string;
7071
- baseUrl: string;
7072
- reasoning: false;
7073
- input: "text"[];
7074
- cost: {
7075
- input: number;
7076
- output: number;
7077
- cacheRead: number;
7078
- cacheWrite: number;
7079
- };
7080
- contextWindow: number;
7081
- maxTokens: number;
7082
- };
7083
7083
  readonly "minimax-m2.5": {
7084
7084
  id: string;
7085
7085
  name: string;
@@ -8512,13 +8512,13 @@ export declare const MODELS: {
8512
8512
  contextWindow: number;
8513
8513
  maxTokens: number;
8514
8514
  };
8515
- readonly "inception/mercury-2": {
8515
+ readonly "ibm-granite/granite-4.1-8b": {
8516
8516
  id: string;
8517
8517
  name: string;
8518
8518
  api: "openai-completions";
8519
8519
  provider: string;
8520
8520
  baseUrl: string;
8521
- reasoning: true;
8521
+ reasoning: false;
8522
8522
  input: "text"[];
8523
8523
  cost: {
8524
8524
  input: number;
@@ -8529,13 +8529,13 @@ export declare const MODELS: {
8529
8529
  contextWindow: number;
8530
8530
  maxTokens: number;
8531
8531
  };
8532
- readonly "inclusionai/ling-2.6-1t:free": {
8532
+ readonly "inception/mercury-2": {
8533
8533
  id: string;
8534
8534
  name: string;
8535
8535
  api: "openai-completions";
8536
8536
  provider: string;
8537
8537
  baseUrl: string;
8538
- reasoning: false;
8538
+ reasoning: true;
8539
8539
  input: "text"[];
8540
8540
  cost: {
8541
8541
  input: number;
@@ -8546,7 +8546,7 @@ export declare const MODELS: {
8546
8546
  contextWindow: number;
8547
8547
  maxTokens: number;
8548
8548
  };
8549
- readonly "inclusionai/ling-2.6-flash": {
8549
+ readonly "inclusionai/ling-2.6-1t:free": {
8550
8550
  id: string;
8551
8551
  name: string;
8552
8552
  api: "openai-completions";
@@ -8563,7 +8563,7 @@ export declare const MODELS: {
8563
8563
  contextWindow: number;
8564
8564
  maxTokens: number;
8565
8565
  };
8566
- readonly "inclusionai/ling-2.6-flash:free": {
8566
+ readonly "inclusionai/ling-2.6-flash": {
8567
8567
  id: string;
8568
8568
  name: string;
8569
8569
  api: "openai-completions";
@@ -9090,23 +9090,6 @@ export declare const MODELS: {
9090
9090
  contextWindow: number;
9091
9091
  maxTokens: number;
9092
9092
  };
9093
- readonly "mistralai/mistral-small-creative": {
9094
- id: string;
9095
- name: string;
9096
- api: "openai-completions";
9097
- provider: string;
9098
- baseUrl: string;
9099
- reasoning: false;
9100
- input: "text"[];
9101
- cost: {
9102
- input: number;
9103
- output: number;
9104
- cacheRead: number;
9105
- cacheWrite: number;
9106
- };
9107
- contextWindow: number;
9108
- maxTokens: number;
9109
- };
9110
9093
  readonly "mistralai/mixtral-8x22b-instruct": {
9111
9094
  id: string;
9112
9095
  name: string;
@@ -10433,6 +10416,23 @@ export declare const MODELS: {
10433
10416
  contextWindow: number;
10434
10417
  maxTokens: number;
10435
10418
  };
10419
+ readonly "openrouter/owl-alpha": {
10420
+ id: string;
10421
+ name: string;
10422
+ api: "openai-completions";
10423
+ provider: string;
10424
+ baseUrl: string;
10425
+ reasoning: false;
10426
+ input: "text"[];
10427
+ cost: {
10428
+ input: number;
10429
+ output: number;
10430
+ cacheRead: number;
10431
+ cacheWrite: number;
10432
+ };
10433
+ contextWindow: number;
10434
+ maxTokens: number;
10435
+ };
10436
10436
  readonly "poolside/laguna-m.1:free": {
10437
10437
  id: string;
10438
10438
  name: string;
@@ -11283,23 +11283,6 @@ export declare const MODELS: {
11283
11283
  contextWindow: number;
11284
11284
  maxTokens: number;
11285
11285
  };
11286
- readonly "qwen/qwq-32b": {
11287
- id: string;
11288
- name: string;
11289
- api: "openai-completions";
11290
- provider: string;
11291
- baseUrl: string;
11292
- reasoning: true;
11293
- input: "text"[];
11294
- cost: {
11295
- input: number;
11296
- output: number;
11297
- cacheRead: number;
11298
- cacheWrite: number;
11299
- };
11300
- contextWindow: number;
11301
- maxTokens: number;
11302
- };
11303
11286
  readonly "rekaai/reka-edge": {
11304
11287
  id: string;
11305
11288
  name: string;
@@ -11606,6 +11589,23 @@ export declare const MODELS: {
11606
11589
  contextWindow: number;
11607
11590
  maxTokens: number;
11608
11591
  };
11592
+ readonly "x-ai/grok-4.3": {
11593
+ id: string;
11594
+ name: string;
11595
+ api: "openai-completions";
11596
+ provider: string;
11597
+ baseUrl: string;
11598
+ reasoning: true;
11599
+ input: ("image" | "text")[];
11600
+ cost: {
11601
+ input: number;
11602
+ output: number;
11603
+ cacheRead: number;
11604
+ cacheWrite: number;
11605
+ };
11606
+ contextWindow: number;
11607
+ maxTokens: number;
11608
+ };
11609
11609
  readonly "x-ai/grok-code-fast-1": {
11610
11610
  id: string;
11611
11611
  name: string;
@@ -12339,6 +12339,23 @@ export declare const MODELS: {
12339
12339
  contextWindow: number;
12340
12340
  maxTokens: number;
12341
12341
  };
12342
+ readonly "alibaba/qwen3.6-27b": {
12343
+ id: string;
12344
+ name: string;
12345
+ api: "anthropic-messages";
12346
+ provider: string;
12347
+ baseUrl: string;
12348
+ reasoning: true;
12349
+ input: ("image" | "text")[];
12350
+ cost: {
12351
+ input: number;
12352
+ output: number;
12353
+ cacheRead: number;
12354
+ cacheWrite: number;
12355
+ };
12356
+ contextWindow: number;
12357
+ maxTokens: number;
12358
+ };
12342
12359
  readonly "alibaba/qwen3.6-plus": {
12343
12360
  id: string;
12344
12361
  name: string;
@@ -12719,7 +12736,7 @@ export declare const MODELS: {
12719
12736
  api: "anthropic-messages";
12720
12737
  provider: string;
12721
12738
  baseUrl: string;
12722
- reasoning: true;
12739
+ reasoning: false;
12723
12740
  input: "text"[];
12724
12741
  cost: {
12725
12742
  input: number;
@@ -14243,23 +14260,6 @@ export declare const MODELS: {
14243
14260
  contextWindow: number;
14244
14261
  maxTokens: number;
14245
14262
  };
14246
- readonly "prime-intellect/intellect-3": {
14247
- id: string;
14248
- name: string;
14249
- api: "anthropic-messages";
14250
- provider: string;
14251
- baseUrl: string;
14252
- reasoning: true;
14253
- input: "text"[];
14254
- cost: {
14255
- input: number;
14256
- output: number;
14257
- cacheRead: number;
14258
- cacheWrite: number;
14259
- };
14260
- contextWindow: number;
14261
- maxTokens: number;
14262
- };
14263
14263
  readonly "xai/grok-3": {
14264
14264
  id: string;
14265
14265
  name: string;
@@ -14515,6 +14515,23 @@ export declare const MODELS: {
14515
14515
  contextWindow: number;
14516
14516
  maxTokens: number;
14517
14517
  };
14518
+ readonly "xai/grok-4.3": {
14519
+ id: string;
14520
+ name: string;
14521
+ api: "anthropic-messages";
14522
+ provider: string;
14523
+ baseUrl: string;
14524
+ reasoning: true;
14525
+ input: ("image" | "text")[];
14526
+ cost: {
14527
+ input: number;
14528
+ output: number;
14529
+ cacheRead: number;
14530
+ cacheWrite: number;
14531
+ };
14532
+ contextWindow: number;
14533
+ maxTokens: number;
14534
+ };
14518
14535
  readonly "xai/grok-code-fast-1": {
14519
14536
  id: string;
14520
14537
  name: string;
@@ -14566,6 +14583,40 @@ export declare const MODELS: {
14566
14583
  contextWindow: number;
14567
14584
  maxTokens: number;
14568
14585
  };
14586
+ readonly "xiaomi/mimo-v2.5": {
14587
+ id: string;
14588
+ name: string;
14589
+ api: "anthropic-messages";
14590
+ provider: string;
14591
+ baseUrl: string;
14592
+ reasoning: true;
14593
+ input: ("image" | "text")[];
14594
+ cost: {
14595
+ input: number;
14596
+ output: number;
14597
+ cacheRead: number;
14598
+ cacheWrite: number;
14599
+ };
14600
+ contextWindow: number;
14601
+ maxTokens: number;
14602
+ };
14603
+ readonly "xiaomi/mimo-v2.5-pro": {
14604
+ id: string;
14605
+ name: string;
14606
+ api: "anthropic-messages";
14607
+ provider: string;
14608
+ baseUrl: string;
14609
+ reasoning: true;
14610
+ input: ("image" | "text")[];
14611
+ cost: {
14612
+ input: number;
14613
+ output: number;
14614
+ cacheRead: number;
14615
+ cacheWrite: number;
14616
+ };
14617
+ contextWindow: number;
14618
+ maxTokens: number;
14619
+ };
14569
14620
  readonly "zai/glm-4.5": {
14570
14621
  id: string;
14571
14622
  name: string;
@@ -15146,6 +15197,23 @@ export declare const MODELS: {
15146
15197
  contextWindow: number;
15147
15198
  maxTokens: number;
15148
15199
  };
15200
+ readonly "grok-4.3": {
15201
+ id: string;
15202
+ name: string;
15203
+ api: "openai-completions";
15204
+ provider: string;
15205
+ baseUrl: string;
15206
+ reasoning: true;
15207
+ input: ("image" | "text")[];
15208
+ cost: {
15209
+ input: number;
15210
+ output: number;
15211
+ cacheRead: number;
15212
+ cacheWrite: number;
15213
+ };
15214
+ contextWindow: number;
15215
+ maxTokens: number;
15216
+ };
15149
15217
  readonly "grok-beta": {
15150
15218
  id: string;
15151
15219
  name: string;