alibaba/fun-asr

fun-asr
文档
Schema

[Core Function] Fun-ASR transcribes a single public audio file asynchronously. [Strengths] Hot-word vocabulary, optional speaker diarization, channel selection, and language hints. [Best For] Batch transcription of recordings up to 12 hours. [Limitations] Do NOT send more than one file per request. [Routing] Use fun-asr-mtl when multi-language optimization is preferred.

$0.0020/sec
speech-to-text

输入

Public HTTP/HTTPS URL of the audio file (single file).
提示:可拖拽文件、从剪贴板粘贴(Ctrl/Cmd+V),或提供 URL。
Sensitive word filter configuration string.
Optional hot-word vocabulary ID.
Audio track indices (0-based).
Enable speaker diarization (mono audio; recommended ≤2h).
Language hints. When multiple values are provided, only the first is used.
language_hints
Expected speaker count; only valid when diarization_enabled is true.

结果

暂无结果

运行模型后,结果将在这里显示。

Next:

README

属性

系列

参数

参数名 描述 类型 必填 枚举值
file_url Public HTTP/HTTPS URL of the audio file (single file). string -
special_word_filter Sensitive word filter configuration string. string -
vocabulary_id Optional hot-word vocabulary ID. string -
channel_id Audio track indices (0-based). integer[] -
diarization_enabled Enable speaker diarization (mono audio; recommended ≤2h). boolean true, false
language_hints Language hints. When multiple values are provided, only the first is used. string[] zh, en, ja, ko, vi, th, id, ms, tl, hi, ar, fr, de, es, pt, ru, it, nl, sv, da, fi, no, el, pl, cs, hu, ro, bg, hr, sk
speaker_count Expected speaker count; only valid when diarization_enabled is true. integer -

价格

单位: $/sec

价格
$0.0020/sec

相关模型

  • alibaba/fun-asr-mtl: [Core Function] Fun-ASR MTL is the multi-language variant for async recorded speech recognition. [Strengths] Same parameters as fun-asr with multi-language tuning. [Best For] Mixed-language or international audio archives. [Limitations] Do NOT send more than one file per request. [Routing] Choose fun-asr for general use; fun-asr-mtl when the source audio is explicitly multi-language.

相关资源