Haimaker.ai Logo
OpenAI logo

GPT 4o Mini Realtime Preview

openai/gpt-4o-mini-realtime-preview
Chat
OpenAI|
Function Calling
Context Window
128K
tokens
Max Output
4K
tokens
Input Price
$0.60
/1M tokens
Output Price
$2.40
/1M tokens

Overview

GPT-4o Mini variant optimized for real-time low-latency conversational applications.

Features & Capabilities

Modechat
Context Window128K tokens
Max Output4K tokens
Function CallingSupported
Vision-
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/gpt-4o-mini-realtime-preview",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

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

Use GPT 4o Mini Realtime Preview with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from OpenAI