MiniMax AI Modelleri
Hailuo video generation at native 1080p with accurate physics simulation and complex motion.
MiniMax develops Hailuo, a video generation model producing text-to-video and image-to-video at native 1080p with accurate physics simulation, complex motion, and human pose fidelity.
- 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
Öne çıkanlar
MiniMax içindeki tüm modeller
Text and image-to-video at native 1080p with accurate physics simulation and motion.
RunAPI üzerinden MiniMax text API erişimi, 200K'dan 1M context'e uzanan sparse MoE modelleri ve 80.5%'e kadar SWE-bench Verified.
Bir MiniMax 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.
curl -X POST https://runapi.ai/api/v1/hailuo/image_to_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hailuo-2.3-image-to-video-standard",
"image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
"prompt": "Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge."
}'
import { HailuoClient } from "@runapi.ai/hailuo";
const client = new HailuoClient();
const result = await client.imageToVideo.run({
model: "hailuo-2.3-image-to-video-standard",
image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
prompt: "Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\Hailuo\HailuoClient;
$client = new HailuoClient();
$result = $client->imageToVideo->run([
'model' => 'hailuo-2.3-image-to-video-standard',
'image_url' => 'https://cdn.runapi.ai/public/samples/image.jpg',
'prompt' => 'Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge.',
]);
require "runapi/hailuo"
client = RunApi::Hailuo::Client.new
result = client.image_to_video.run(
model: "hailuo-2.3-image-to-video-standard",
image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
prompt: "Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge."
)
npx skills add runapi-ai/hailuo -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
MiniMax için tüm varyantlar
| Model | Variant | Billing | From | |
|---|---|---|---|---|
|
Hailuo
|
hailuo-02-image-to-video-pro | call | $0.570 | Gör → |
| hailuo-02-image-to-video-standard | call | $0.300 | Gör → | |
| hailuo-02-text-to-video-pro | call | $0.570 | Gör → | |
| hailuo-02-text-to-video-standard | call | $0.500 | Gör → | |
| hailuo-2.3-image-to-video-pro | call | $0.900 | Gör → | |
| hailuo-2.3-image-to-video-standard | call | $0.500 | Gör → | |
|
MiniMax
|
MiniMax-M2 | 1K tokens | $0.010 | Gör → |
| MiniMax-M2.1 | 1K tokens | $0.010 | Gör → | |
| MiniMax-M2.5 | 1K tokens | $0.010 | Gör → | |
| MiniMax-M2.5-highspeed | 1K tokens | $0.020 | Gör → | |
| MiniMax-M2.7 | 1K tokens | $0.010 | Gör → | |
| MiniMax-M2.7-highspeed | 1K tokens | $0.020 | Gör → | |
| MiniMax-M3 | 1K tokens | $0.020 | Gör → |
MiniMax hakkında sık sorulan sorular
Bu resmi bir MiniMax entegrasyonu mu?
RunAPI, şeffaf fiyatlandırma, yetenekler ve hata davranışıyla yönetilen bir API yüzeyi sunar.
Bir MiniMax 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.