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

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

Open in Hanzo Chat

Resources

See Also

On this page