From 25f7eae2adabaeb4cdc9a89fa581024d5a59fc61 Mon Sep 17 00:00:00 2001 From: Steven Liekens Date: Tue, 5 May 2026 23:33:29 +0200 Subject: [PATCH] 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 --- extensions/mistral/openclaw.plugin.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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)",