PROVIDER

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

Luma Dream Machine — retransform video style and content via text prompts while preserving motion.

1 models · ابتداءً من $0.500
OVERVIEW

Luma AI ships the Dream Machine model for video modification. The modify-video endpoint retransforms existing footage's visual style and content based on text prompts while preserving the original motion and camera dynamics.

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

ما يميزها

MODELS

جميع نماذج Luma

QUICKSTART

ثبّت model skill من Luma.

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

runapi.ai
curl -X POST https://runapi.ai/api/v1/luma/modify_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "luma-modify-video",
  "video_url": "https://cdn.runapi.ai/public/samples/video.mp4",
  "prompt": "Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement."
}'
import { LumaClient } from "@runapi.ai/luma";

const client = new LumaClient();
const result = await client.modifyVideo.run({
    model: "luma-modify-video",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement.",
});
<?php

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

use RunApi\Luma\LumaClient;

$client = new LumaClient();
$result = $client->modifyVideo->run([
        'model' => 'luma-modify-video',
        'video_url' => 'https://cdn.runapi.ai/public/samples/video.mp4',
        'prompt' => 'Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement.',
]);
require "runapi/luma"

client = RunApi::Luma::Client.new
result = client.modify_video.run(
    model: "luma-modify-video",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement."
)
npx skills add runapi-ai/luma -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/luma v1
FAQ

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

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

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

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

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

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

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

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

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

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

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

ابدأ الآن

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