Skip to main content
Alibaba보통높음

Wan 2.5 T2V Fast

Wan 2.5의 고속 텍스트-비디오 생성 변형으로, 좋은 품질의 출력을 유지하면서 속도에 최적화되었습니다.

765 크레딧
비디오당
Wan 2.5 T2V보다 빠른 생성 속도
좋은 품질의 텍스트-비디오
오디오 동기화 지원
다양한 화면 비율
비용 효율적 옵션

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-t2v-fast",
  "input": {
    "prompt": "Colorful autumn leaves falling in a park, gentle breeze, warm sunlight filtering through trees, peaceful atmosphere",
    "aspect_ratio": "16:9",
    "duration": 5
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 비디오에 대한 텍스트 설명
aspect_ratiostringNo16:9출력 화면 비율
16:99:161:1
durationintegerNo5비디오 길이 초
seedintegerNo-재현성을 위한 랜덤 시드

공통 파라미터

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-t2v-fast",
  "input": {
    "prompt": "Colorful autumn leaves falling in a park, gentle breeze, warm sunlight filtering through trees, peaceful atmosphere",
    "aspect_ratio": "16:9",
    "duration": 5
  }
}'

팁 & 모범 사례

1최종 출력 전 빠른 반복 작업에 사용한 후 Wan 2.5 T2V로 전환하세요
2표준 버전의 절반 크레딧 비용
3동일한 시드 값은 고속 및 표준 모델에서 유사한 결과를 생성합니다
4프롬프트 변형을 빠르게 테스트하기에 좋습니다

사용 사례

빠른 비디오 프로토타이핑
반복적 콘텐츠 제작
소셜 미디어 콘텐츠
빠른 컨셉 시각화
배치 비디오 생성