Cheaper, faster o4 variant. Targets high-volume reasoning traffic where you don't need full o4 depth.
Cheaper, faster o4 variant. Targets high-volume reasoning traffic where you don't need full o4 depth.
Why it matters: o4-mini will be the price-performance sweet spot for agent workflows.
Expected pricing: ~$1 / $4 per 1M tokens
Cheapest current OpenAI reasoning-capable tier — same API.
We'll auto-switch your API calls to OpenAI o4-mini the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "openai/gpt-5.1",
"input": {
"prompt": "Say hello from OpenAI o4-mini — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account