Grok 3 mini
by xAI

x-ai/grok-3-mini
Streamlined for quick, casual chat and basic reasoning with the signature X-style tone.
Performance Metrics
Context
131K
Input
$0.21
$0.3
Output
$0.35
$0.5
Latency
2.02s
Uptime
99.99 %
Getting Started
Use this model through our unified API endpoint
curl -X POST "https://api.firstrouter.ai/v1/chat/completions" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "x-ai/grok-3-mini",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
]
}'