O
OpenAI
/image
Generate image
Create an image from a prompt (gpt-image-1). Returns base64 PNG.
livedegraded · 1.3s~20s typical
image generationdall-ecreative
$0.060
per call
plus $0.001 platform fee per run
Bring your own OpenAI key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run openai /image for me.
Input
| Field | Type | Description |
|---|---|---|
| prompt* | string | Image prompt |
| size | string | 1024x1024, 1536x1024, 1024x1536 default "1024x1024" |
| quality | string | low, medium, high default "medium" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"openai","endpoint":"/image","input":{"prompt":"...","size":"1024x1024","quality":"medium"}}'cli
npx cracked-ai run -p openai -e /image -i '{"prompt":"...","size":"1024x1024","quality":"medium"}'mcp
run_tool({ provider: "openai", endpoint: "/image", input: {"prompt":"...","size":"1024x1024","quality":"medium"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.