@dreb/ai 2.22.1 → 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;
|