All models

Gpt Image 2 5 Sunburst

openai/gpt-image-2.5-sunburst

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "openai/gpt-image-2.5-sunburst",
    "prompt": "<your prompt>"
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "openai/gpt-image-2.5-sunburst", "prompt": "<your prompt>"}'

Parameters

Input
prompt string required

Text prompt describing the image to generate or edit

background string optional

Background transparency setting

images array optional

Input images for image editing, 1-16 entries. Each entry is base64-encoded (raw string or data:image/{png|jpeg|webp};base64,... URI). Pass a public URL; to use a local file, upload it (free) via POST /v1/media (≤40MB) and pass the returned url.

output_format string optional

Output format for the generated image

quality string optional

Quality of the generated image

size string optional

Size of the generated image

Output