Skip to main content
PixVerse느림울트라

PixVerse V5

특수 효과 기능과 애니메이션 최적화 출력을 갖춘 고급 비디오 생성 모델로, 다양한 시각적 스타일을 지원합니다.

24 크레딧
비디오당
특수 효과 기능
애니메이션 최적화 출력
다양한 시각적 스타일 (실사, 애니메, 3D)
최대 1080p 해상도
이미지-비디오 변환 지원

지금 바로 실행해보세요

콘솔의 Playground에서 별도 코드 없이 이 모델을 즉시 테스트할 수 있어요

로그인 후 사용해보기

AI 어시스턴트에서 사용하기

이 모델의 사용법을 Claude, ChatGPT 등에 복사

빠른 시작

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "pixverse/pixverse-v5",
  "input": {
    "prompt": "An anime warrior charging through a battlefield with glowing energy sword, dramatic speed lines, vibrant colors, dynamic camera angles",
    "duration": 5,
    "aspect_ratio": "16:9",
    "quality": "720p",
    "style": "anime"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 비디오에 대한 텍스트 설명
imagestringNo-비디오의 첫 프레임으로 사용할 이미지
last_frame_imagestringNo-첫 이미지에서 마지막 이미지로 전환되는 비디오를 생성할 때 사용. image와 함께 사용해야 함.
qualitystringNo540p출력 해상도 품질
360p540p720p1080p
aspect_ratiostringNo16:9출력 화면 비율
16:99:161:1
durationintegerNo5비디오 길이 초
58
negative_promptstringNo-비디오에서 특정 요소를 피하기 위한 네거티브 프롬프트
seedintegerNo-랜덤 시드. 재현 가능한 생성을 위해 설정
effectstringNoNone비디오에 적용할 특수 효과. V5는 효과를 지원하며, last_frame_image와 함께 사용할 수 없음.
NoneLet's YMCA!Subject 3 FeverGhibli Live!Suit SwaggerMuscle Surge360° MicrowaveWarmth of JesusEmergency BeatAnything, RobotKungfu ClubMint in BoxRetro Anime PopVogue WalkMega DiveEvil Trigger

파일 입력 방법

이 모델의 imagelast_frame_image 파라미터에 파일을 전달하는 방법은 3가지입니다.

추천

간편 업로드 (Multipart)

POST /v1/predictions/upload에 파일을 직접 첨부합니다. 별도 업로드 과정이 필요 없습니다.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=pixverse/pixverse-v5" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image=@your_file.png"

이미지 URL 전달

공개 접근 가능한 URL을 직접 전달합니다. Storage API로 업로드한 파일의 file_url도 사용 가능합니다.

{
  "model": "pixverse/pixverse-v5",
  "input": {
    "prompt": "your prompt here",
    "image": "https://example.com/image.jpg"
  }
}
File Upload 문서에서 Presigned URL 방식 등 더 자세한 업로드 방법을 확인하세요.

공통 파라미터

POST /v1/predictions 요청 시 사용되는 공통 파라미터입니다.

파라미터타입필수기본값설명
modelstringYes-모델 식별자
inputobjectYes-위 테이블의 모델별 파라미터를 포함하는 객체
output_folderstringNo-결과물 저장 폴더 경로 (최대 256자, '..' 사용 불가)
webhook_urlstringNo-완료 시 호출할 Webhook URL
is_publicbooleanNofalsetrue 시 결과물을 영구 공개 URL로도 제공

예제

애니메이션 액션 장면

다이나믹한 애니메이션 스타일 액션 비디오

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "pixverse/pixverse-v5",
  "input": {
    "prompt": "An anime warrior charging through a battlefield with glowing energy sword, dramatic speed lines, vibrant colors, dynamic camera angles",
    "duration": 5,
    "aspect_ratio": "16:9",
    "quality": "720p",
    "style": "anime"
  }
}'

3D 캐릭터 애니메이션

스타일화된 3D 애니메이션 비디오

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "pixverse/pixverse-v5",
  "input": {
    "prompt": "A cute 3D animated robot waving hello in a futuristic garden, Pixar-style rendering, warm lighting, playful atmosphere",
    "duration": 5,
    "aspect_ratio": "1:1",
    "quality": "1080p",
    "style": "3d_animation"
  }
}'

팁 & 모범 사례

1일본 애니메이션 스타일 콘텐츠에는 'anime' 스타일을 사용하세요
2높은 품질 설정 (1080p)은 더 선명한 결과를 생성하지만 비용이 더 듭니다
3최상의 결과를 위해 스타일 프리셋과 상세한 프롬프트를 결합하세요
4'3d_animation' 스타일은 픽사 스타일 콘텐츠에 잘 맞습니다

사용 사례

애니메이션 콘텐츠
특수 효과 비디오
3D 애니메이션 프로젝트
스타일별 비디오 콘텐츠
창의적 시각 프로젝트