OpenAI

GPT Image 2 API

OpenAI's image model for text-to-image and instruction-based edits, with strong text rendering and layout control.

ImageFast

Pricing

USD per 1M tokens. No hidden markup.

Input

$2.25/ 1M

Output

$13.5/ 1M

Call GPT Image 2 in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togpt-image-2.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-2",
    "messages": [{"role": "user", "content": "Hello"}]
  }'