Home/Models/mistral-small-3
M

mistral-small-3

Mistral AITextOpen weights ยท Apache-2.0
Use with your agent
Context
128K
Input
$0.15/M
Output
$0.45/M
Throughput
190tok/s
Latency
210ms
Popularity
28%

Overview

Mistral Small 3 is tiny, fast and openly licensed. Perfect for routers, classifiers and edge deployments where you want capable behaviour in a footprint you can run anywhere.

Capabilities

MID CONTEXTBalanced context window for everyday work.

Routing & endpoints

EndpointContextPriceLatencyStatus
claws-edge ยท us-east128K$0.15 / $0.45 /M210msOperational
claws-edge ยท eu-west128K$0.15 / $0.45 /M232msOperational
Mistral AI ยท direct128K$0.15 / $0.45 /M258msOperational

Sample request

curl https://api.claws.io/v1/chat/completions \
  -H "Authorization: Bearer $CLAWS_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistral-small-3",
    "messages": [{"role": "user", "content": "Hello"}]
  }'