الذكاء الاصطناعي المجاني تحويل الكلام إلى نص

10+ نماذج الذكاء الاصطناعي. الكشف عن المتحدث. لا حاجة للتسجيل.

9.2K
محاضر
233.2K
محاضر تم تدوينها
100+
اللغات
70+
الأدوات الحرة

يعمل مع الصوت والفيديو المتاحين للجمهور. لا يدعم المحتوى المحمي بـ DRM.

تحسين نظام الإدارة المتكاملة
محضر سري
الدردشة مع النص
فكّ قفل الـ Pro →
اسقط الملف هنا أو انقر للتصفح
MP3, WAV, M4A, FLAC, MP4, MKV, MOV, WebM - حتى ٢ غيغابايت
تحسين نظام الإدارة المتكاملة
محضر سري
الدردشة مع النص
فكّ قفل الـ Pro →
تحسين نظام الإدارة المتكاملة
التسجيل: 0:00
الزمن الحقيقي الشمع (الفوري)
معززة )دقة(
وصلات عامة: 24 ساعة، نص فقط · انضم 7د + سمعية · المؤيدون للوصلات الخاصة

تحويل الكلام إلى نص في الوقت الحقيقي. يقوم الذكاء الاصطناعي بالتصحيح التلقائي بينما تتحدث - تتحسن الدقة مع طول الكلام.

اختبار ميكروفونك أولاً
❤️ أحببت STT.ai؟ أخبر أصدقائك!
لقد استخدمت نسخك المجانية

انضم مجاناً للحصول على 600 دقيقة/شهر، أو تحسين للحصول على نسخ غير محدودة.

10 دقائق حرة/يوم 600 دقيقة مجانية مع التسجيل لا توجد بطاقة ائتمان مشفرة
انضم مجاناً →
التخزين المشفر من جانب العميل — نسختك مشفرة في متصفحك حتى نحن لا نستطيع قراءتها تعلم كيف يعمل →

كيف تعمل STT.ai

ثلاث خطوات نحو النصوص المستنسخة الدقيقة

1 - تحميل أو تسجيل أو لصق عنوان URL

اسحب وأسقط أي ملف صوت أو فيديو (MP3، WAV، MP4، وأكثر من 20 صيغة). اسجل من ميكروفونك في الوقت الحقيقي. أو لصق رابط من يوتيوب، فيميو، تيك توك، وأكثر من 1300 منصة.

2 - منظمة العفو الدولية تنقل الوثائق باختيارك للنموذج

اختار من 10+ نماذج الذكاء الاصطناعي بما في ذلك Whisper، إنفيديا كناري (# 1 دقة)، و Moonshine. الكشف التلقائي عن اللغة من 100+ الخيارات.

3- التصدير أو التقاسم أو الإدماج

تحميل في TXT، SRT، VTT، DOCX، JSON، أو PDF. المشاركة من خلال رابط. استخدام API لدينا لإدماج النصوص في تطبيقك. مثالية للشريط النصي، ومذكرات الاجتماع، والبث، وأكثر.

100+
اللغات المدعومة
70+
الأدوات المجانية
1,300+
المنصات المدعومة
7
أشكال التصدير

واجهة برمجة التطبيقات التي تركز على المطورين

دمج الكلام إلى النص في تطبيقك في دقائق. RESTful API مع WebSocket الوقت الحقيقي تدفق.

REST + WebSocket — تحميل الملفات والتدفق في الوقت الحقيقي
نماذج متعددة — صوت، كناري، معزز وأكثر
1 - تحليل المتحدث — الكشف التلقائي عن من قال ماذا
ناتج مرن — JSON، TXT، SRT، VTT مع ختم زمني للكلمة
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']}")

هل تتحول من خطاب آخر إلى خدمة النصوص؟

جاهز للنسخ؟

تحميل ملفك الأول مجانا لا بطاقة ائتمان، لا تسجيل 600 دقيقة في الشهر على الخطة المجانية

بدء النسخ

الأسئلة الشائعة

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.