Frequently asked questions
Pricing, limits, model access, and how to get started with the Stable Diffusion API.
What is a Stable Diffusion API?
Stable Diffusion API is a platform providing access to AI models for generating images, text, and videos via a simple REST API. It handles GPU infrastructure so you can focus on building.
Is Stable Diffusion API free?
Yes. The free tier includes 20 image generations. Paid plans start at $8/month with unlimited access to all public models. Pricing details are on modelslab.com/pricing.
Is Stable Diffusion API legal to use?
Yes. We use public models and our own models. We do not use any illegal models. You retain copyright on images you generate and can use them commercially.
How do I run Stable Diffusion API?
It is a JSON REST API compatible with any language. Send a POST request with your API key, model_id, and prompt. Code samples available in cURL, Python, and Node.
What is the price of DreamBooth model training?
DreamBooth fine-tuning starts at $3 per model. Subscription plans are available at $8, $49, and $149/month tiers depending on volume.
Can I access all public models?
Yes. You can generate from any of the 1,000+ public models available, or upload your own custom model.
Do I need a GPU?
No. The service runs on our server-side GPUs. You only need an internet connection and an API key.
Can I use the generated images commercially?
Yes. All images you generate via the API have your copyright. Commercial use is permitted.
Will I get access immediately after payment?
Yes. API key access is granted immediately after payment.
Do you offer support after purchase?
Yes. Our 24×7 support team is available to help with any issues.
Can I use Stable Diffusion API in Postman?
Yes. You can use the API in Postman or any HTTP client. See the documentation for endpoint details.
Is there a rate limit on the regular plan?
Yes — rate limits depend on your subscription tier. Higher tiers have more concurrent requests and faster queue priority.
Can I upload images using base64?
Yes. The API accepts base64-encoded images for img2img and inpainting endpoints. See the docs for the upload-base64 endpoint.
How do I load models on the Enterprise server?
Use the load-model endpoint with the model URL or HuggingFace ID. Loading typically takes up to 10 minutes for the first request.
How do I use text-to-image in the playground?
Sign in to your account, go to the playground, select a model, enter a prompt, and click generate. Results appear in seconds.
How do I use image-to-image in the playground?
In the playground, switch to image-to-image mode, upload an init image, set strength, and provide a prompt to transform the image.
How many free generations do I get?
You receive 20 free image generations on signup. No credit card required.
Can I upload local images for DreamBooth training?
Yes. Upload your training images to a cloud storage service (S3, Cloudinary) and supply the direct URLs in the training request.
How long are images stored?
All generated images are stored on a shared AWS S3 bucket for 30 days. After that they are deleted unless you download them.
When are accounts deleted?
Inactive accounts are automatically deleted after extended periods of inactivity. Active subscribers retain their account indefinitely.
Where do I find my API key?
Go to Dashboard → API Settings → View API Key on modelslab.com.
How do I change my API key?
In Dashboard → API Settings, click Generate New Key. Old keys are invalidated immediately.
How do I change my password?
In Dashboard → Account Settings → Change Password.
What happens to my data when I delete my account?
All generated images, training data, and account information are permanently deleted within 30 days of account deletion.