gpt-image
Installation
SKILL.md
GPT Image on RunAPI
Choose route
- For a one-off artifact or result, use the registered
gpt-imageservice in therunapiCLI. If the installed command catalog does not list it, stop and report the missing service instead of inventing a command. - For an app, backend, worker, library, webhook pipeline, or production codebase, go directly to Integrate with SDK. Never shell out to the CLI as the production runtime.
Discover contract
Authenticate, then inspect the installed command catalog and the selected operation's current contract:
runapi auth status > auth.json
jq -e '.authenticated == true' auth.json
runapi gpt-image --help
runapi gpt-image <operation> --help
curl --fail --location https://runapi.ai/docs/api/gpt-image/<operation>.md --output contract.md