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

PropertyValue
Model IDzen3-image-sdxl
ArchitectureDiffusion
Native Resolution1024x1024
Tierpro
StatusAvailable
DeploymentAPI 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

Open in Hanzo Chat

Resources

See Also

On this page