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
| Property | Value |
|---|---|
| Model ID | zen-artist |
| Architecture | Diffusion |
| Output | Up to 2048x2048 |
| Styles | Photorealistic, illustration, abstract, anime, oil painting, watercolor |
| Status | Available |
| 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
- zen-artist-edit -- Image editing and inpainting
- zen-designer -- Design and UI generation
- zen-director -- Text-to-video generation