Models/mistral/mistral-small-2506
mistral

mistral-small-2506

131K contextFree inputFree output
mistral/mistral-small-2506

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistral/mistral-small-2506",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextOutput: Text

Pricing

InputFree
OutputFree
Context131K tokens

Model Info

Providermistral
IDmistral/mistral-small-2506