Multilingual ASR model supporting 100+ languages with high accuracy and low latency. Features automatic language detection, code-switching support, speaker diarization, and real-time streaming with 300-600ms processing latency.
Transcript will appear here in real-time as you speak…
100+ language support with automatic detection and code-switching
300-600ms processing latency suitable for real-time applications
One of the highest-accuracy multilingual ASR models available
Transcribe meetings in real-time with speaker identification and punctuation.
Analyze customer calls at scale with sentiment detection and keyword spotting.
Convert audio and video libraries into searchable text archives.
Provide real-time captions for broadcasts, presentations, and live events.
// Universal-2 — Speech-to-Text
import { transcribe } from "@arkitekton/voice";
const result = await transcribe({
model: "vm-aai-001",
vendor: "assemblyai",
audio: audioFile,
language: "en",
options: {
punctuate: true,
diarize: true,
smart_format: true,
},
});
console.log("Transcript:", result.text);
console.log("Confidence:", result.confidence);Speech intelligence APIs with LLM-powered understanding