We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8191f1a commit 84d399fCopy full SHA for 84d399f
packages/types/src/providers/mistral.ts
@@ -8,7 +8,7 @@ export const mistralDefaultModelId: MistralModelId = "codestral-latest"
8
export const mistralModels = {
9
"magistral-medium-latest": {
10
maxTokens: 131_000,
11
- contextWindow: 41_000,
+ contextWindow: 131_000,
12
supportsImages: true,
13
supportsPromptCache: false,
14
inputPrice: 2.0,
0 commit comments