diff --git a/extensions/mistral/openclaw.plugin.json b/extensions/mistral/openclaw.plugin.json index 7661f9c0cd7..f7de9d5458b 100644 --- a/extensions/mistral/openclaw.plugin.json +++ b/extensions/mistral/openclaw.plugin.json @@ -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)",