Mistral Medium 3.5
Mistral Medium 3.5 is a dense 128B instruction-following model from Mistral AI. It supports text and image inputs with text output, and is designed for agentic workflows, coding, and complex multi-step reasoning. It is particularly strong at reliable multi-tool calling and long-horizon tasks, with a 256K context window, configurable reasoning effort per request, and a custom vision encoder that handles variable image sizes and aspect ratios. Self-hostable on as few as four GPUs and available under open weights.
mistralai/mistral-medium-3-5
- Context
- 262k tokens
- Completion cap
- —
- Tools
- Yes
- JSON
- Yes
- Released
- 2026-04-30
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-medium-3-5",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is Mistral Medium 3.5?
- Mistral Medium 3.5 is a dense 128B instruction-following model from Mistral AI. It supports text and image inputs with text output, and is designed for agentic workflows, coding, and complex multi-step reasoning. It is particularly strong at reliable multi-tool calling and long-horizon tasks, with a 256K context window, configurable reasoning effort per request, and a custom vision encoder that handles variable image sizes and aspect ratios. Self-hostable on as few as four GPUs and available under open weights. Mistral Medium 3.5 runs on the Geek Hub API (OpenAI-compatible). Model id: mistralai/mistral-medium-3-5.
- Is Mistral Medium 3.5 free?
- No. Input is $1.6351 per 1M tokens and output is $8.1754 per 1M tokens on Geek Hub (markup included).
- What is the context length of Mistral Medium 3.5?
- Mistral Medium 3.5 has a 262k tokens context window.
- Does Mistral Medium 3.5 support tool calling and structured outputs?
- Mistral Medium 3.5 accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
- When was Mistral Medium 3.5 released?
- Mistral Medium 3.5 was released on 2026-04-30.
More models from Mistral
Codestral 2508Mistral's cutting-edge language model for coding released end of July 2025. Codestral specializes in low-latency, high-frequency tasks such as fill-in-the-middle (FIM), code correc
Ministral 3 14B 2512The largest model in the Ministral 3 family, Ministral 3 14B offers frontier capabilities and performance comparable to its larger Mistral Small 3.2 24B counterpart. A powerful and
Ministral 3 3B 2512The smallest model in the Ministral 3 family, Ministral 3 3B is a powerful, efficient tiny language model with vision capabilities.
Ministral 3 8B 2512A balanced model in the Ministral 3 family, Ministral 3 8B is a powerful, efficient tiny language model with vision capabilities.
Ministral 8BMinistral 8B is an 8B parameter model featuring a unique interleaved sliding-window attention pattern for faster, memory-efficient inference. Designed for edge use cases, it suppor
Mistral LargeThis is Mistral AI's flagship model, Mistral Large 2 (version `mistral-large-2407`). It's a proprietary weights-available model and excels at reasoning, code, JSON, chat, and more.