Haimaker.ai Logo
OpenAI logo

O4 Mini Deep Research

openai/o4-mini-deep-research
Responses
OpenAI|
Function CallingVision
Context Window
200K
tokens
Max Output
100K
tokens
Input Price
$2.00
/1M tokens
Output Price
$8.00
/1M tokens

Overview

OpenAI's o-series deep research model for autonomous multi-step research, information gathering, and synthesis.

Features & Capabilities

Moderesponses
Context Window200K tokens
Max Output100K tokens
Function CallingSupported
VisionSupported
Reasoning-
Web Search-
Url Context-

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="openai/o4-mini-deep-research",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

print(response.choices[0].message.content)

Use O4 Mini Deep Research with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from OpenAI