🪷 Zen LM
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

PropertyValue
Model IDzen3-image-max
ArchitectureDiffusion
Tierultra max
StatusAvailable
DeploymentAPI 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

Open in Hanzo Chat

Resources

See Also

On this page