메인 콘텐츠로 건너뛰기
Loading models…

음성 카탈로그

음성은 모델별입니다. 전달하는 voice는 선택한 model의 카탈로그에서 가져와야 합니다. 아래에서 모델을 선택하여 해당 음성을 살펴보세요.
Loading voices…
Voice ID는 대소문자를 구분하며 일치하는 model에만 유효합니다. 요청 페이로드에 두 필드를 함께 전달하세요. 예제는 Audio Speech API를 참조하세요.

예제 요청

curl https://api.venice.ai/api/v1/audio/speech \
  -H "Authorization: Bearer $VENICE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tts-kokoro",
    "voice": "af_sky",
    "input": "Hello from Venice."
  }' \
  --output speech.mp3
모델을 전환하려면 위에서 선택한 모델의 쌍으로 modelvoice모두 변경하세요.