AI Models/OpenAI/OpenAI: GPT-5 Image
OpenAIChat

OpenAI: GPT-5 Image

openai/gpt-5-image
400KContext Window
128KMax Output
Supported Protocols:reasoninginclude_reasoningstructured_outputsresponse_formatseedmax_tokenstemperaturetop_pstopfrequency_penaltypresence_penaltylogit_biaslogprobstop_logprobstoolstool_choice
Online

[GPT-5] Image combines OpenAI's GPT-5 model with state-of-the-art image generation capabilities. It offers major improvements in reasoning, code quality, and user experience while incorporating GPT Image 1's superior instruction following, text rendering, and detailed image editing.

Capabilities

👁 Vision🧠 Reasoning🔧 Function CallingText GenerationCode GenerationAnalysis & Reasoningmodels.reasoning

Technical Specs

Input Modality
Image、Text、Text
Output Modality
Image、Text
Arch

Pricing

Pay per use, no monthly fees
Input Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token

Quick Start

from openai import OpenAI

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

response = client.chat.completions.create(
    model="openai/gpt-5-image",
    messages=[
        {"role": "user", "content": "Hello!"}
    ],
)

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

FAQ

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →