Haimaker.ai Logo
OpenAI logo

GPT 5 Mini

openai/gpt-5-mini
Chat
OpenAI|
Function CallingVisionReasoning
Context Window
272K
tokens
Max Output
128K
tokens
Input Price
$0.25
/1M tokens
Output Price
$2.00
/1M tokens

Overview

OpenAI's mid-tier GPT-5 model, balancing strong capability with fast responses and cost efficiency.

Features & Capabilities

Modechat
Context Window272K tokens
Max Output128K tokens
Function CallingSupported
VisionSupported
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/gpt-5-mini",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

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

Use GPT 5 Mini with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from OpenAI