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
| Property | Value |
|---|---|
| Model ID | zen3-image-jp |
| Architecture | Diffusion |
| Tier | pro |
| Status | Available |
| Deployment | API 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
Resources
- Images API -- Endpoint documentation
- Technical Report
See Also
- zen3-image -- Best general-purpose image generation
- zen3-image-playground -- Aesthetic artistic generation
- Pricing -- Full pricing table