whisper-large-v3
Whisper · 초당
whisper-large-v3사용 가능오디오음성 텍스트 변환
가격
| 공식 가격 | LemonData 가격 | |
|---|---|---|
| 가격 | ₩0.00 | ₩0.00 |
API 코드 예시
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "whisper-large-v3",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
whisper-large-v3의 비용은 얼마인가요?
LemonData에서 whisper-large-v3의 이용 요금은 $0.0000 초당이며, 이는 공식 가격 대비 최대 30% 저렴합니다.
whisper-large-v3은(는) 어떤 용도에 가장 적합한가요?
whisper-large-v3은(는) 오디오, 음성 텍스트 변환에 탁월합니다. 단일 API 키로 LemonData의 통합 API를 통해 액세스하세요.
whisper-large-v3 API를 어떻게 사용하나요?
LemonData에서 API 키를 발급받은 후, 호환되는 SDK를 사용하여 https://api.lemondata.cc/v1/chat/completions를 호출하세요. 자세한 연동 방법은 위의 코드 예시를 참고하세요.