All Models
OpenAI legacy

o1-pro

openai/o1-pro

Extended compute version of o1 for harder reasoning problems. Consider migrating to o3-pro.

Specifications

Context Window 200K tokens
Max Output 100K tokens
Latency moderate
Knowledge Cutoff Oct 2023
Training Data Oct 2023

Pricing

Input $150.00 per 1M tokens
Output $600.00 per 1M tokens

Capabilities

text Text generation and understanding
vision Image and visual input processing
tool use Function calling and tool integration
reasoning Advanced multi-step reasoning with chain-of-thought

API Identifiers

Model ID openai/o1-pro
Provider API ID o1-pro

Usage via Multi-Router

curl https://api.multi-router.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "x-mr-router-id: YOUR_ROUTER_ID" \
  -d '{
    "model": "openai/o1-pro",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'