Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man gpt-image

/gpt-image

agentutility / synthforge / gpt-image
PRICE / CALL
$0.30
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforge
CATEGORY
uncategorized
STATUS
live
NAME
gpt-image generates sfw images with venice's gpt-image-2 model on a dedicated endpoint
synonym alias of image-generate-ultra — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/gpt-image
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Generates SFW images with Venice's gpt-image-2 model on a dedicated endpoint. Fixed-model route for OpenAI GPT Image 2 generation where instruction following and text rendering matter. Priced separately because GPT Image 2 has higher upstream cost than image-generate-ultra's $0.20 model set. Returns a permanent fal-hosted PNG URL.

INPUTrequest schema
propertytypedescriptionreq?
promptstringImage description. Up to 5000 chars.required
widthnumberOutput width in pixels. Range [256, 1024]. Default 1024.optional
heightnumberOutput height in pixels. Range [256, 1024]. Default 1024.optional
stepsnumberoptional
cfg_scalenumberoptional
seednumberoptional
negative_promptstringoptional
OUTPUTresponse shape
fieldtypedescription
image_urlstring
modelstring
widthstring
heightstring
tierstring
sourcestring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/gpt-image \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the gpt-image tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
synthforgegptimagegpt-image
methods
POST
cluster
synthforge
price
$0.30 USDC per call
ADJACENTother endpoints in synthforge
endpointdescriptionprice
image-generate-ultraFlagship text-to-image generation for top proprietary Venice models that fit a $0.22 retail price.$0.22
nano-bananaGenerates SFW images with Venice's nano-banana-pro model on a dedicated endpoint.$0.22
ad-banner-image-expandExpands existing images into wide, square, or portrait ad banner placements.$0.15
app-store-screenshot-expandExpands mobile app screenshots into store, ad, and product-page layouts.$0.15
banner-image-expandTurns existing photos into wide website, ad, and email-header canvases.$0.15
course-thumbnail-expandExpands existing screenshots, instructor photos, or diagrams into 16:9 course thumbnails.$0.15
email-header-image-expandExpands existing product, event, or editorial images into wide email-header canvases.$0.15
image-expandAI image outpainting / image expansion.$0.15
SEE ALSO
agentutility · synthforge · x402 · mcp · llms.txt · registry.json · bazaar.x402.org