alibaba/fun-asr

fun-asr
Docs
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

Input

Public HTTP/HTTPS URL of the audio file (single file).
Hint: Drag and drop files, paste from clipboard (Ctrl/Cmd+V), or provide a 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.

Result

No results yet

Run the model to preview the output here.

Next:

README

Attributes

Series

Parameters

Name Description Type Required Enums
file_url Public HTTP/HTTPS URL of the audio file (single file). string Yes -
special_word_filter Sensitive word filter configuration string. string No -
vocabulary_id Optional hot-word vocabulary ID. string No -
channel_id Audio track indices (0-based). integer[] No -
diarization_enabled Enable speaker diarization (mono audio; recommended ≤2h). boolean No true, false
language_hints Language hints. When multiple values are provided, only the first is used. string[] No 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 No -

Pricing

Unit: $/sec

Pricing
$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.

Related Resources