Seedance 2.0 Mini & Fast APIを世界最安値で — 公式価格から最大68%オフ
ホーム
探索
bytedance/seed-asr-2.0
Seed ASR 2.0
音声からテキスト

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 は ByteDance が開発したモデルです。Atlas Cloud(運営:Atlas Cloud AI LLC)は本モデルへのアクセスを提供するものであり、その所有者ではありません。すべての商標は各所有者に帰属します。

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.

類似モデルを探索

ひとつのAPIで、あらゆるメディアAIを。

すべてのモデルを探索