Skip to main content
Alibaba느림울트라

Wan 2.5 I2V

립싱크 지원이 포함된 이미지-비디오 모델로, 정지 이미지를 자연스러운 모션의 사실적인 비디오로 변환합니다.

1500 크레딧
비디오당
이미지-비디오 애니메이션
립싱크 지원
정지 이미지로부터 자연스러운 모션
고품질 출력
재현성을 위한 시드 제어

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

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

llms.txt

빠른 시작

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "wan-video/wan-2.5-i2v",
  "input": {
    "prompt": "Person slowly smiling and turning their head to the left, gentle hair movement, natural facial expression transition",
    "image_url": "https://example.com/portrait.jpg",
    "aspect_ratio": "9:16",
    "duration": 5
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-원하는 모션과 애니메이션에 대한 텍스트 설명
image_urlstringYes-애니메이션할 시작 프레임 이미지 URL
aspect_ratiostringNo16:9출력 화면 비율
durationintegerNo5비디오 길이 초
seedintegerNo-재현성을 위한 랜덤 시드

파일 입력 방법

이 모델의 image_url 파라미터에 파일을 전달하는 방법은 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=wan-video/wan-2.5-i2v" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image_url=@your_file.png"

이미지 URL 전달

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

{
  "model": "wan-video/wan-2.5-i2v",
  "input": {
    "prompt": "your prompt here",
    "image_url": "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": "wan-video/wan-2.5-i2v",
  "input": {
    "prompt": "Person slowly smiling and turning their head to the left, gentle hair movement, natural facial expression transition",
    "image_url": "https://example.com/portrait.jpg",
    "aspect_ratio": "9:16",
    "duration": 5
  }
}'

제품 동영상화

제품 이미지 애니메이션

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "wan-video/wan-2.5-i2v",
  "input": {
    "prompt": "Camera slowly orbits around the product, soft studio lighting reveals details, subtle reflections",
    "image_url": "https://example.com/product.jpg",
    "aspect_ratio": "16:9",
    "duration": 5
  }
}'

팁 & 모범 사례

1최상의 애니메이션 결과를 위해 고품질 소스 이미지를 제공하세요
2프롬프트에 원하는 모션을 명확하게 설명하세요
3토킹 헤드 비디오에는 립싱크 기능을 활용하세요
4최상의 결과를 위해 화면 비율을 소스 이미지에 맞추세요

사용 사례

사진 애니메이션
캐릭터 립싱크 비디오
제품 이미지 애니메이션
초상화 애니메이션
정지 이미지 기반 시각 스토리텔링