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

/image-generate-pro

agentutility / synthforge / image-generate-pro
PRICE / CALL
$0.06
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforge
CATEGORY
uncategorized
STATUS
live
NAME
image-generate-pro premium text-to-image generation across margin-safe venice models at a competitive $0.06/call
SYNOPSIS
POST https://x402.agentutility.ai/image-generate-pro
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Premium text-to-image generation across margin-safe Venice models at a competitive $0.06/call. Tiers: 'balanced' (flux-2-pro, default), 'recraft' (recraft-v4), 'seedream' (seedream-v4), 'grok' (grok-imagine-image), and 'qwen' (qwen-image). Returns a permanent fal-hosted PNG URL. Use it for Flux 2 Pro, Recraft, Seedream, Qwen Image, or xAI Grok Imagine image generation.

INPUTrequest schema
propertytypedescriptionreq?
promptstringImage description. Up to 3000 chars.required
widthnumberOutput width in pixels. Range [256, 1024]. Default 1024.optional
heightnumberOutput height in pixels. Range [256, 1024]. Default 1024.optional
tierstringModel shorthand. balanced=flux-2-pro (default), recraft=recraft-v4, seedream=seedream-v4, grok=grok-imagine-image, qwen=qwen-image.
enum: balanced · recraft · seedream · grok · qwen
optional
modelstringOverride the model. Allowed: flux-2-pro, qwen-image, qwen-image-2, recraft-v4, seedream-v4, seedream-v5-lite, grok-imagine-image, wan-2-7-text-to-image.optional
stepsnumberDiffusion steps. Optional; depends on model.optional
cfg_scalenumberClassifier-free guidance scale. Optional.optional
seednumberRandom seed. Optional.optional
negative_promptstringNegative prompt. Optional.optional
OUTPUTresponse shape
fieldtypedescription
image_urlstringPermanent fal-hosted PNG URL for the generated image.
modelstringUnderlying model slug that produced the image (e.g. flux-2-pro, qwen-image-2-pro, recraft-v4).
widthnumberPixel width of the generated image.
heightnumberPixel height of the generated image.
tierstringTier selector echoed back: balanced, max, text, recraft, seedream, grok, art, or hunyuan.
promptstringText prompt used to generate the image.
seednumberRandom seed used by the model; reuse for reproducible outputs.
elapsed_msnumberServer-side generation time in milliseconds.
venice_request_idstringUpstream request ID from the fal/Venice generation call for support and debugging.
sourcestringUpstream provider that served the generation (e.g. fal, venice).
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/image-generate-pro \
  -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 image-generate-pro tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
image-generationtext-to-imagesynthforgeflux-2-prorecraftseedreamtext-in-imagepremium-image
methods
POST
cluster
synthforge
price
$0.06 USDC per call
ADJACENTother endpoints in synthforge
endpointdescriptionprice
recraftGenerates SFW design and illustration images with Venice's recraft-v4 model on a dedicated endpoint.$0.06
seedreamGenerates SFW images with Venice's seedream-v4 model on a dedicated endpoint.$0.06
music-generateGenerates music from a text prompt via Venice using the minimax-music-v26 model.$0.05
text-to-speechConverts text to speech with 30+ voices and 5 audio formats.$0.05
voiceConverts text to speech with 30+ voices and MP3/WAV/OPUS/AAC/FLAC output.$0.05
flux-2-proGenerates SFW images with Venice's flux-2-pro model on a dedicated endpoint.$0.04
qwen-imageGenerates SFW images with Venice's qwen-image model on a dedicated endpoint.$0.04
background-removeRemoves the background from a public image URL and returns the subject with alpha transparency.$0.08
SEE ALSO
agentutility · synthforge · x402 · mcp · llms.txt · registry.json · bazaar.x402.org