OVERVIEW

Alibaba ships a comprehensive suite of creative AI models: Wan for video and image generation including text-to-video, image-to-video, and video editing; Qwen 2 for image generation and editing; and Z Image for ultra-fast photorealistic text-to-image.

  • Sağlayıcılar arasında paylaşılan tek API anahtarı
  • Model skill’leri dokümanları ve şemaları workspace’inize taşır
  • Çağrı başına faturalandırma, taahhüt yok
  • Başarısız üretimler ücretlendirilmez
FEATURES

Öne çıkanlar

MODELS

Alibaba içindeki tüm modeller

QUICKSTART

Bir Alibaba model skill’i kurun.

Bir model seçin ve skill’ini ekleyin; böylece kod aracınız dokümanlara, şemalara, fiyat notlarına ve kurulum adımlarına sahip olur.

runapi.ai
curl -X POST https://runapi.ai/api/v1/happyhorse/image_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "happyhorse-text-to-video",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Generate a 5-second 1080p cinematic clip of a paper horse galloping through a miniature cardboard city at night."
}'
import { HappyhorseClient } from "@runapi.ai/happyhorse";

const client = new HappyhorseClient();
const result = await client.imageToVideo.run({
    model: "happyhorse-text-to-video",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Generate a 5-second 1080p cinematic clip of a paper horse galloping through a miniature cardboard city at night.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Happyhorse\HappyhorseClient;

$client = new HappyhorseClient();
$result = $client->imageToVideo->run([
        'model' => 'happyhorse-text-to-video',
        'image_url' => 'https://cdn.runapi.ai/public/samples/image.jpg',
        'prompt' => 'Generate a 5-second 1080p cinematic clip of a paper horse galloping through a miniature cardboard city at night.',
]);
require "runapi/happyhorse"

client = RunApi::Happyhorse::Client.new
result = client.image_to_video.run(
    model: "happyhorse-text-to-video",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Generate a 5-second 1080p cinematic clip of a paper horse galloping through a miniature cardboard city at night."
)
npx skills add runapi-ai/happyhorse -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/happyhorse v1
REFERENCE

Alibaba için tüm varyantlar

Tüm fiyatlandırma tablosu →
Model Variant Billing From
HappyHorse
happyhorse-1.0-i2v second $0.540 Gör →
happyhorse-1.0-r2v second $0.540 Gör →
happyhorse-1.0-t2v second $0.540 Gör →
happyhorse-character second $0.480 Gör →
happyhorse-edit-video second $0.480 Gör →
happyhorse-image-to-video second $0.480 Gör →
happyhorse-text-to-video second $0.480 Gör →
Qwen 2
qwen-2-edit-image call $0.060 Gör →
qwen-2-text-to-image call $0.060 Gör →
Qwen Image
qwen-image-edit-image $0.050 Gör →
qwen-image-remix-image $0.040 Gör →
qwen-image-text-to-image $0.040 Gör →
Wan
wan-2.2-a14b-image-to-video-turbo call $0.400 Gör →
wan-2.2-a14b-speech-to-video-turbo second $0.240 Gör →
wan-2.2-a14b-text-to-video-turbo call $0.400 Gör →
wan-2.2-animate-move second $0.130 Gör →
wan-2.2-animate-replace second $0.130 Gör →
wan-2.5-image-to-video second $0.120 Gör →
wan-2.5-text-to-video second $0.120 Gör →
wan-2.6-edit-video second $0.140 Gör →
wan-2.6-flash-edit-video call $0.300 Gör →
wan-2.6-flash-image-to-video call $0.300 Gör →
wan-2.6-image-to-video second $0.140 Gör →
wan-2.6-text-to-video second $0.140 Gör →
wan-2.7-edit-video second $0.160 Gör →
wan-2.7-image call $0.050 Gör →
wan-2.7-image-pro call $0.120 Gör →
wan-2.7-image-to-video second $0.160 Gör →
wan-2.7-r2v second $0.160 Gör →
wan-2.7-text-to-video second $0.160 Gör →
FAQ

Alibaba hakkında sık sorulan sorular

Bu resmi bir Alibaba entegrasyonu mu?

RunAPI, şeffaf fiyatlandırma, yetenekler ve hata davranışıyla yönetilen bir API yüzeyi sunar.

Bir Alibaba hesabına ihtiyacım var mı?

Hayır — yönetilen erişim için RunAPI anahtarınız yeterli.

Proxy üzerinden geçmenin gecikme etkisi nedir?

Genellikle 20 ms’nin altındadır. RunAPI, proxy katmanını model çalışma bölgelerine yakın tutar.

Görseller / videolar önbelleğe alınıyor mu?

Oluşturulan çıktılar saklanır ve görev kimliğiyle yeniden erişilebilir. Girdiler önbelleğe alınmaz.

Kendi anahtarımı kullanabilir miyim?

Şu anda değil — çağrılar RunAPI tarafından yönetilen erişimi kullanır.

ŞİMDİ BAŞLAYIN

Alibaba modelleriyle geliştirmeye başlayın.