whisper-large-v3-turbo
Whisper · 초당
whisper-large-v3-turbo사용 가능오디오음성 텍스트 변환빠름
가격
| 공식 가격 | 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-turbo",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
whisper-large-v3-turbo의 비용은 얼마인가요?
LemonData에서 whisper-large-v3-turbo의 비용은 1M 입력 토큰당 N/A, 1M 출력 토큰당 N/A이며, 이는 공식 가격 대비 최대 30% 저렴합니다.
whisper-large-v3-turbo은(는) 어떤 용도에 가장 적합한가요?
whisper-large-v3-turbo은(는) 오디오, 음성 텍스트 변환, 빠름에 탁월합니다. 단일 API 키로 LemonData의 통합 API를 통해 액세스하세요.
whisper-large-v3-turbo API를 어떻게 사용하나요?
LemonData에서 API 키를 발급받고, 베이스 URL을 api.lemondata.cc/v1으로 설정한 후, OpenAI 호환 SDK를 사용하세요. 위의 코드 예시를 참조하세요.