curl --location '/v1/audio/transcriptions' \ --form 'file=@""' \ --form 'model="SenseVoiceSmall"'
{ "text": "Hello, my name is Wolfgang and I come from Germany. Where are you heading today?" }