Description / 描述
请问可否支持跃阶星辰的语音转文本模型stepaudio-2.5-asr,上线了step plan,目前astrbot无法使用
用openai的无法使用
Use Case / 使用场景
请问可否支持跃阶星辰的语音转文本模型stepaudio-2.5-asr,上线了step plan,目前astrbot无法使用
官网示范格式:
curl -X POST 'https://api.stepfun.com/step_plan/v1/audio/asr/sse'
-H 'Content-Type: application/json'
-H 'Accept: text/event-stream'
-H "Authorization: Bearer $STEP_API_KEY"
-d '{
"audio": {
"data": "base64_encoded_audio",
"input": {
"transcription": {
"model": "stepaudio-2.5-asr",
"language": "zh",
"enable_itn": true
},
"format": {
"type": "pcm",
"codec": "pcm_s16le",
"rate": 16000,
"bits": 16,
"channel": 1
}
}
}
}'
Willing to Submit PR? / 是否愿意提交PR?
Code of Conduct
Description / 描述
请问可否支持跃阶星辰的语音转文本模型stepaudio-2.5-asr,上线了step plan,目前astrbot无法使用
用openai的无法使用
Use Case / 使用场景
请问可否支持跃阶星辰的语音转文本模型stepaudio-2.5-asr,上线了step plan,目前astrbot无法使用
官网示范格式:
curl -X POST 'https://api.stepfun.com/step_plan/v1/audio/asr/sse'
-H 'Content-Type: application/json'
-H 'Accept: text/event-stream'
-H "Authorization: Bearer $STEP_API_KEY"
-d '{
"audio": {
"data": "base64_encoded_audio",
"input": {
"transcription": {
"model": "stepaudio-2.5-asr",
"language": "zh",
"enable_itn": true
},
"format": {
"type": "pcm",
"codec": "pcm_s16le",
"rate": 16000,
"bits": 16,
"channel": 1
}
}
}
}'
Willing to Submit PR? / 是否愿意提交PR?
Code of Conduct