Models
zen3-image-playground
Aesthetic model for artistic image generation.
zen3-image-playground
Artistic Image Generation
An aesthetic-focused image generation model tuned for vibrant, visually striking artistic output. Excels at stylized illustration, concept art, and creative expression where artistic quality matters more than strict photorealism.
Specifications
| Property | Value |
|---|---|
| Model ID | zen3-image-playground |
| Architecture | Diffusion |
| Tier | pro |
| Status | Available |
| Deployment | API only |
Capabilities
- Vibrant, visually striking artistic output
- Stylized illustration and concept art
- Aesthetic style transfer and blending
- Creative character and scene design
- Strong color palette and composition control
- Painterly and illustrated rendering modes
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-playground",
"prompt": "Whimsical fantasy village with glowing mushrooms, vibrant illustration style",
"n": 1,
"size": "1024x1024"
}'from hanzoai import Hanzo
client = Hanzo(api_key="hk-your-api-key")
response = client.images.generate(
model="zen3-image-playground",
prompt="Whimsical fantasy village with glowing mushrooms, vibrant illustration style",
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
- zen-artist -- Specialized artistic generation
- Pricing -- Full pricing table