⚡ Zen LM
Models

zen-artist

Image generation model supporting multiple styles and high-resolution output.

zen-artist

Image Generation

A dedicated image generation model capable of producing high-resolution images across multiple artistic styles. From photorealistic renders to abstract compositions, zen-artist handles text-to-image generation with fine-grained style control.

Specifications

PropertyValue
Model IDzen-artist
ArchitectureDiffusion
OutputUp to 2048x2048
StylesPhotorealistic, illustration, abstract, anime, oil painting, watercolor
StatusAvailable
HuggingFace--

Capabilities

  • Text-to-image generation
  • Multiple artistic styles and presets
  • High-resolution output (up to 2048x2048)
  • Fine-grained prompt adherence
  • Negative prompt support
  • Batch generation

Usage

API

from hanzoai import Hanzo

client = Hanzo(api_key="hk-your-api-key")

response = client.images.generate(
    model="zen-artist",
    prompt="A futuristic cityscape at sunset, cyberpunk style, highly detailed",
    size="1024x1024",
    n=1,
)
print(response.data[0].url)

See Also

On this page