Back to Models

o3-deep-research

openaiopenai/o3-deep-research

Most powerful deep research model.

Context Length
200K
Max Output
100K
Input Price
$12.00/ 1M tokens
Output Price
$48.00/ 1M tokens

Modalities

textimagetext

Pricing Breakdown

TypeRate
Input$12.00 / 1M tokens
Output$48.00 / 1M tokens

Supported Parameters

max_tokenstoolstool_choiceresponse_formatreasoningstop

API Usage Examples

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "openai/o3-deep-research",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'