Back to Models

o4-mini-deep-research

openaiopenai/o4-mini-deep-research

Faster, more affordable deep research model.

Context Length
200K
Max Output
100K
Input Price
$2.40/ 1M tokens
Output Price
$9.60/ 1M tokens

Modalities

textimagetext

Pricing Breakdown

TypeRate
Input$2.40 / 1M tokens
Output$9.60 / 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/o4-mini-deep-research",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'