Kaynağa Gözat

Add Devstral Medium (#5590)

Matt Rubens 5 ay önce
ebeveyn
işleme
b03d03d860
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  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,
 		inputPrice: 2.0,
 		outputPrice: 5.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": {
 	"mistral-medium-latest": {
 		maxTokens: 131_000,
 		maxTokens: 131_000,
 		contextWindow: 131_000,
 		contextWindow: 131_000,