Create speech-to-text request
Model supported: FunAudioLLM/SenseVoiceSmall
Free of charge
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.302.ai/siliconflow/v1/audio/transcriptions' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--form 'file=@""' \
--form 'model="FunAudioLLM/SenseVoiceSmall"'
Responses
application/json {"text":"I am so happy spring festival is coming.😊"}
Modified at 2025-06-16 05:40:28