It looks like you may prefer a different language. Switch anytime.

Image Alibaba

Z Image API

استخدم Z Image API عبر RunAPI مع model skill ومصادقة موحدة وتسعير حسب الاستخدام.

runapi.ai
curl -X POST https://runapi.ai/api/v1/z_image/text_to_image \
  -H "Authorization: Bearer $RUNAPI_API_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
@runapi.ai/z-image v1
OVERVIEW

حول Z Image

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.

المزوّد
Alibaba
الوسيط
Image
PRICING

التسعير

العمليات الفاشلة لا تُحتسب
Text to image
$0.01 / image
ورقة المواصفات

التفاصيل الفنية

معرّف النموذج z-image
المزوّد Alibaba
الوسيط image
نوع المهمة asynchronous
وحدة الفوترة call
API endpoint /api/v1/z_image/text_to_image
ترخيص تجاري نعم — مشمول عبر API
حالة الكتالوج جاهز للتشغيل
تكامل الوكلاء

شغّل Z Image من وكيل

كيف يعمل

ابدأ مع Z Image

  1. اختر النموذج

    اختر النموذج والإصدار المناسبين لنوع المخرجات ومستوى الجودة وزمن الاستجابة المستهدف.

  2. الإعداد

    اضبط مفتاح RunAPI وثبّت model skill في مساحة عمل الكود.

  3. التنفيذ

    استخدم تعليمات المهارة لإضافة ميزة النموذج داخل تطبيقك.

  4. الاستلام

    استعلم عبر task ID أو استخدم البث عند دعمه أو عالج webhook callback.

CONTEXT

ما هي 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.

المزوّد
Alibaba
عرض الكل →
الوسيط
Image
تصفّح النماذج →

لماذا تستخدم Z Image API عبر RunAPI

مصادقة واحدة لكل مزود

مفتاح RunAPI واحد يفتح الوصول إلى الكتالوج بالكامل. لا حسابات منفصلة، ولا تدوير مفاتيح لكل تكامل.

تسعير وفوترة موحّدان

تسعير لكل استدعاء بالدولار الأمريكي، ويُفوتر شهريًا. لا تُحتسب التوليدات الفاشلة.

Skill مع schemas

تأتي الـschemas المعرّفة وملاحظات الإعداد داخل model skill حتى يبدأ التنفيذ من العقد الصحيح.

أسئلة حول Z Image

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.

أي نسخة ينبغي أن أبدأ بها؟

اختر أرخص نسخة تفي بمعيار الجودة لديك. يبدأ معظم الفرق بالنسخة السريعة ثم ينتقلون إلى pro للإنتاج.

نماذج مشابهة

إذا أعجبتك Z Image API، فجرّب هذه الخيارات

ابدأ البناء باستخدام Z Image API.

Endpoints

  • text_to_image

الفئة نفسها

من هذا المزود

التوثيق