Sora Image · Image Generation

Sora Image · Introduction

Sora image generation (GPT-Image engine), text-to-image and image-to-image. No model field; flat 6 credits per image. Returns a taskId; poll for the result.

How to call

  1. Submit: POST /api/cqt/generator/sora, returns a taskId.
  2. Query: GET /api/cqt/info/sora?id=taskId, poll until status = succeeded.

Capability map

Common Errors

CodemsgMeaningHow to fix
451content moderationPrompt or image flaggedEdit the prompt or image and retry
500timeoutRequest timed outRetry later; contact support if it persists

Errors are returned as upstream bizCode, e.g. upstream bizCode=451, msg=prompt_unsafe.

Tip: after saving your API Key via Authorize, every capability page supports "Try it".