Models
zen3-image-max
Maximum quality image generation for professional creative work.
zen3-image-max
Professional Image Generation
Maximum quality image generation for professional creative work. Delivers the highest fidelity output in the Zen image family, with fine-grained detail, accurate color rendering, and strong adherence to complex prompts.
Specifications
| Property | Value |
|---|---|
| Model ID | zen3-image-max |
| Architecture | Diffusion |
| Tier | ultra max |
| Status | Available |
| Deployment | API only |
Capabilities
- Maximum fidelity image generation
- Fine-grained detail and texture rendering
- Complex multi-subject scene composition
- Professional-grade photorealism
- Advanced style transfer and artistic rendering
- High-resolution output support
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-max",
"prompt": "Portrait of a scientist in a futuristic lab, cinematic lighting, 8K detail",
"n": 1,
"size": "1024x1024"
}'from hanzoai import Hanzo
client = Hanzo(api_key="hk-your-api-key")
response = client.images.generate(
model="zen3-image-max",
prompt="Portrait of a scientist in a futuristic lab, cinematic lighting, 8K detail",
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-fast -- Fastest generation for real-time use
- Pricing -- Full pricing table