Back to Modelsby OpenAI
O
o3-mini
o-seriesReasoning model optimized for STEM and coding. Delivers high capability at a fraction of o1 pricing.
Jan 31, 2025
Specifications
Context Length
200K
200,000 tokens
Input Price
$1.10
per 1M tokens
Output Price
$4.40
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchatfunction callingreasoningcode
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
openai/o3-minicURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/o3-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'