ToolAssay

Generates SFW images with Venice's flux-2-pro model on a dedicated endpoint

Generates SFW images with Venice's flux-2-pro model on a dedicated endpoint. Fixed-model route for buyers searching specifically for Flux 2 Pro / FLUX.2 Pro image generation; use image-generate-pro when you want a selectable premium model tier. Returns a permanent fal-hosted PNG URL.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
24 msmedian answer time
$0.04listed price per call
$0.04price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.agentutility.ai/flux-2-pro

CategoryImage and media
Provider hostx402.agentutility.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.04 24 ms

Example input (from the provider)

{
  "body": {
    "height": 1024,
    "prompt": "Photoreal product shot of a brass astrolabe on velvet, museum lighting",
    "width": 1024
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "cfg_scale": {
              "description": "Classifier-free guidance scale. Optional.",
              "type": "number"
            },
            "height": {
              "description": "Output height in pixels. Range [256, 1024]. Default 1024.",
              "type": "number"
            },
            "negative_prompt": {
              "description": "Negative prompt. Optional.",
              "type": "string"
            },
            "prompt": {
              "description": "Image description. Up to 3000 chars.",
              "type": "string"
            },
            "seed": {
              "description": "Random seed. Optional.",
              "type": "number"
            },
            "steps": {
              "description": "Diffusion steps. Optional; depends on model.",
              "type": "number"
            },
            "width": {
              "description": "Output width in pixels. Range [256, 1024]. Default 1024.",
              "type": "number"
            }
          },
          "required": [
            "prompt"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "height": {
              "type": "integer"
            },
            "image_url": {
              "type": "string"
            },
            "model": {
              "type": "string"
            },
            "source": {
              "type": "string"
            },
            "tier": {
              "type": "string"
            },
            "width": {
              "type": "integer"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON