openai/o3-deep-researcho3-deep-research is OpenAI's advanced model for deep research, designed to tackle complex, multi-step research tasks. Note: This model always uses the 'web_search' tool which adds additional cost.
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $10.00 | ₹1006.52 |
| Cached inputprompt cache read | $1.00 | ₹100.65 |
| Output | $40.00 | ₹4026.08 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call OpenAI: o3 Deep Research through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/o3-deep-research",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.