Haimaker.ai Logo
OpenAI logo

O3 Mini High

openai/o3-mini-high
Chat
OpenAI|
Function CallingReasoning
Context Window
128K
tokens
Max Output
66K
tokens
Input Price
$1.10
/1M tokens
Output Price
$4.40
/1M tokens

Overview

OpenAI's o-series mini model with high reasoning effort for stronger analytical performance on complex problems.

Features & Capabilities

Modechat
Context Window128K tokens
Max Output66K tokens
Function CallingSupported
Vision-
ReasoningSupported
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/o3-mini-high",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

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

Use O3 Mini High with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from OpenAI