Browse Source

Add Devstral Medium (#5590)

Matt Rubens 7 months ago
parent
commit
b03d03d860
1 changed files with 8 additions and 0 deletions
  1. 8 0
      packages/types/src/providers/mistral.ts

+ 8 - 0
packages/types/src/providers/mistral.ts

@@ -14,6 +14,14 @@ export const mistralModels = {
 		inputPrice: 2.0,
 		outputPrice: 5.0,
 	},
+	"devstral-medium-latest": {
+		maxTokens: 131_000,
+		contextWindow: 131_000,
+		supportsImages: true,
+		supportsPromptCache: false,
+		inputPrice: 0.4,
+		outputPrice: 2.0,
+	},
 	"mistral-medium-latest": {
 		maxTokens: 131_000,
 		contextWindow: 131_000,