Dezgo
Dezgo’s Free Text-to-Image Stable Diffusion AI Generator is a tool that allows users to generate high-quality images from any text prompt. ...
Last verified:
What is Dezgo?
Dezgo is an online AI image and video generation platform with both a web app and an API. It lets users create media from text prompts, edit existing images, upscale results, remove backgrounds, and work with a large set of AI models and tools.
The website emphasizes fast, easy generation and broad model coverage. It includes text-to-image, image-to-image, image editing, inpainting, controlnet, upscaling, background removal, and multiple text-to-video and image-to-video options.
Dezgo also offers newer video-focused tools, including Happy Horse 1.0 for text-to-video and image-to-video. The site says these clips can be generated in short durations with cinematic motion, synchronized audio, multilingual lip-sync, and 720p or 1080p output.
It is aimed at both casual creators using the web app and developers using the API. The API is positioned as fast, scalable, easy to integrate, and suitable for teams that want pay-as-you-go access without managing hardware or software infrastructure.
Dezgo pricing
Pricing model: Freemium
Dezgo uses a prepaid pay-as-you-go model tied to account balance. The website says the balance never expires, there are no recurring monthly payments, and costs depend on request parameters. The pricing page says the API matches the web app's Power Mode pricing, and example default prices shown include $0.0019 USD for 512x512 with /text2image, $0.0029 USD for 1024x1024 with /text2image_flux, $0.0032 USD for 1024x1024 with /text2image_sdxl_lightning, and $0.0075 USD for 1024x1024 with /text2image_sdxl. The getting-started page says you top up your account balance and the minimum deposit is $10. The website also shows some web tools labeled FREE, including Text-to-image Flux 1, Text-to-image XL Lightning, Text-to-image SD1, and Image-to-image SD1.
Dezgo pros
- Large selection of AI models
- Supports text-to-image generation
- Supports image-to-image generation
- Supports text-to-video generation
- Supports image-to-video generation
- Includes image editing tools
- Includes inpainting and text-inpainting
- Supports controlnet workflows
- Offers smart upscaling
- Can remove image backgrounds
- Provides fast priority processing
- Uses datacenter-grade GPUs
- Scales across multiple machines
- Supports LoRA model import
- Pay-as-you-go pricing model
- No recurring monthly payments
- No expiring credits
- OpenAPI documentation available
- Supports JSON request format
- Works with binary image input via multipart form-data
Dezgo cons
- Some tools are web-app specific
- Many video models are marked as new or model-specific
- Pricing depends on parameters and can vary
- Multipart form-data is harder to use
- Base64 is required for binary data in JSON
- Account top-ups require a minimum deposit
- API access requires account and key setup
- The free options are limited to certain models
Frequently asked questions about Dezgo
What is Dezgo?
Dezgo is an AI platform for generating and editing images and videos from text prompts or source images. It offers a web app with many ready-made tools plus an API for developers who want to integrate the same capabilities into their own applications.
What kinds of tools does Dezgo provide?
The site lists text-to-image, image-to-image, text-to-video, image-to-video, image editing, inpainting, text-inpainting, controlnet, upscaling, and background removal. It also highlights a large catalog of models, including Flux, Stable Diffusion, Grok Imagine, Nano Banana, WAN, Kling, Seedance, Sora, and Veo variants.
Does Dezgo support video generation?
Yes. Dezgo’s homepage highlights text-to-video and image-to-video tools, and specifically promotes Happy Horse 1.0 for generating short clips with cinematic motion, native synchronized audio, and multilingual lip-sync. The site says clips can be generated at 720p or 1080p and in 3 to 15 second lengths.
Is Dezgo only for developers?
No. Dezgo is presented as both a consumer-facing AI app platform and a developer API. The web site is aimed at people who want a simple interface, while the API documentation is aimed at developers who want to call the same capabilities programmatically.
How does Dezgo pricing work?
Dezgo uses a prepaid pay-as-you-go model. You add account balance, requests are charged based on their parameters, and the remaining balance never expires. The site says there are no recurring monthly payments and no expiring credits.
What is the minimum deposit for the API?
The getting-started page says you can top up your account balance from the dashboard and that the minimum deposit is $10. After that, requests are billed against your balance as you use the API.
How do I authenticate API requests?
The API requires the X-Dezgo-Key header on every request. The getting-started guide says you create an account, generate an API key in the dashboard, and then use that key to authenticate requests to the base endpoint at https://api.dezgo.com/.
What request formats does the API accept?
The API supports application/json, application/x-www-form-urlencoded, and multipart/form-data. The site recommends JSON as the easiest option for most uses, while multipart/form-data can be used when you need to send binary data such as images.
What does the API return?
For image-generation jobs, the response body is returned as raw PNG binary, so there is no need for JSON deserialization or Base64 decoding. The response headers also include account and balance information, such as the authenticated user ID and the charged amount for the job.
Can I use Dezgo through a documented API specification?
Yes. The site says the API is fully documented with OpenAPI Specification and that the spec is available at /openapi.json. It also says there is an interactive API reference that can be used to explore endpoints and generate client libraries.