Z Image API
Ultra-fast text-to-image — photorealistic results in ~1 second with 8 inference steps.
curl -X POST https://runapi.ai/api/v1/z_image/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "z-image",
"prompt": "Generate a clean product shot of white sneakers on a gradient background, studio lighting."
}'
import { ZImageClient } from "@runapi.ai/z-image";
const client = new ZImageClient();
const result = await client.textToImage.run({
model: "z-image",
prompt: "Generate a clean product shot of white sneakers on a gradient background, studio lighting.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\ZImage\ZImageClient;
$client = new ZImageClient();
$result = $client->textToImage->run([
'model' => 'z-image',
'prompt' => 'Generate a clean product shot of white sneakers on a gradient background, studio lighting.',
]);
require "runapi/z_image"
client = RunApi::ZImage::Client.new
result = client.text_to_image.run(
model: "z-image",
prompt: "Generate a clean product shot of white sneakers on a gradient background, studio lighting."
)
npx skills add runapi-ai/z-image -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
Z Image is Alibaba's ultra-fast text-to-image model that generates images in approximately 1 second using 8 inference steps. It prioritizes generation speed while maintaining coherent, high-quality outputs.
- Meerdere varianten voor verschillende snelheid-/kwaliteitsniveaus
- Modelskill bevat docs, schema's en setupnotities
- Werkt met appgerichte codeerworkflows
- Mislukte generaties worden niet in rekening gebracht
Prijzen
Technische details
| Model-ID | z-image |
| Provider | Alibaba |
| Modaliteit | image |
| Taaktype | asynchronous |
| Facturatie-eenheid | call |
| API endpoint | /api/v1/z_image/text_to_image |
| Commerciële licentie | Ja — inbegrepen via API |
| Catalogusstatus | Operationeel |
Installeer de Z Image skill voor appontwikkeling
Laad modeldocs, schema's, prijsnotities en setupstappen in je codeworkspace.
# Install the model skill for app development workflows
npx skills add runapi-ai/z-image -g
Install the Z Image skill for this app: 1. Add runapi-ai/z-image with the skills installer. 2. Load SKILL.md in this workspace. 3. Use its docs, schemas, pricing notes, and setup steps when adding model features. 4. Confirm the install path when done.
Van modelskill naar eerste resultaat in vier stappen
Kies het model
Kies het model en de variant die passen bij je outputtype, kwaliteitslat en latencydoel.
Configureren
Stel je RunAPI-key in en installeer de modelskill in je codeworkspace.
Bouwen
Gebruik de skill-instructies om de modelfeature in je applicatie toe te voegen.
Ontvangen
Poll op task-ID, stream wanneer ondersteund of verwerk de webhook-callback.
Wat is de Z Image API?
Z Image is Alibaba's speed-optimized text-to-image model, generating results very fast. Through RunAPI, it shares the same API shape and billing as all Alibaba models.
Waarom de Z Image API via RunAPI gebruiken
Eén auth, elke provider
Met één RunAPI-sleutel ontgrendel je de hele catalogus. Geen aparte accounts, geen sleutelrotatie per integratie.
Uniforme prijzen & billing
Prijs per call in USD, maandelijks gefactureerd. Mislukte generaties worden niet in rekening gebracht.
Skill met schema's
Getypeerde schema's en setupnotities zitten in de modelskill, zodat implementatie start vanuit het juiste contract.
Veelgestelde vragen
How fast is Z Image generation?
Approximately 1 second using 8 inference steps — one of the fastest text-to-image models available.
Is the quality comparable to slower models?
Z Image produces photorealistic, coherent images suitable for production use. For maximum fidelity on complex scenes, consider Qwen 2 or Imagen 4.
What makes Z Image so fast?
Z Image uses a distilled architecture that runs in just 8 inference steps, dramatically reducing generation time while maintaining visual coherence.
What output resolution does Z Image produce?
Standard resolution suitable for web and social media. For higher-resolution needs, pair Z Image with Topaz upscaling.
Is Z Image good for batch generation?
Yes — its speed makes it ideal for high-volume pipelines like e-commerce catalogs, social media assets, and thumbnail generation.
Met welke variant moet ik beginnen?
Kies de goedkoopste variant die aan je kwaliteitsnorm voldoet. De meeste teams beginnen met de snelle variant en stappen over op pro voor productie.
Is er een gratis tier?
Nieuwe accounts krijgen de eerste calls gratis op elk model. Daarna betaal je per call.
Streamen jullie resultaten?
Waar streaming beschikbaar is, streamt RunAPI end-to-end.
Hoe worden mislukkingen gefactureerd?
Mislukte generations worden niet in rekening gebracht.
Worden outputs gecachet?
Gegenereerde outputs worden opgeslagen en zijn op te vragen via task-ID. Inputs worden niet gecachet.
Mag ik het commercieel gebruiken?
Ja — commercieel gebruik is inbegrepen voor elke variant, tenzij een modellicentie het expliciet beperkt. Dat staat aangegeven op de variantpagina.
Hoe zit het met rate limits?
Rate limits per key schalen mee met je usage tier. Zie de prijzenpagina voor de actuele limieten.
Waar kan ik problemen melden?
Open een issue in de publieke GitHub-repo of mail support.
Als je de Z Image API goed vindt, probeer deze dan eens
Begin met bouwen met de Z Image API.
- text_to_image