POST https://api.tokenhot.cn/v1/audio/translationswhisper-1curl --location --request POST 'https://api.tokenhot.cn/v1/audio/translations' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "@binary_file_object",
"model": "whisper-1",
"prompt": "可选:引导翻译的提示词",
"response_format": "json",
"temperature": 0
}'{
"text": "Hello everyone, today we are testing the Whisper model's translation capability. It can accurately convert various languages into fluent English text."
}