recognize_audio
Analyze local audio files or audio URLs to produce content descriptions or text transcripts. Short clips are processed directly; long recordings are automatically transcribed.
Instructions
识别本地音频或音频 URL。
短音频(≤300s 且 ≤10MB)走 qwen3.5-omni 直接理解内容;长音频自动走 fun-asr 异步转写(本地文件先上传到临时 OSS),返回纯文本转录。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | 本次要从音频中提取或分析的具体内容;未传时默认详细描述音频内容。 | 详细描述这段音频的内容 |
| audio | Yes | 本地音频绝对路径,或 http(s) 音频 URL。 | |
| language | No | 长音频转写时的语言提示(zh/en/ja/yue/ko/de/fr/ru),默认 zh。 | zh |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |