$5 free credits when you sign up Claim now
Wan 2.2 Animate now available Test it!
Video Upscaling models now available Test it!
Z-Anime image model Test it!
  • Video-to-Text
  • Audio-to-Text

Whisper Large V3

99 languages with auto-detection. Timestamp generation. Supports YouTube, Kick, Twitch, TikTok, X URLs and direct video/audio uploads.

  • Free tier available
  • No subscriptions
  • No credit card required

Sample Outputs

Real outputs generated with Whisper Large V3 on deAPI.

Capabilities

What you can do with Whisper Large V3.

Video-to-Text

Convert YouTube videos and X posts to accurate transcripts with timestamps. Supports 99 languages with auto-detection.

Audio-to-Text

Transcribe audio files and X Spaces into searchable text. Fast, multilingual, and perfect for content platforms.

How to use in deAPI

Integrate Whisper Large V3 into your app with a single API call.

POST https://api.deapi.ai/api/v1/client/video2text

curl · deAPI video2text

curl -X 'POST' \
  'https://api.deapi.ai/api/v1/client/video2text' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "WhisperLargeV3",
    "video_url": "https://youtube.com/watch?v=example"
}'{
    "model": "WhisperLargeV3",
    "video_url": "https://youtube.com/watch?v=example"
}

Tip: The API returns a request_id. Use webhooks (recommended) or poll GET /request-status/{request_id} for results.

POST https://api.deapi.ai/api/v1/client/audio2text

curl · deAPI audio2text

curl -X 'POST' \
  'https://api.deapi.ai/api/v1/client/audio2text' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "WhisperLargeV3",
    "audio_url": "https://example.com/audio.mp3"
}'{
    "model": "WhisperLargeV3",
    "audio_url": "https://example.com/audio.mp3"
}

Tip: The API returns a request_id. Use webhooks (recommended) or poll GET /request-status/{request_id} for results.

Need an API key?

Sign up for free and get $5 in credits to start.

Get $5 credits

Frequently Asked Questions

99 languages with auto-detection. Timestamp generation. Supports YouTube, Kick, Twitch, TikTok, X URLs and direct video/audio uploads.
Whisper Large V3 transcribes audio and video from YouTube URLs, Kick, Twitch, X (Twitter) posts and Spaces, as well as directly uploaded audio and video files.
Whisper Large V3 supports 99 languages with automatic language detection. It generates timestamped transcriptions, making it easy to create subtitles or search within content.
Sign up for a free deAPI account at https://deapi.ai/register and get $5 in free credits — no credit card required. Then open the playground, select Whisper Large V3, and generate your first result in seconds.
deAPI is pay-per-use with no subscriptions or monthly fees. Check the pricing page at https://deapi.ai/pricing for current per-generation rates.
Yes. Whisper Large V3 is available via the deAPI REST API. Submit a request, receive a request ID, and poll for the result. See the API documentation at https://docs.deapi.ai for code examples in Python, Node.js, and cURL.
  • No subscription
  • No credit card required
  • Pay only for what you use

Whisper Large V3 for Free

Get $5 in free credits and start generating with Whisper Large V3.