New0% platform fee on Tier 2+ — upgrade from 4% Pay As You Go. Start now
Back to Models
OpenAI
o1-mini
Smaller reasoning model — fast and cost-effective for coding and STEM tasks.
Released
Context Window
128.0K
tokensMax Output
65.5K
tokensInput / 1M
$3.00
per 1M tokensOutput / 1M
$12.00
per 1M tokensCapabilities
Vision
Function Calling
Streaming
JSON Mode
System Prompt
Tool Use
Pricing Comparison
Quick Start
curl
curl -X POST https://api.nemorouter.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-your-api-key" \
-d '{
"model": "openai/o1-mini",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
],
"max_tokens": 256
}'Replace sk-your-api-key with your NemoRouter API key. Use openai/o1-mini as the model identifier.