Fri AI Tale til tekst

Transskribér lyd og video til tekst på 100+ sprog. 10+ AI- modeller. Højttalerdetektering. Ingen tilmelding påkrævet.

9.2K
transskriptioner
233.2K
minutter transskriberet
100+
sprog
70+
frie værktøjer

Fungerer med offentligt tilgængelig lyd og video. DRM- beskyttet indhold understøttes ikke.

Opgradering til forbedret
Privat udskrift
Chat med udskrift
Lås op med Pro →
Slip fil her eller klik for at gennemse
MP3, WAV, M4A, FLAC, MP4, MKV, MOV, WebM ~ op til 2GB
Opgradering til forbedret
Privat udskrift
Chat med udskrift
Lås op med Pro →
Opgradering til forbedret
Registrering: 0:00
Realtid Vosk (øjeblikkelig)
Forbedret Hvisken (præcis)
Offentlige links: 24h, kun tekst · Tilmeld dig for 7d + lyd · Pro til private forbindelser

Real-time tale til tekst. AI auto-korrigerer som du taler nøjagtighed forbedrer med længere tale.

Test din mikrofon først
❤️ Love STT.ai? Fortæl dine venner!
Du har brugt dine gratis transskriptioner

Gratis tilmelding for at få 600 minutter/måned eller opgradering til ubegrænset transskription.

10 gratis min/dag 600 min fri med tilmelding Intet kreditkort Krypteret
Tilmeld dig gratis →
Klient-Side krypteret opbevaring — Dine udskrifter er krypteret i din browser. Lær hvordan det fungerer →

Sådan virker STT.ai

Tre trin til nøjagtig transskription

1. Upload, Optag eller Indsæt URL

Træk og slip enhver lyd- eller videofil (MP3, WAV, MP4, og 20 + formater). Optag fra din mikrofon i realtid. Eller indsætte et link fra YouTube, Vimeo, TikTok, og 1.300 + platforme.

2. AI Transcribes with Your Choice of Model

Vælg mellem 10 + AI modeller, herunder Whisper, NVIDIA Canary (# 1 nøjagtighed), og Moonshine. Auto-detect sprog fra 100 + muligheder. Højttaler diarization identificerer, hvem der sagde hvad.

3. Eksport, Del, eller Integrer

Download som TXT, SRT, VTT, DOCX, JSON eller PDF. Del via link. Brug vores API til at integrere transskription i din app. Perfekt til undertekster, mødenoter, podcasts og meget mere.

100+
Understøttede sprog
70+
Free ToolsCity in California USA
1,300+
Platforme understøttet
7
Eksportformater

Udvikler- første API

Integrer tale-til-tekst i din app på få minutter. RESTful API med real-time WebSocket streaming.

REST + WebSocket — Fil upload og streaming i realtid
Flere modeller — Hvisk, kanariefugl, forbedret og mere
Speaker diarization — Auto-detect hvem sagde hvad
Fleksibel udgang — JSON, TXT, SRT, VTT med ordtidsstempler
import requests

response = requests.post(
    "https://api.stt.ai/v1/transcribe",
    headers={"Authorization": f"Bearer {API_KEY}"},
    files={"file": open("meeting.mp3", "rb")},
    data={
        "model": "large-v3-turbo",
        "language": "auto",
        "diarize": "true",
        "response_format": "json",
    },
)

result = response.json()
for seg in result["segments"]:
    print(f"{seg['speaker']}: {seg['text']}")

Klar til at transskribere?

Upload din første fil gratis. Intet kreditkort, ingen tilmelding. 600 minutter om måneden på den gratis plan.

Start translitterering

Ofte stillede spørgsmål

speech to text runs in your browser: paste a URL, upload a file, or record from your mic. STT.ai picks the AI model and returns the transcript in under 5 minutes. Export as TXT, SRT, VTT, DOCX, JSON, or PDF.

Yes — every visitor gets 600 free minutes/month on STT.ai, usable for speech to text the same as any other workflow. Paid plans starting at $5/month unlock longer files, private transcripts, and priority queueing.

speech to text runs on the same AI models as the rest of STT.ai — our best models reach 95-97% accuracy on clean speech (3-5% Word Error Rate on benchmarks). Switch models on the fly if the first pass is below your target.

speech to text can run on any of STT.ai's 10+ models — STT.ai Enhanced (most accurate), Whisper Large V3 (99 languages), NVIDIA Canary (#1 WER on supported langs), Whisper Turbo (fast), Moonshine (lightweight), and more.

Yes. Every transcript exports as SRT or VTT — works with YouTube, Vimeo, TikTok, VLC, and every major video player. The burn-subtitles tool overlays them onto video as hardsubs.

Yes. Speaker diarization automatically labels each voice (Speaker 1, Speaker 2, ...) and you can rename them in the built-in editor. Works across all models and languages.

Most speech to text jobs finish in under 5 minutes. A 1-hour audio file typically completes in 2-3 minutes with our fastest models. Speed depends on chosen model and current GPU load.

speech to text accepts 20+ formats — MP3, WAV, M4A, FLAC, OGG, MP4, MKV, MOV, WebM, AVI, and more. Output to TXT, SRT, VTT, DOCX, JSON, or PDF.

Yes. Audio files submitted to speech to text are processed and deleted by default. Pro plans add client-side encryption — even if STT.ai's database is breached, your transcripts are unreadable without your key. Data is never used for model training without explicit opt-in.

Yes. STT.ai offers a REST API with Python and Node.js SDKs, plus an MCP server for Claude and Cursor — all usable for speech to text workflows. Free API tier includes 100 minutes/month.

Yes. Every transcript opens in the built-in editor where you can correct words, rename speakers, adjust timestamps, and add notes. All changes save automatically.

Every transcript gets a unique shareable URL. Export to DOCX or PDF for email. Pro plans add password-protected and permanent links — useful for client work.

STT.ai handles 1,300+ platforms including YouTube, Vimeo, TikTok, SoundCloud, Zoom, Google Meet, podcast hosts, and more. URL transcription works with publicly-available content only — DRM-protected sources can't be transcribed.