Skip to main content
Google느림울트라

Google Veo 3.1

내장 오디오 생성 기능을 갖춘 Google의 최첨단 비디오 생성 모델로, 동기화된 사운드와 함께 시네마틱 품질의 비디오를 생성합니다.

4800 크레딧
비디오당
내장 오디오 생성
시네마틱 품질 출력
시작 프레임을 활용한 이미지-비디오 변환
다양한 화면 비율 (16:9, 9:16, 1:1)
5초 또는 8초 비디오 생성

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": "google/veo-3.1",
  "input": {
    "prompt": "A lone astronaut walks across a vast Martian desert at sunset, wind blowing dust, cinematic wide shot, dramatic orchestral score",
    "duration": "8",
    "aspect_ratio": "16:9",
    "generate_audio": true
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 비디오에 대한 텍스트 설명
imagestringNo-시작 프레임 이미지 URL
durationintegerNo8비디오 길이 초 (5 또는 8)
58
aspect_ratiostringNo16:9출력 화면 비율
16:99:161:1
generate_audiobooleanNotrue내장 오디오 생성 활성화

공통 파라미터

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": "google/veo-3.1",
  "input": {
    "prompt": "A lone astronaut walks across a vast Martian desert at sunset, wind blowing dust, cinematic wide shot, dramatic orchestral score",
    "duration": "8",
    "aspect_ratio": "16:9",
    "generate_audio": true
  }
}'

제품 공개

다이나믹한 제품 공개 비디오

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "google/veo-3.1",
  "input": {
    "prompt": "Luxury perfume bottle emerging from golden mist, slow camera orbit, elegant studio lighting, ambient music",
    "duration": "5",
    "aspect_ratio": "16:9",
    "generate_audio": true
  }
}'

팁 & 모범 사례

1동기화된 사운드 효과를 위해 generate_audio를 활성화하세요
2오프닝 샷을 더 정밀하게 제어하려면 이미지를 시작 프레임으로 사용하세요
3더 나은 오디오 생성을 위해 프롬프트에 오디오 요소를 설명하세요
48초 비디오는 복잡한 장면 전환에 더 많은 시간을 제공합니다

사용 사례

시네마틱 단편 영상
오디오가 포함된 마케팅 비디오
사운드가 있는 소셜 미디어 콘텐츠
제품 광고
크리에이티브 스토리텔링