{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-venice-ai-api-v1-image-generate",
  "title": "Venice AI \u00b7 Image Generation",
  "url": "https://api.venice.ai/api/v1/image/generate",
  "category": "media",
  "summary": "Generate images using Venice AI's private and uncensored image generation model.",
  "seo": {
    "title": "Venice AI Image Generation API | x402 10 USDC",
    "description": "Private, uncensored AI image generation via Venice API. Base64 output with compression support. 10 USDC per call via x402 on Base."
  },
  "use_cases": [
    "Create images for content generation workflows",
    "Generate visuals for marketing automation",
    "Produce artwork with privacy-focused AI inference"
  ],
  "ideal_buyer": "Content generation agents and creative automation tools prioritizing uncensored and private image generation.",
  "example_prompt": "Generate an image of a futuristic cityscape at sunset with flying vehicles",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 125,
    "median_category_atomic": 80000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x2670b922ef37c7df47158725c0cc407b5382293f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyFields": {
            "seed": {
              "type": "integer",
              "description": "Random seed for generation. If not provided, a random seed will be used."
            },
            "model": {
              "type": "string",
              "required": true,
              "description": "The model to use for image generation."
            },
            "steps": {
              "type": "integer",
              "description": "Number of inference steps. This model does not support steps - this field is ignored."
            },
            "width": {
              "type": "integer",
              "description": "Width of the generated image."
            },
            "format": {
              "enum": [
                "jpeg",
                "png",
                "webp"
              ],
              "type": "string",
              "description": "The image format to return. WebP are smaller and optimized for web use. PNG are higher quality but larger in file size. "
            },
            "height": {
              "type": "integer",
              "description": "Height of the generated image."
            },
            "prompt": {
              "type": "string",
              "required": true,
              "description": "The description for the image. Character limit is model specific and is listed in the promptCharacterLimit setting in the model list endpoint."
            },
            "inpaint": {
              "description": "This feature is deprecated and was disabled on May 19th, 2025. A revised in-painting API will be launched in the near future."
            },
            "variants": {
              "type": "integer",
              "description": "Number of images to generate (1\u20134). Only supported when return_binary is false."
            },
            "cfg_scale": {
              "type": "number",
              "description": "CFG scale parameter. Higher values lead to more adherence to the prompt."
            },
            "safe_mode": {
              "type": "boolean",
              "description": "Whether to use safe mode. If enabled, this will blur images that are classified as having adult content."
            },
            "resolution": {
              "type": "string",
              "description": "Resolution (utilized by certain image models including Nano Banana). Examples: \"1K\", \"2K\", \"4K\"."
            },
            "aspect_ratio": {
              "type": "string",
              "description": "Aspect ratio (utilized by certain image models including Nano Banana). Examples: \"1:1\", \"16:9\"."
            },
            "style_preset": {
              "type": "string",
              "description": "An image style to apply to the image. Visit https://docs.venice.ai/api-reference/endpoint/image/styles for more details."
            },
            "lora_strength": {
              "type": "integer",
              "description": "Lora strength for the model. Only applies if the model uses additional Loras."
            },
            "return_binary": {
              "type": "boolean",
              "description": "Whether to return binary image data instead of base64."
            },
            "hide_watermark": {
              "type": "boolean",
              "description": "Whether to hide the Venice watermark. Venice may ignore this parameter for certain generated content."
            },
            "negative_prompt": {
              "type": "string",
              "description": "A description of what should not be in the image. Character limit is model specific and is listed in the promptCharacterLimit constraint in the model list endpoint."
            },
            "enable_web_search": {
              "type": "boolean",
              "description": "Enable web search for the image generation task. This will allow the model to use the latest information from the web to generate the image. Only supported by certain models. If web search is used, additional credits are getting charged."
            },
            "embed_exif_metadata": {
              "type": "boolean",
              "description": "Embed prompt generation information into the image's EXIF metadata."
            }
          },
          "headerFields": {
            "Accept-Encoding": {
              "type": "string",
              "description": "Supported compression encodings (gzip, br). Only applied when return_binary is false."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "id",
            "images",
            "timing"
          ],
          "properties": {
            "id": {
              "type": "string",
              "example": "generate-image-1234567890",
              "description": "The ID of the request."
            },
            "images": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Base64 encoded image data."
            },
            "timing": {
              "type": "object",
              "required": [
                "inferenceDuration",
                "inferencePreprocessingTime",
                "inferenceQueueTime",
                "total"
              ],
              "properties": {
                "total": {
                  "type": "number",
                  "description": "Total duration of the request in milliseconds"
                },
                "inferenceDuration": {
                  "type": "number",
                  "description": "Duration of inference in milliseconds"
                },
                "inferenceQueueTime": {
                  "type": "number",
                  "description": "Duration of queueing in milliseconds"
                },
                "inferencePreprocessingTime": {
                  "type": "number",
                  "description": "Duration of preprocessing in milliseconds"
                }
              }
            },
            "request": {
              "nullable": true,
              "description": "The original request data sent to the API."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-venice-ai",
    "host": "api.venice.ai",
    "title": "Venice API Docs",
    "description": "Harness the full capabilities of Venice AI with the Venice API, a private and uncensored AI API enabling the development of advanced applications that generate text and images.",
    "url": "https://api.venice.ai",
    "og_image": "https://venice.ai/images/venice_social_preview.png",
    "favicon": "https://docs.venice.ai/mintlify-assets/_mintlify/favicons/veniceai/HJGBlV4jYrSOrFXh/_generated/favicon/favicon-16x16.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-venice-ai-api-v1-image-generate",
    "url": "https://x402all.com/resource/api-venice-ai-api-v1-image-generate",
    "name": "Venice AI \u00b7 Image Generation",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-venice-ai-api-v1-image-generate",
      "@type": "Offer",
      "price": "10",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "10.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.venice.ai/api/v1/image/generate",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-venice-ai",
      "url": "https://api.venice.ai",
      "name": "Venice API Docs",
      "@type": "Organization"
    },
    "identifier": "api-venice-ai-api-v1-image-generate",
    "description": "Private, uncensored AI image generation via Venice API. Base64 output with compression support. 10 USDC per call via x402 on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-image-generate",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-image-generate"
}
