OpenAI

OpenAI: GPT Image 1.5

Image Generation
openai/gpt-image-1.5
CompareGet Started

GPT Image 1.5 is OpenAI's image generation model, released on 2025-12-16, built for better instruction following and closer adherence to prompts. It accepts image input alongside text, so it covers both text-to-image generation and image-guided editing workflows, and it supports prompt caching to cut the cost of repeated prompt prefixes. Cached image input is billed at a lower rate than fresh image input, which helps on iterative generation where the same reference material is reused across requests. Accessible via the OpenAI-compatible protocol through Ofox.

Context Window
0
Max Output Tokens
0
Released
2025-12-16
Capabilities
VisionPrompt Caching
Available Providers
AzureAzure
Supported Protocols
OpenAIopenai

Providers

AzureAzure
Input Tokens
$5/M
Output Tokens
$10/M
Cache Read
$1.25/M
Image Input
$8/M
Cached Image
$2/M
Output Image
$32/M
Web Search
$0.035/R
Protocols
OpenAIopenai/v1/images/generations

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.run/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.images.generate(
model="openai/gpt-image-1.5",
prompt="A beautiful sunset over mountains",
size="1024x1024",
)
print(response.data[0].url)

Frequently Asked Questions

OpenAI: GPT Image 1.5 on Ofox.ai costs $5/M per million input tokens and $10/M per million output tokens. Pay-as-you-go, no monthly fees.