Models
zen-artist-edit
Image editing model for inpainting, outpainting, and edit-by-instruction.
zen-artist-edit
Image Editing
An image editing model for inpainting, outpainting, and instruction-based modifications. Edit existing images with natural language instructions -- change backgrounds, remove objects, adjust styles, or extend compositions.
Specifications
| Property | Value |
|---|---|
| Model ID | zen-artist-edit |
| Architecture | Diffusion (Conditional) |
| Output | Up to 2048x2048 |
| Modes | Inpainting, outpainting, edit-by-instruction |
| Status | Available |
| HuggingFace | -- |
Capabilities
- Instruction-based image editing
- Inpainting (fill masked regions)
- Outpainting (extend image boundaries)
- Object removal and replacement
- Style transfer and modification
- Background replacement
Usage
API
from hanzoai import Hanzo
client = Hanzo(api_key="hk-your-api-key")
response = client.images.edit(
model="zen-artist-edit",
image=open("input.png", "rb"),
prompt="Replace the background with a mountain landscape at golden hour",
)
print(response.data[0].url)See Also
- zen-artist -- Image generation from text
- zen-designer -- Design and UI generation
- zen-vl -- Vision-language understanding