Video PixVerse

PixVerse API

RunAPI를 통해 모델 스킬, 통합 인증, 종량제 요금으로 PixVerse API를 사용하세요.

runapi.ai
curl -X POST https://runapi.ai/api/v1/pixverse/edit_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "pixverse-v6",
  "video_url": "https://cdn.runapi.ai/public/samples/video.mp4",
  "prompt": "빗물이 가득한 골목 배수로를 따라 흘러가는 종이배의 10초 클립을 만들어 주세요. 카메라는 수면 높이에서 따라갑니다."
}'
import { PixverseClient } from "@runapi.ai/pixverse";

const client = new PixverseClient();
const result = await client.editVideo.run({
    model: "pixverse-v6",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "빗물이 가득한 골목 배수로를 따라 흘러가는 종이배의 10초 클립을 만들어 주세요. 카메라는 수면 높이에서 따라갑니다.",
});
require "runapi/pixverse"

client = RunApi::Pixverse::Client.new
result = client.edit_video.run(
    model: "pixverse-v6",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "빗물이 가득한 골목 배수로를 따라 흘러가는 종이배의 10초 클립을 만들어 주세요. 카메라는 수면 높이에서 따라갑니다."
)
npx skills add runapi-ai/pixverse -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/pixverse v1
개요

PixVerse 소개

PixVerse V6는 하나의 모델 버전으로 5가지 비디오 기능을 제공합니다. 텍스트 프롬프트로 생성하거나, 이미지 한 장을 애니메이션화하거나, 최대 7장의 참조 이미지로 장면을 가이드하거나, 첫 프레임과 마지막 프레임 사이를 보간하거나, 완성된 결과를 이어서 생성할 수 있습니다. 클립은 360p에서 1080p까지 1~15초로 생성되며, 선택적으로 동기화된 오디오를 추가할 수 있습니다.

제공사
PixVerse
모달리티
Video
요금

요금

실패한 생성은 과금되지 않습니다
Image to video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
Edit video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
Text to video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
Transition video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
Extend video
$0.04-$0.19 / second
Enable audio: Enabled · Output resolution: 360p $0.06
Enable audio: Enabled · Output resolution: 540p $0.07
Enable audio: Enabled · Output resolution: 720p $0.10
Enable audio: Enabled · Output resolution: 1080p $0.18
Enable audio: Disabled · Output resolution: 360p $0.04
Enable audio: Disabled · Output resolution: 540p $0.06
Enable audio: Disabled · Output resolution: 720p $0.07
Enable audio: Disabled · Output resolution: 1080p $0.14
스펙

스펙

모델 ID pixverse-v6
제공사 PixVerse
모달리티 video
작업 유형 asynchronous
과금 second
Endpoint /api/v1/pixverse/edit_video
상업적 사용
카탈로그 상태 운영 중
에이전트 통합

에이전트에서 PixVerse 실행

작동 방식

PixVerse 시작하기

  1. 모델 선택

    출력 유형, 품질 기준, 지연 시간 목표에 맞는 모델과 변형을 고릅니다.

  2. 한 번 인증

    모든 지원 모델에 RunAPI key를 사용합니다.

  3. skill 설치

    기능을 구현하기 전에 코딩 워크스페이스에 model skill을 추가합니다.

  4. 결과 받기

    task ID로 조회하거나 생성 완료 시 callback을 처리합니다.

컨텍스트

PixVerse의 위치

PixVerse V6는 RunAPI를 통해 텍스트-비디오, 이미지-비디오, 참조 이미지 기반 가이드 편집, 프레임 전환, 연장을 지원합니다. 하나의 모델 버전이 5개 엔드포인트 모두를 처리하므로 모든 기능에서 동일한 키와 요금 체계를 사용할 수 있습니다.

제공사
PixVerse
모두 보기 →
모달리티
Video
모델 보기 →

RunAPI로 PixVerse을 쓰는 이유

하나의 API key

모델과 제공사를 넘나들며 같은 인증 정보를 사용합니다.

Skill-ready

model skill에 schema, 설정 메모, 가격 컨텍스트, 모델 ID가 포함됩니다.

예측 가능한 과금

호출 전에 사용량 기반 가격을 확인할 수 있습니다.

PixVerse FAQ

PixVerse V6는 어떤 비디오 기능을 제공하나요?

5가지입니다—텍스트-비디오, 이미지-비디오, 참조 이미지 기반 가이드 편집, 프레임 전환, 완성된 결과의 연장. 다섯 가지 모두 동일한 모델 버전을 사용합니다.

PixVerse V6 클립은 얼마나 길게 만들 수 있나요?

요청당 1~15초이며 duration_seconds로 설정합니다. 한 번의 생성을 넘어 결과를 이어가려면 연장 엔드포인트를 사용하세요.

어떤 해상도와 화면 비율을 지원하나요?

360p, 540p, 720p, 1080p를 지원하며, 화면 비율은 울트라와이드부터 세로형까지 8종입니다.

PixVerse V6는 비디오와 함께 오디오도 생성할 수 있나요?

네—enable_audio를 설정하면 클립에 동기화된 오디오를 생성합니다. 기본값은 꺼짐입니다.

생성을 가이드할 수 있는 참조 이미지는 몇 장까지 가능한가요?

참조 이미지 기반 가이드 엔드포인트는 순서가 있는 공개 이미지 URL 1~7장을 받습니다.

이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

유사 모델

PixVerse와 비슷한 모델

PixVerse로 개발을 시작하세요.

endpoint

  • image_to_video
  • edit_video
  • text_to_video
  • transition_video
  • extend_video

같은 카테고리

제공사

Docs