mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 08:00:42 +00:00
feat(mistral): add mistral-medium-3-5 model
Add mistral-medium-3-5 to model catalog with input cost 1.5 and output cost 7.5. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
committed by
Peter Steinberger
parent
257383139f
commit
25f7eae2ad
@@ -90,6 +90,19 @@
|
||||
"cacheWrite": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "mistral-medium-3-5",
|
||||
"name": "Mistral Medium 3.5",
|
||||
"input": ["text", "image"],
|
||||
"contextWindow": 262144,
|
||||
"maxTokens": 8192,
|
||||
"cost": {
|
||||
"input": 1.5,
|
||||
"output": 7.5,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "mistral-small-latest",
|
||||
"name": "Mistral Small (latest)",
|
||||
|
||||
Reference in New Issue
Block a user