Back to Models

OpenAI: GPT-5 Image Mini

openai/gpt-5-image-mini
Oct 16, 2025400K context128K max output$2.50/M in · $2.00/M outReasoning

Description

GPT-5 Image Mini combines OpenAI's advanced language capabilities, powered by GPT-5 Mini, with GPT Image 1 Mini for efficient image generation. This natively multimodal model features superior instruction following, text rendering, and detailed image editing with reduced latency and cost. It excels at high-quality visual creation while maintaining strong text understanding, making it ideal for applications that require both efficient image generation and text processing at scale.

Specifications

Provider
openai
Context Length
400K
Max Output
128K
Modality
Infileimagetext
Outimagetext

Pricing

TypePrice / 1M tokens
Input$2.50
Output$2.00
Cache Read$0.25
Web Search$0.01 / call

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5-image-mini",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'