@dreb/ai 2.22.0 → 2.23.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.
@@ -4903,6 +4903,23 @@ export declare const MODELS: {
4903
4903
  contextWindow: number;
4904
4904
  maxTokens: number;
4905
4905
  };
4906
+ readonly "devstral-latest": {
4907
+ id: string;
4908
+ name: string;
4909
+ api: "mistral-conversations";
4910
+ provider: string;
4911
+ baseUrl: string;
4912
+ reasoning: false;
4913
+ input: "text"[];
4914
+ cost: {
4915
+ input: number;
4916
+ output: number;
4917
+ cacheRead: number;
4918
+ cacheWrite: number;
4919
+ };
4920
+ contextWindow: number;
4921
+ maxTokens: number;
4922
+ };
4906
4923
  readonly "devstral-medium-2507": {
4907
4924
  id: string;
4908
4925
  name: string;
@@ -12469,7 +12486,7 @@ export declare const MODELS: {
12469
12486
  api: "anthropic-messages";
12470
12487
  provider: string;
12471
12488
  baseUrl: string;
12472
- reasoning: false;
12489
+ reasoning: true;
12473
12490
  input: ("image" | "text")[];
12474
12491
  cost: {
12475
12492
  input: number;