🪷 Zen LM
Models

zen3-image-jp

Japanese-specialized image generation model.

zen3-image-jp

Japanese-Specialized Generation

An image generation model specialized for Japanese aesthetic styles, cultural contexts, and prompts in Japanese. Trained on Japanese art, illustration, anime, manga, and photography to deliver culturally accurate and aesthetically appropriate outputs.

Specifications

PropertyValue
Model IDzen3-image-jp
ArchitectureDiffusion
Tierpro
StatusAvailable
DeploymentAPI only

Capabilities

  • Japanese aesthetic styles (anime, manga, ukiyo-e, nihonga)
  • Native Japanese prompt support
  • Culturally accurate scene and character generation
  • Traditional and contemporary Japanese art styles
  • Japanese typography and text rendering
  • Seasonal and cultural motif understanding

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-jp",
    "prompt": "夜桜の下で静かに座る着物姿の女性、日本画風",
    "n": 1,
    "size": "1024x1024"
  }'
from hanzoai import Hanzo

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

response = client.images.generate(
    model="zen3-image-jp",
    prompt="夜桜の下で静かに座る着物姿の女性、日本画風",
    n=1,
    size="1024x1024",
)

print(response.data[0].url)

Try It

Open in Hanzo Chat

Resources

See Also

On this page