Models
zen3-image-sdxl
High-resolution image generation at 1024px.
zen3-image-sdxl
High-Resolution Generation
High-resolution image generation at native 1024px output. Built on the SDXL architecture with Zen optimizations for improved prompt adherence, coherent compositions, and fine detail at high resolution.
Specifications
| Property | Value |
|---|---|
| Model ID | zen3-image-sdxl |
| Architecture | Diffusion |
| Native Resolution | 1024x1024 |
| Tier | pro |
| Status | Available |
| Deployment | API only |
Capabilities
- Native 1024px resolution output
- Strong compositional understanding
- Wide aspect ratio support (portrait, landscape, square)
- Consistent fine-grained detail at full resolution
- High prompt fidelity for complex descriptions
API Usage
curl https://api.hanzo.ai/v1/images/generations \
-H "Authorization: Bearer $HANZO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "zen3-image-sdxl",
"prompt": "A detailed architectural blueprint of a futuristic space station",
"n": 1,
"size": "1024x1024"
}'from hanzoai import Hanzo
client = Hanzo(api_key="hk-your-api-key")
response = client.images.generate(
model="zen3-image-sdxl",
prompt="A detailed architectural blueprint of a futuristic space station",
n=1,
size="1024x1024",
)
print(response.data[0].url)Try It
Resources
- Images API -- Endpoint documentation
- Technical Report
See Also
- zen3-image -- Best general-purpose image generation
- zen3-image-max -- Maximum quality for professional work
- Pricing -- Full pricing table