$ man qwen-image
/qwen-image
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforgeCATEGORY
uncategorized
STATUS
● live
NAME
qwen-image — generates sfw images with venice's qwen-image model on a dedicated endpoint
synonym alias of image-generate-pro — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/qwen-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 qwen-image model on a dedicated endpoint. Fixed-model route for Qwen Image generation, text-in-image attempts, bilingual prompt following, diagrams, posters, and structured visual concepts. Returns a permanent fal-hosted PNG URL.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| prompt | string | Image description. Up to 3000 chars. | required |
| width | number | Output width in pixels. Range [256, 1024]. Default 1024. | optional |
| height | number | Output height in pixels. Range [256, 1024]. Default 1024. | optional |
| steps | number | — | optional |
| cfg_scale | number | — | optional |
| seed | number | — | optional |
| negative_prompt | string | — | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| image_url | string | — |
| model | string | — |
| width | string | — |
| height | string | — |
| tier | string | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/qwen-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 qwen-image tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- synthforgeqwenimageqwen-image
- methods
- POST
- cluster
- synthforge
- price
- $0.04 USDC per call
ADJACENT — other endpoints in synthforge
| endpoint | description | price |
|---|---|---|
| flux-2-pro | Generates SFW images with Venice's flux-2-pro model on a dedicated endpoint. | $0.04 |
| music-generate | Generates music from a text prompt via Venice using the minimax-music-v26 model. | $0.05 |
| text-to-speech | Converts text to speech with 30+ voices and 5 audio formats. | $0.05 |
| voice | Converts text to speech with 30+ voices and MP3/WAV/OPUS/AAC/FLAC output. | $0.05 |
| image-generate-pro | Premium text-to-image generation across margin-safe Venice models at a competitive $0.06/call. | $0.06 |
| recraft | Generates SFW design and illustration images with Venice's recraft-v4 model on a dedicated endpoint. | $0.06 |
| seedream | Generates SFW images with Venice's seedream-v4 model on a dedicated endpoint. | $0.06 |
| image-describe-api | Describes images from public URLs, producing captions, accessibility alt text, short descriptions, and visual summaries. | $0.02 |
SEE ALSO