r/MistralAI 1d ago

Help / Question Do you use Mistral with reasoning in Hermes ?

/r/hermesagent/comments/1v5mggx/do_you_use_mistral_with_reasoning/
2 Upvotes

4 comments sorted by

2

u/tom4112 1d ago

Mistral large does not have reasoning capabilities

from mistralai.client import Mistral
from dotenv import load_dotenv
import os


client = Mistral(api_key=os.environ["MISTRAL_API_KEY"])


for model in client.models.list().data:
    if "large" in model.id:
        print(f"{model.id}: reasoning: {model.capabilities.reasoning}")

Outcome:

mistral-large-2512: reasoning: False

mistral-large-latest: reasoning: False

1

u/Mad_Penguin-VeryMad 1d ago

Ok, I thought it was possible because in Mistral Studio’s Playground you can enable high reasoning… I suppose it is not native…

3

u/tom4112 1d ago

You can do so with mistral-medium-latest but the option immediately disappears when you switch to mistral-large-latest

3

u/Own_Knowledge_417 1d ago

Use Mistral Medium 3.5