response_format
控制。curl --location --request POST 'https://router.shengsuanyun.com/api/audio/transcriptions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "https://example-bucket.oss-cn-beijing.aliyuncs.com/audio/input-01.mp3",
"model": "whisper-1",
"response_format": "text",
"language": "en"
}'
{
"text": "Hello world. This is the transcript."
}