@dreb/ai 2.14.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;
@@ -8495,6 +8512,23 @@ export declare const MODELS: {
8495
8512
  contextWindow: number;
8496
8513
  maxTokens: number;
8497
8514
  };
8515
+ readonly "ibm-granite/granite-4.1-8b": {
8516
+ id: string;
8517
+ name: string;
8518
+ api: "openai-completions";
8519
+ provider: string;
8520
+ baseUrl: string;
8521
+ reasoning: false;
8522
+ input: "text"[];
8523
+ cost: {
8524
+ input: number;
8525
+ output: number;
8526
+ cacheRead: number;
8527
+ cacheWrite: number;
8528
+ };
8529
+ contextWindow: number;
8530
+ maxTokens: number;
8531
+ };
8498
8532
  readonly "inception/mercury-2": {
8499
8533
  id: string;
8500
8534
  name: string;
@@ -11555,6 +11589,23 @@ export declare const MODELS: {
11555
11589
  contextWindow: number;
11556
11590
  maxTokens: number;
11557
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
+ };
11558
11609
  readonly "x-ai/grok-code-fast-1": {
11559
11610
  id: string;
11560
11611
  name: string;
@@ -14209,23 +14260,6 @@ export declare const MODELS: {
14209
14260
  contextWindow: number;
14210
14261
  maxTokens: number;
14211
14262
  };
14212
- readonly "prime-intellect/intellect-3": {
14213
- id: string;
14214
- name: string;
14215
- api: "anthropic-messages";
14216
- provider: string;
14217
- baseUrl: string;
14218
- reasoning: true;
14219
- input: "text"[];
14220
- cost: {
14221
- input: number;
14222
- output: number;
14223
- cacheRead: number;
14224
- cacheWrite: number;
14225
- };
14226
- contextWindow: number;
14227
- maxTokens: number;
14228
- };
14229
14263
  readonly "xai/grok-3": {
14230
14264
  id: string;
14231
14265
  name: string;
@@ -14481,6 +14515,23 @@ export declare const MODELS: {
14481
14515
  contextWindow: number;
14482
14516
  maxTokens: number;
14483
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
+ };
14484
14535
  readonly "xai/grok-code-fast-1": {
14485
14536
  id: string;
14486
14537
  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;