New — access 450+ AI models through one unified API.Start building free

gpt-image-1.5/text-to-image

GPT Image 1.5 text to image is OpenAI's fast, cost-efficient text-to-image generator powered by GPT-5 guidance. Create photorealistic shots, product renders, concept art, and stylized graphics from natural-language prompts (optionally conditioned with an image). Supports custom aspect ratios, seeds, negative prompts, hex color hints, and style presets. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

text-to-image$0.0400/ run

Prompt

Enhancer
0/2000
PreviewJSON

Your result will appear here

Write a prompt and hit Generate.

Examples

Street food market in Tokyo at night, chef tossing flaming wok with vegetables mid-air, steam rising, colorful paper lanterns overhead, motion blur on crowd in background, vibrant neon signs, photojournalism style.

Street food market in Tokyo at night, chef tossing flaming wok with vegetables mid-air, steam rising, colorful paper lanterns overhead, motion blur on crowd in background, vibrant neon signs, photojournalism style.

Portrait of a cyberpunk hacker, neon pink and blue rim lighting, chrome cybernetic implants on temple, rain droplets on skin, dark alley background with holographic advertisements, hyper-detailed, 8K.

Portrait of a cyberpunk hacker, neon pink and blue rim lighting, chrome cybernetic implants on temple, rain droplets on skin, dark alley background with holographic advertisements, hyper-detailed, 8K.

Macro photograph of morning dew drops on spider web, each droplet reflecting a tiny forest landscape, soft bokeh background, golden backlight, extreme detail, nature photography.

Macro photograph of morning dew drops on spider web, each droplet reflecting a tiny forest landscape, soft bokeh background, golden backlight, extreme detail, nature photography.

Surrealist artwork of a giant whale swimming through clouds above a tiny village, bioluminescent patterns on whale skin, villagers looking up in wonder, dreamlike atmosphere, style of Salvador Dali meets Hayao Miyazaki.

Surrealist artwork of a giant whale swimming through clouds above a tiny village, bioluminescent patterns on whale skin, villagers looking up in wonder, dreamlike atmosphere, style of Salvador Dali meets Hayao Miyazaki.

Related models

gpt-image-2 / edit5% OFFimage-to-image
gpt-image-2 / edit

OpenAI's GPT Image 2 Edit enables image editing from natural-language instructions with one or more reference images. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

GPT Image$0.0665$0.0700
gpt-image-2 / text-to-image5% OFFtext-to-image
gpt-image-2 / text-to-image

OpenAI's GPT Image 2 Text-to-Image generates high-quality images from natural-language prompts. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

GPT Image$0.0570$0.0600
gpt-image-1.5 / editimage-to-image
gpt-image-1.5 / edit

GPT Image 1.5 Edit is OpenAI’s image model for precise, natural-language edits. Add/remove objects, swap backgrounds, retouch faces, adjust colors/lighting, edit text/graphics, crop/resize, and apply hex color control. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

GPT Image$0.0400
gpt-image-1 / text-to-imagetext-to-image
gpt-image-1 / text-to-image

GPT Image 1 is OpenAI's multimodal image generation model combining GPT-4-Turbo reasoning with visual synthesis. It generates high-quality images from text prompts with clean typography for posters, memes, and branding. Supports multiple quality tiers and sizes. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

GPT Image$0.0500
gpt-image-1 / editimage-to-image
gpt-image-1 / edit

GPT Image 1 Edit transforms images with natural language instructions. It applies style changes, modifications, and creative transformations with optional mask support for precise regional editing and multiple quality tiers. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

GPT Image$0.0500

Gpt Image 1.5 Text To Image

GPT Image 1.5 text to image is OpenAI's fast, cost-efficient text-to-image generator powered by GPT-5 guidance. Create photorealistic shots, product renders, concept art, and stylized graphics from natural-language prompts (optionally conditioned with an image). Supports custom aspect ratios, seeds, negative prompts, hex color hints, and style presets. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Key Features

  • High-fidelity image generation from natural language prompts with photorealistic or stylized outputs.
  • Advanced prompt comprehension — accurately interprets complex scenes, spatial relationships and artistic styles.
  • Multiple aspect ratio support — generate in landscape, portrait, square or custom dimensions.
  • Fine-grained style control through detailed prompt engineering and parameter tuning.
  • Fast inference with production-ready API — low latency, no cold starts.
  • Consistent quality across diverse subjects: people, landscapes, objects, abstract art and more.

Parameters

ParameterRequiredDescription
promptYesText description of the image to generate.
aspect_ratioNoAspect ratio: 1:1, 16:9, 9:16, 4:3, 3:4 (default: 1:1).
resolutionNoOutput resolution tier (default varies by model).
seedNoSeed for reproducible results.

How to Use

  1. Open the Playground and write a detailed description of the image you want to create.
  2. Select your desired aspect ratio and resolution.
  3. Click Generate and wait for results.
  4. Download or iterate — refine your prompt for better results.

Code Examples

import os
import requests

response = requests.post(
    "https://aircube.ai/api/v3/gpt-image-1.5/text-to-image",
    headers={
        "Authorization": "Bearer " + os.environ["AIRCUBE_API_KEY"],
        "Content-Type": "application/json",
    },
    json={
    "prompt": "A serene mountain landscape at sunset, golden light on snow-capped peaks"
},
    timeout=300,
)
data = response.json()

if data["success"]:
    print("ID:", data["data"]["id"], "Status:", data["data"]["status"])
else:
    print("Error:", data["error"]["message"])

Pricing

ResolutionDurationCost
1klow quality$0.01
1kmedium quality$0.04
1khigh quality$0.14

Billing rules

  • Pricing varies by quality x resolution combination.
  • Low quality: $0.01 (1k).
  • Medium quality: $0.04 (1k).
  • High quality: $0.14 (1k).
  • Failed generations are not charged.

Best Use Cases

  • Marketing assets — generate hero images, social media visuals and ad creatives.
  • Product mockups — quickly visualize product concepts and packaging designs.
  • Art and illustration — create custom artwork, book covers and editorial illustrations.
  • Storyboarding — generate scene compositions for video and animation planning.

Pro Tips

  • Be specific about composition, lighting, and style in your prompts for more predictable results.
  • Include art medium keywords (oil painting, watercolor, 3D render, photography) to guide the style.
  • Use negative descriptors to avoid unwanted elements — describe what you DO want, not what you don't.
  • Start with a lower resolution for fast iterations, then upscale your favorite result.

Notes

  • Outputs are saved to your generation history for 7 days.
  • Maximum prompt length varies by model — keep prompts under 500 words for best results.
  • Content policy applies — harmful or prohibited content will be filtered.

Gpt Image 1.5 Text To Image — Frequently asked questions