Overview
About this model
Z-Image-Turbo generates images from text prompts, served on EcoHash through an OpenAI-compatible API.
Specifications
Model details
- Provider
- Alibaba
- Modality
- Image
- Pricing
- $1.00 / 1M tok
API
Call it in code
One OpenAI-compatible API. Swap the model id and you're done.
from openai import OpenAI
client = OpenAI(
base_url="https://api.ecohash.com/v1",
api_key="YOUR_API_KEY",
)
image = client.images.generate(
model="z-image-turbo",
prompt="A sunset over mountains",
)More models