gpt-image
Installation
SKILL.md
Install the belt CLI skill:
npx skills add belt-sh/cli
GPT-Image
Generate and edit images with OpenAI's GPT-Image-2.5 and GPT-Image-2 via inference.sh CLI.
Models
| Model | App ID | Pick it for |
|---|---|---|
| GPT-Image-2.5 Flare | openai/gpt-image-2-5-flare |
Default. Higher quality than GPT-Image-2 at 50% lower latency |
| GPT-Image-2.5 Sunburst | openai/gpt-image-2-5-sunburst |
Premium edits: keeps subject and composition, tighter control across multi-turn edits |
| GPT-Image-2 | openai/gpt-image-2 |
Previous generation |
All three share the same input schema. The 2.5 models add xhigh and max quality tiers.
Quick Start
Requires inference.sh CLI (
belt). Install instructions