WorldRouter

Models
Mistraltext

Mistral Small 3.2 24B Instruct

Instruction-tuned Mistral Small model for compact reasoning and production assistants.

mistral-small-3.2-24b-instruct

Quickstart

Call this model

Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
  -H "Authorization: Bearer your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistral-small-3.2-24b-instruct",
    "messages": [
      {
        "role": "user",
        "content": "Hello"
      }
    ]
  }'