Back to Models
M

Mistral Large 3 675B

Mistral
by Mistral AI

A state-of-the-art general purpose MoE VLM ideal for chat, agentic and instruction based use cases.

Free EndpointDownloadableDec 2, 2025open license3M API calls / 30d

Specifications

Context Length
128K
128,000 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→text, image+text→text

Capabilities

text generationchatcodeagenticvision

Tags

language-generationagenticMoEvlm

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

mistralai/mistral-large-3-675b-instruct-2512
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-large-3-675b-instruct-2512",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'