Slobodna AI Pretvorba govora u tekst

Prepisivajte audio i video u tekst na više od 100 jezika. 10+ modela AI. Detekcija govornika. Nema potrebe za registracijom.

9.2K
transkripcije
233.2K
minuta transkribirano
100+
Jezici
70+
slobodni alati

Radi sa javno dostupnim audio i video sadržajima. DRM-zaštićeni sadržaji nisu podržani.

Nadogradnja za poboljšano
Privatni transkript
Chat sa transkriptom
Otključaj sa Pro →
Ispusti datoteku ovdje ili klikni za pregledavanje
MP3, WAV, M4A, FLAC, MP4, MKV, MOV, WebM — do 2GB
Nadogradnja za poboljšano
Privatni transkript
Chat sa transkriptom
Otključaj sa Pro →
Nadogradnja za poboljšano
Snimanje: 0:00
U stvarnom vremenu Vosak (trenutno)
Poboljšano Šepni (precizno)
2017.  Službena stranica (en) 24h. · Prijavite se for 7d + audio · Pro za privatne veze

Govor u tekst u realnom vremenu. AI automatski ispravlja dok govorite - tačnost se poboljšava s dužim govorom.

Prvo provjeri mikrofon
❤️ Volite STT.ai?
Koristio si svoje besplatne transkripte.

Registrirajte se besplatno da biste dobili 600 minuta mjesečno, ili nadogradite za neograničene transkripcije.

10 slobodnih minuta/dan 600 min besplatno uz prijavu Nema kreditne kartice Kriptirano
Prijavite se besplatno →
Klijentski šifrirani spremnik — Tvoj zapis je kriptiran u tvom pregledniku, čak ga ni mi ne možemo pročitati. Nauči kako to radi →

STT.ai.  Službena stranica

Tri koraka do tačnog prepisa

1. Upload, Record, or Paste URL

Povucite i ispustite bilo koju audio ili video datoteku (MP3, WAV, MP4, i 20+ formata). Snimite sa svog mikrofona u stvarnom vremenu. Ili zalijepite link sa YouTube, Vimeo, TikTok, i 1300+ platformi.

2. AI transkripira sa vašim izborom modela

Izaberite iz 10+ AI modela uključujući Whisper, NVIDIA Canary (#1 preciznost), i Moonshine. Automatski detektirajte jezik iz 100+ opcija. Diarizacija govornika identificira ko je šta rekao.

3. Izvoz, dijeljenje ili integracija

Preuzmite kao TXT, SRT, VTT, DOCX, JSON, ili PDF. Podijelite putem linka. Koristite naš API za integraciju transkripcije u vašu aplikaciju. Savršeno za podnaslove, bilješke sa sastanka, podcaste i drugo.

100+
Podržani jezici
70+
Slobodni alati
1,300+
Podržane platforme
7
Izvoz

Developer-First API

Integrirajte govor-u-tekst u svoju aplikaciju u minutama. RESTful API sa WebSocket streamingom u realnom vremenu.

REST + WebSocket — Učitavanje datoteka i strujanje u stvarnom vremenu
Više modela — Whisper, Canary, Enhanced i još mnogo toga
Dijagnoza — Automatski detektuje ko je šta rekao
Fleksibilan izlaz — JSON, TXT, SRT, VTT sa slovnim vremenskim žigom
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']}")

Spreman za transkripciju?

Učitaj svoj prvi dokument besplatno, bez kreditne kartice, bez registracije, 600 minuta mjesečno na besplatnom planu.

Počni prepisivanje

Često postavljana pitanja

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.