PROVIDER

MiniMax نماذج الذكاء الاصطناعي

Hailuo video generation at native 1080p with accurate physics simulation and complex motion.

2 models · 13 variants · ابتداءً من $0.010
OVERVIEW

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.

  • مفتاح API واحد مشترك بين جميع المزودين
  • تنقل model skills التوثيق والـschemas إلى مساحة عملك
  • فوترة حسب كل طلب، بلا التزام
  • لا تُفرض رسوم على عمليات التوليد الفاشلة
FEATURES

ما يميزها

MODELS

جميع نماذج MiniMax

QUICKSTART

ثبّت model skill من MiniMax.

اختر نموذجًا وأضف مهارته حتى تحصل أداة البرمجة على التوثيق والـschemas وملاحظات الأسعار وخطوات الإعداد.

runapi.ai
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
@runapi.ai/hailuo v1
REFERENCE

كل إصدار من MiniMax

جدول الأسعار الكامل →
Model Variant Billing From
Hailuo
hailuo-02-image-to-video-pro call $0.570 عرض →
hailuo-02-image-to-video-standard call $0.300 عرض →
hailuo-02-text-to-video-pro call $0.570 عرض →
hailuo-02-text-to-video-standard call $0.500 عرض →
hailuo-2.3-image-to-video-pro call $0.900 عرض →
hailuo-2.3-image-to-video-standard call $0.500 عرض →
MiniMax
MiniMax-M2 1K tokens $0.010 عرض →
MiniMax-M2.1 1K tokens $0.010 عرض →
MiniMax-M2.5 1K tokens $0.010 عرض →
MiniMax-M2.5-highspeed 1K tokens $0.020 عرض →
MiniMax-M2.7 1K tokens $0.010 عرض →
MiniMax-M2.7-highspeed 1K tokens $0.020 عرض →
MiniMax-M3 1K tokens $0.020 عرض →
FAQ

الأسئلة الشائعة حول MiniMax

هل هذا تكامل رسمي مع MiniMax؟

يوفّر RunAPI واجهة API مُدارة مع تسعير وقدرات وسلوك أخطاء واضح وشفاف.

هل أحتاج إلى حساب MiniMax؟

لا — يكفي مفتاح RunAPI الخاص بك للوصول المُدار.

ما مقدار زمن الاستجابة الإضافي بسبب العبور عبر البروكسي؟

عادةً أقل من 20 مللي ثانية. يحتفظ RunAPI بطبقة البروكسي قريبة من مناطق تنفيذ النماذج.

هل يتم تخزين الصور / الفيديوهات مؤقتًا؟

تُخزَّن المخرجات المُولَّدة ويمكن استرجاعها عبر معرّف المهمة. لا يتم تخزين المدخلات مؤقتًا.

هل يمكنني استخدام مفتاحي الخاص؟

ليس حاليًا — تستند الطلبات إلى وصول مُدار بواسطة RunAPI.

ابدأ الآن

ابدأ البناء باستخدام نماذج MiniMax.