ToolAssay

Delx Commerce budget image generation API for $0.005 USDC (FLUX Schnell entry ti

Delx Commerce budget image generation API for $0.005 USDC (FLUX Schnell entry tier). Call when you need a cheap image, quick concept, thumbnail, or low-cost draft under the $0.01 draft SKU—paid commercial Replicate only (never mediagen). Public WebP URL + SHA-256 + explicit markup via x402 on Base or Solana.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1229 msmedian answer time
$0.005listed price per call
$0.005price 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://api.delx.ai/api/v1/x402/image-budget

CategoryImage and media
Provider hostapi.delx.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.005 1229 ms

Example input (from the provider)

{
  "body": {
    "aspect_ratio": "1:1",
    "prompt": "Quick concept sketch of a red fox icon, flat vector, no text",
    "quality_profile": "balanced"
  },
  "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": {
          "additionalProperties": false,
          "properties": {
            "aspect_ratio": {
              "default": "1:1",
              "enum": [
                "1:1",
                "16:9",
                "21:9",
                "3:2",
                "2:3",
                "4:5",
                "5:4",
                "3:4",
                "4:3",
                "9:16",
                "9:21"
              ],
              "type": "string"
            },
            "prompt": {
              "description": "Text description of the budget image to generate.",
              "maxLength": 2000,
              "minLength": 1,
              "type": "string"
            },
            "quality_profile": {
              "default": "balanced",
              "enum": [
                "balanced",
                "raw"
              ],
              "type": "string"
            }
          },
          "required": [
            "prompt"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "aspect_ratio": "1:1",
          "bytes": 80000,
          "generation_id": "budget-sample-generation-id",
          "gross_margin_usd": 0.0038,
          "height": 1024,
          "image_url": "https://api.delx.ai/api/v1/generated-images/d61c158acd974528be6af43a3bfac50f.webp",
          "media_type": "image/webp",
          "model": "bytedance/sdxl-lightning-4step",
          "prompt_policy_version": "balanced/v1",
          "provider": "replicate",
          "provider_source": "commercial_api",
          "quality_profile": "balanced",
          "sale_price_usdc": 0.005,
          "sha256": "b1fee3065c234364feb056ee4ad06f135c0d30039eaff0e92e52e371e884cb29",
          "tier": "budget",
          "upstream_cost_usd": 0.0012,
          "width": 1024
        },
        "type": {
          "const": "json",
          "type": "string"
        }
      },
      "required": [
        "type",
        "example"
      ],
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON