{"name":"image-generate","description":"Image generate / text-to-image / AI art / SDXL alternative / cyberpunk image / photorealistic generation / fast image gen. Text-to-image via Venice with three tiers: 'fast' (z-image-turbo, default), 'quality' (qwen-image), 'uncensored' (lustify-v8). Returns a permanent fal-hosted PNG URL plus the model used and dimensions. Width/height range 256-2048.","price":"$0.01","method":"POST","input_schema":{"properties":{"prompt":{"type":"string","description":"Image description. Up to 2000 chars."},"width":{"type":"number","description":"Output width in pixels. Range [256, 2048]. Default 1024."},"height":{"type":"number","description":"Output height in pixels. Range [256, 2048]. Default 1024."},"tier":{"type":"string","enum":["fast","quality","uncensored"],"description":"Quality/speed/safety tier. Default 'fast'."},"model":{"type":"string","description":"Override the model. Use any Venice image model name."},"steps":{"type":"number","description":"Diffusion steps. Optional; depends on model."},"cfg_scale":{"type":"number","description":"Classifier-free guidance scale. Optional."},"seed":{"type":"number","description":"Random seed. Optional."},"negative_prompt":{"type":"string","description":"Negative prompt. Optional."}},"required":["prompt"]},"input_example":{"prompt":"A neon-lit cyberpunk street scene, dramatic lighting, photorealistic","width":1024,"height":1024,"tier":"fast"},"output_example":{"image_url":"https://v3.fal.media/files/abc/xyz/image.png","model":"z-image-turbo","width":1024,"height":1024,"tier":"fast","prompt":"A neon-lit cyberpunk street scene, dramatic lighting, photorealistic","venice_request_id":"ven_4f8a2b...","source":"venice"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}