← All models
View API Docs
Stable Diffusion XL
stable-diffusion-xl
Stability AI's image generation model served on OVHcloud (EU). EUR 0.01 per image. Requires /v1/images/generations endpoint.
image-generation
Pricing
| Provider | Location | Per Image |
|---|---|---|
| OVHcloud | Gravelines, France | €0.0100/image |
OVHcloud Gravelines, France
- Per image
- €0.0100
Specifications
Context window
-
Providers
1
Released
Jul 2023
Use Stable Diffusion XL
Integrate this model into your application via the ozeye API.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/images/generations \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "stable-diffusion-xl",
"prompt": "A cat in space"
}'