Back to model catalog

Mistral AI

Mistral Large

European general-purpose model with balanced tool calling and multilingual coverage.

tool callingmultilingualjson

Best use cases

EU-friendly apps
multilingual workflows
tool-use agents

OpenAI-compatible request

Set baseURL to https://thesmartoken.com/v1 and pass the model ID below.

curl -s "https://thesmartoken.com/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_SMARTOKEN_KEY" \
  -d '{
    "model": "mistral-large-latest",
    "stream": true,
    "messages": [
      { "role": "user", "content": "Summarize this product idea in three bullets." }
    ]
  }'