TokenRoute
Get started
Back to models

OpenAI: o3 Mini High

Moderated

openai/o3-mini-high

OpenAI o3-mini-high is the same model as [o3-mini](/openai/o3-mini) with reasoning_effort set to high. o3-mini is a cost-efficient language model optimized for STEM reasoning tasks, particularly excelling in science, mathematics, and...

Pricing

Input$0.7700 /M
Output$3.08 /M
Cache read$0.3850 /M
Web search$0.0070 /req

Specs

Context length200K tokens
Max output100K tokens
Inputtext, file
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/o3-mini-high",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

include_reasoning
max_tokens
reasoning
reasoning_effort
response_format
seed
structured_outputs
tool_choice
tools