Mistral Large 2407

This 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. Read the launch announcement [here](https://mistral.ai/news/mistral-large-2407/). It supports dozens of languages including French, German, Spanish, Italian, Portuguese, Arabic, Hindi, Russian, Chinese, Japanese, and Korean, along with 80+ coding languages including Python, Java, C, C++, JavaScript, and Bash. Its long context window allows precise information recall from large documents.

ChatMistral131k tokens$2.1801 / $6.5404 · 1M

mistralai/mistral-large-2407

Context
131k tokens
Completion cap
Tools
Yes
JSON
Yes
Released
2024-11-19

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-large-2407",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Mistral Large 2407?
This 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. Read the launch announcement [here](https://mistral.ai/news/mistral-large-2407/). It supports dozens of languages including French, German, Spanish, Italian, Portuguese, Arabic, Hindi, Russian, Chinese, Japanese, and Korean, along with 80+ coding languages including Python, Java, C, C++, JavaScript, and Bash. Its long context window allows precise information recall from large documents. Mistral Large 2407 runs on the Geek Hub API (OpenAI-compatible). Model id: mistralai/mistral-large-2407.
Is Mistral Large 2407 free?
No. Input is $2.1801 per 1M tokens and output is $6.5404 per 1M tokens on Geek Hub (markup included).
What is the context length of Mistral Large 2407?
Mistral Large 2407 has a 131k tokens context window.
Does Mistral Large 2407 support tool calling and structured outputs?
Mistral Large 2407 accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was Mistral Large 2407 released?
Mistral Large 2407 was released on 2024-11-19.

More models from Mistral