← All models
GPT Image 2 · 1K — image model on LumeAPI

GPT Image 2 · 1K

gpt-image-2-1k

Cheaper. More stable. One-stop API aggregation.

Introduction

GPT Image 2 · 1K is the recommended OpenAI image id on LumeAPI for standard generations and img2img flows.

Call `POST /v1/images/generations` with model `gpt-image-2-1k`, a text prompt, and optional `size` aspect ratio.

Portal price is $0.05 per image (official ref ~$0.0584).

Prefer this id over any legacy aliases.

Pricing

Official$0.0584
LumeAPI$0.05
per image

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call examplegpt-image-2-1k
curl https://api.lumeapi.site/v1/images/generations \
  -H "Authorization: Bearer $LUMEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-2-1k",
    "prompt": "A golden hour city skyline",
    "size": "16:9"
  }'