mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Chore: Update magistral-medium-latest in mistral.ts (#8364)
Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
This commit is contained in:
parent
19e06900ee
commit
b33c082300
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ export const mistralDefaultModelId: MistralModelId = "codestral-latest"
|
|||
|
||||
export const mistralModels = {
|
||||
"magistral-medium-latest": {
|
||||
maxTokens: 41_000,
|
||||
contextWindow: 41_000,
|
||||
supportsImages: false,
|
||||
maxTokens: 8192,
|
||||
contextWindow: 128_000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 2.0,
|
||||
outputPrice: 5.0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue