@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.
package/dist/models.generated.js
CHANGED
|
@@ -4724,6 +4724,23 @@ export const MODELS = {
|
|
|
4724
4724
|
contextWindow: 262144,
|
|
4725
4725
|
maxTokens: 262144,
|
|
4726
4726
|
},
|
|
4727
|
+
"devstral-latest": {
|
|
4728
|
+
id: "devstral-latest",
|
|
4729
|
+
name: "Devstral 2",
|
|
4730
|
+
api: "mistral-conversations",
|
|
4731
|
+
provider: "mistral",
|
|
4732
|
+
baseUrl: "https://api.mistral.ai",
|
|
4733
|
+
reasoning: false,
|
|
4734
|
+
input: ["text"],
|
|
4735
|
+
cost: {
|
|
4736
|
+
input: 0.4,
|
|
4737
|
+
output: 2,
|
|
4738
|
+
cacheRead: 0,
|
|
4739
|
+
cacheWrite: 0,
|
|
4740
|
+
},
|
|
4741
|
+
contextWindow: 262144,
|
|
4742
|
+
maxTokens: 262144,
|
|
4743
|
+
},
|
|
4727
4744
|
"devstral-medium-2507": {
|
|
4728
4745
|
id: "devstral-medium-2507",
|
|
4729
4746
|
name: "Devstral Medium",
|