Seedance 2.0 Mini & Fast API zu weltweit niedrigsten Preisen — bis zu 68 % Rabatt auf den offiziellen Preis
Startseite
Erkunden
bytedance/seed-asr-2.0
Seed ASR 2.0
Audio-zu-Text

Seed ASR 2.0 API by ByteDance

bytedance/seed-asr-2.0
Seed-asr-2.0

BytePlus Seed Speech recording-file recognition (ASR 2.0): transcribe an audio file to text with punctuation, ITN, sentence segmentation, speaker diarization, and 51-language support.

Seed ASR 2.0 wurde von ByteDance entwickelt. Atlas Cloud (betrieben von Atlas Cloud AI LLC) stellt lediglich den Zugang bereit und ist nicht Eigentümerin des Modells. Alle Marken sind Eigentum ihrer jeweiligen Inhaber.

Seed ASR 2.0 (Recording-File Recognition)

Transcribe an audio file to text with punctuation, ITN, sentence segmentation, speaker diarization, and 51-language support.

🌟 Key Features

🗣 High-Accuracy Transcription

State-of-the-art recognition tuned for real-world recordings.

🌍 51 Languages

Auto-detects Chinese/English/dialects, or pin a language code.

🎯 Rich Output

Punctuation, inverse text normalization, per-word timestamps, speaker labels.

📻 Far-Field Optimized

Robust to meeting-room and call-center audio.

⚙️ Parameters

ParameterRequiredDescription
audio_url*Audio file URL or Base64. Formats: wav/mp3/ogg/raw.
formatAudio format: mp3 (default) / wav / ogg / raw.
languageLanguage code (e.g. en-US, yue-CN); empty = auto (CN/EN/dialects). 51 languages.
enable_itnInverse text normalization. Default true.
enable_puncAdd punctuation. Default false.
enable_ddcSemantic smoothing. Default false.
enable_speaker_infoSpeaker diarization. Default false.
show_utterancesPer-word timestamps in stt_result.words. Default false.
contextInline hotwords — no table needed. JSON string: {"hotwords":[{"word":"YourTerm"}]}. See below.
boosting_table_nameServer-side hotword table name (provisioned by Atlas).
correct_table_nameServer-side correction table name (wrong→right replacement, provisioned by Atlas).

🔥 Hotwords & Correction

Two ways to improve recognition of product names, people, and domain terms:

1. Inline via context (recommended — self-service, per request):

{ "audio_url": "https://…/meeting.mp3", "context": "{\"hotwords\":[{\"word\":\"Zylophex\"},{\"word\":\"AtlasCloud\"}]}" }

⚠️ context must be a JSON string exactly as above. Plain text (non-JSON) makes the task fail; unrecognized JSON keys are silently ignored.

2. Server-side tables via boosting_table_name / correct_table_name: for large or stable word lists. Tables live in the service account — send Atlas your word list and we provision the table and hand back its name. ⚠️ A nonexistent table name is silently ignored (the task still succeeds), so use the exact name we give you.

📤 Output

outputs[0] contains the recognized transcript text. stt_result carries the structured result: text, duration (seconds), and — with show_utterances=truewords[] with per-word start/end timestamps in seconds (plus speaker_id when diarization is on).

🎯 Use Cases

  • Meeting & Interview Transcription — turn recordings into searchable text.
  • Media Subtitling — transcribe podcasts/videos with timestamps.
  • Voice Analytics — call-center QA, speaker diarization.
  • Multilingual Content — transcribe across 51 languages.

Ähnliche Modelle Erkunden

Eine API für alle Media-KI.

Alle Modelle erkunden