ماڈلزسپورٹانٹرپرائزبلاگ
500+ AI ماڈل API، تمام ایک API میں۔ صرف CometAPI میں
ماڈلز API
ڈویلپر
فوری آغازدستاویزاتAPI ڈیش بورڈ
وسائل
AI ماڈلزبلاگانٹرپرائزتبدیلیوں کا ریکارڈہمارے بارے میں
2025 CometAPI۔ تمام حقوق محفوظ ہیں۔رازداری کی پالیسیخدمات کی شرائط
Home/Models/Runway/runway_video2video
R

runway_video2video

فی درخواست:$0.2
تجارتی استعمال
خلاصہ
خصوصیات
قیمت
API

Technical Specifications of runway-video2video

SpecificationDetails
Model IDrunway-video2video
ProviderRunway
Model typeVideo-to-video generation / stylized video transformation
Primary functionTransforms an input video into a new output video guided by a text prompt, and in some workflows by a reference image or first frame.
Backing Runway capabilityCommonly associated with Runway’s Video to Video workflow on Gen-3 Alpha and Gen-3 Alpha Turbo, while Runway’s newer guidance points users toward Gen-4 Aleph for the latest video-to-video capability.
Input typesInput video is required; prompt text is used for transformation guidance. Runway documentation also describes image-guided styling in video workflows.
OutputAI-transformed video clip
Supported durationsRunway’s Gen-3 video-to-video workflow supports clips up to 20 seconds for the referenced workflow.
Output resolutions1280×768 and, for supported variants, 768×1280.
Max input size64 MB in the referenced Gen-3 video-to-video workflow.
AccessAvailable through API-based integration and platform workflows from Runway. Runway publishes its API documentation separately.

What is runway-video2video?

runway-video2video is CometAPI’s model identifier for Runway’s video-to-video generation capability, a workflow that takes an existing video clip and re-renders it into a new visual style or motion-driven interpretation using prompt-based guidance. In practice, this is used for stylization, scene transformation, look development, experimental VFX, and turning raw footage into more cinematic or imaginative outputs.

Runway’s help documentation describes Video to Video as a way to change the style of videos using a text prompt or an input image as the first frame. Its more recent product guidance also indicates that while Gen-3 Alpha and Turbo supported this workflow, newer Runway recommendations point users to newer-generation tooling for the latest video-to-video use cases. From a CometAPI integration perspective, however, runway-video2video is the platform model ID you use to access this class of capability.

Main features of runway-video2video

  • Video-guided generation: Starts from an existing video input rather than generating motion from scratch, making it useful for preserving shot structure, timing, and composition while changing the visual result.
  • Prompt-based transformation: Uses natural-language instructions to control the output style, mood, subject reinterpretation, or visual effect direction.
  • Style transfer and creative re-rendering: Well suited for converting footage into animated, cinematic, surreal, or branded visual treatments without manual frame-by-frame editing. This is an inference based on Runway’s described video-to-video styling workflow.
  • Reference-aware workflows: Runway documentation indicates support for image-informed guidance in related video generation flows, which helps steer composition or aesthetic consistency.
  • Portrait and landscape output options: Supported workflows include standard horizontal and vertical output formats, which is useful for social, mobile, and marketing delivery.
  • Short-form production efficiency: The referenced workflow supports short clips up to 20 seconds, which fits ad creatives, concept shots, social posts, and rapid iteration pipelines.
  • API accessibility: Runway provides API documentation and model access patterns, enabling programmatic integration into creative apps, internal tools, and automated media pipelines.

How to access and integrate runway-video2video

Step 1: Sign Up for API Key

To get started, sign up on CometAPI and generate your API key from the dashboard. Once you have your key, store it securely and use it to authenticate requests to the CometAPI endpoint.

Step 2: Send Requests to runway-video2video API

Use Runway's official API format via CometAPI. The endpoint is POST /runwayml/v1/video_to_video. You must include the X-Runway-Version header.

curl https://api.cometapi.com/runwayml/v1/video_to_video \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -H "X-Runway-Version: 2024-11-06" \
  -d '{
    "model": "gen4_aleph",
    "videoUri": "https://example.com/your-source-video.mp4",
    "promptText": "Transform this footage into a cinematic neon-lit sci-fi sequence with dramatic atmosphere and smooth motion.",
    "seed": 1,
    "ratio": "1280:720",
    "references": [],
    "contentModeration": {
      "publicFigureThreshold": "auto"
    }
  }'
import os, requests

resp = requests.post(
    "https://api.cometapi.com/runwayml/v1/video_to_video",
    headers={
        "Authorization": f"Bearer {os.environ['COMETAPI_API_KEY']}",
        "Content-Type": "application/json",
        "X-Runway-Version": "2024-11-06",
    },
    json={
        "model": "gen4_aleph",
        "videoUri": "https://example.com/your-source-video.mp4",
        "promptText": "Transform this footage into a cinematic neon-lit sci-fi sequence.",
        "seed": 1,
        "ratio": "1280:720",
        "references": [],
        "contentModeration": {"publicFigureThreshold": "auto"},
    },
)
print(resp.json())

Step 3: Retrieve and Verify Results

The API returns a task object. Poll the task status endpoint to check when the video generation is complete, then retrieve the output video URL. For production use, add retries, status polling, and logging to ensure reliable integration with runway-video2video.

runway_video2video کے لیے خصوصیات

[ماڈل کا نام] کی اہم خصوصیات دریافت کریں، جو کارکردگی اور قابل استعمال کو بہتر بنانے کے لیے ڈیزائن کی گئی ہیں۔ جانیں کہ یہ صلاحیتیں آپ کے منصوبوں کو کیسے فائدہ پہنچا سکتی ہیں اور صارف کے تجربے کو بہتر بنا سکتی ہیں۔

runway_video2video کی قیمتیں

[ماڈل کا نام] کے لیے مسابقتی قیمتوں کو دریافت کریں، جو مختلف بجٹ اور استعمال کی ضروریات کے مطابق ڈیزائن کیا گیا ہے۔ ہمارے لچکدار منصوبے اس بات کو یقینی بناتے ہیں کہ آپ صرف اسی کے لیے ادائیگی کریں جو آپ استعمال کرتے ہیں، جس سے آپ کی ضروریات بڑھنے کے ساتھ ساتھ اسکیل کرنا آسان ہو جاتا ہے۔ دریافت کریں کہ [ماڈل کا نام] کیسے آپ کے پروجیکٹس کو بہتر بنا سکتا ہے جبکہ اخراجات کو قابو میں رکھتا ہے۔
Comet قیمت (USD / M Tokens)سرکاری قیمت (USD / M Tokens)رعایت
فی درخواست:$0.2
فی درخواست:$0.25
-20%

runway_video2video کے لیے نمونہ کوڈ اور API

runway_video2video کے لیے جامع نمونہ کوڈ اور API وسائل تک رسائی حاصل کریں تاکہ آپ کے انضمام کے عمل کو آسان بنایا جا سکے۔ ہماری تفصیلی دستاویزات قدم بہ قدم رہنمائی فراہم کرتی ہیں، جو آپ کو اپنے پروجیکٹس میں runway_video2video کی مکمل صلاحیت سے فائدہ اٹھانے میں مدد کرتی ہیں۔

مزید ماڈلز

O

Sora 2 Pro

فی سیکنڈ:$0.24
Sora 2 Pro ہمارا سب سے جدید اور طاقتور میڈیا تخلیق کا ماڈل ہے، جو ہم آہنگ آڈیو کے ساتھ ویڈیوز تیار کرنے کی صلاحیت رکھتا ہے۔ یہ قدرتی زبان یا تصاویر سے تفصیلی اور متحرک ویڈیو کلپس بنا سکتا ہے۔
O

Sora 2

فی سیکنڈ:$0.08
انتہائی طاقتور ویڈیو تخلیق کا ماڈل، صوتی اثرات کے ساتھ، چیٹ فارمیٹ کی حمایت کرتا ہے۔
M

mj_fast_video

فی درخواست:$0.6
Midjourney video generation
X

Grok Imagine Video

فی سیکنڈ:$0.04
ٹیکسٹ پرامپٹس سے ویڈیوز تیار کریں، جامد تصاویر کو متحرک بنائیں، یا قدرتی زبان کے ذریعے موجودہ ویڈیوز میں ترمیم کریں۔ API تیار کردہ ویڈیوز کے لیے قابلِ ترتیب دورانیہ، ایسپیکٹ ریشو، اور ریزولوشن کی حمایت کرتی ہے — اور SDK غیر ہم زمانی پولنگ کو خودکار طور پر سنبھالتا ہے۔
G

Veo 3.1 Pro

فی سیکنڈ:$0.25
Veo 3.1-Pro سے مراد Google کی Veo 3.1 فیملی کی اعلیٰ صلاحیتوں والی رسائی/کنفیگریشن ہے — یہ مختصر فارمیٹ، آڈیو سے لیس ویڈیو ماڈلز کی ایک جنریشن ہے جو زیادہ بھرپور بِلٹ اِن آڈیو، بہتر بیانیہ/ایڈیٹنگ کنٹرولز اور سین ایکسٹینشن ٹولز فراہم کرتی ہے۔
G

Veo 3.1

فی سیکنڈ:$0.05
Veo 3.1، Google کی اپنی Veo متن-اور-تصویر→ویڈیو فیملی کے لیے تدریجی مگر معنی خیز اپ ڈیٹ ہے، جس میں مزید بھرپور نیٹو آڈیو، طویل تر اور زیادہ قابلِ کنٹرول ویڈیو آؤٹ پٹس، اور مزید نفیس ایڈیٹنگ اور سین-لیول کنٹرولز شامل ہیں۔