{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-venice-ai-api-v1-images-generations",
  "title": "Venice AI \u00b7 Image Generation",
  "url": "https://api.venice.ai/api/v1/images/generations",
  "category": "media",
  "summary": "Generate images using Venice AI's private, uncensored image generation models.",
  "seo": {
    "title": "AI Image Generation API | Venice AI x402",
    "description": "Generate images via Venice AI API with privacy-focused, uncensored models. 10 USDC per generation on Base via x402."
  },
  "use_cases": [
    "Create images from text prompts programmatically",
    "Generate visual content for automated publishing",
    "Produce AI artwork with per-image pricing"
  ],
  "ideal_buyer": "Content creators and agents needing private, uncensored image generation with pay-per-call pricing.",
  "example_prompt": "Generate an image of a futuristic cityscape at sunset and return the image URL.",
  "example_request_body": {
    "n": 1,
    "size": "1024x1024",
    "prompt": "futuristic cityscape at sunset, neon lights, flying vehicles"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 500,
    "median_category_atomic": 20000
  },
  "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": {
            "n": {
              "type": "integer",
              "description": "Number of images to generate. Venice presently only supports 1 image per request."
            },
            "size": {
              "enum": [
                "auto",
                "256x256",
                "512x512",
                "1024x1024",
                "1536x1024",
                "1024x1536",
                "1792x1024",
                "1024x1792"
              ],
              "type": "string",
              "description": "Size of generated images. Default is 1024x1024"
            },
            "user": {
              "type": "string",
              "description": "This parameter is not used in Venice image generation but is supported for compatibility with OpenAI API"
            },
            "model": {
              "type": "string",
              "description": "The model to use for image generation. Defaults to Venice's default image model. If a non-existent model is specified (ie an OpenAI model name), it will default to Venice's default image model."
            },
            "style": {
              "enum": [
                "vivid",
                "natural"
              ],
              "type": "string",
              "description": "This parameter is not used in Venice image generation but is supported for compatibility with OpenAI API"
            },
            "prompt": {
              "type": "string",
              "required": true,
              "description": "A text description of the desired image."
            },
            "quality": {
              "enum": [
                "auto",
                "high",
                "medium",
                "low",
                "hd",
                "standard"
              ],
              "type": "string",
              "description": "This parameter is not used in Venice image generation but is supported for compatibility with OpenAI API"
            },
            "background": {
              "enum": [
                "transparent",
                "opaque",
                "auto"
              ],
              "type": "string",
              "description": "This parameter is not used in Venice image generation but is supported for compatibility with OpenAI API"
            },
            "moderation": {
              "enum": [
                "low",
                "auto"
              ],
              "type": "string",
              "description": "auto enables safe venice mode which will blur out adult content. low disables safe venice mode."
            },
            "output_format": {
              "enum": [
                "jpeg",
                "png",
                "webp"
              ],
              "type": "string",
              "description": "Output format for generated images"
            },
            "response_format": {
              "enum": [
                "b64_json",
                "url"
              ],
              "type": "string",
              "description": "Response format. URL will be a data URL."
            },
            "output_compression": {
              "type": "integer",
              "description": "This parameter is not used in Venice image generation but is supported for compatibility with OpenAI API"
            }
          },
          "headerFields": {
            "Accept-Encoding": {
              "type": "string",
              "description": "Supported compression encodings (gzip, br)."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "created",
            "data"
          ],
          "properties": {
            "data": {
              "type": "array",
              "items": {
                "anyOf": [
                  {
                    "type": "object",
                    "required": [
                      "b64_json"
                    ],
                    "properties": {
                      "b64_json": {
                        "type": "string",
                        "example": "iVBORw0KGgoAAAANSUhEUgAA...",
                        "description": "Base64-encoded JSON string of the generated image"
                      }
                    }
                  },
                  {
                    "type": "object",
                    "required": [
                      "url"
                    ],
                    "properties": {
                      "url": {
                        "type": "string",
                        "example": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...",
                        "description": "Data URL of the generated image"
                      }
                    }
                  }
                ]
              }
            },
            "created": {
              "type": "integer",
              "example": 1713833628,
              "description": "Unix timestamp for when the request was created"
            }
          },
          "additionalProperties": false
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-946923da20bf",
  "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-images-generations",
    "url": "https://x402all.com/resource/api-venice-ai-api-v1-images-generations",
    "name": "Venice AI \u00b7 Image Generation",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-venice-ai-api-v1-images-generations",
      "@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/images/generations",
    "@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-images-generations",
    "description": "Generate images via Venice AI API with privacy-focused, uncensored models. 10 USDC per generation on Base via x402.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-images-generations",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-venice-ai-api-v1-images-generations"
}
