Newsletter

Use Claude 3.5 Sonnet With Audio Data & Latest Speech-to-Text Tutorials

🚀New: Claude 3 Models available in LeMUR

Use Claude 3.5 Sonnet With Audio Data & Latest Speech-to-Text Tutorials

Hey 👋, this weekly update contains the latest info on our new product features, tutorials, and our community.

🚀New: Claude 3 Models available in LeMUR


We've added Anthropic's latest Claude 3 model family into our LeMUR framework. This upgrade provides our users with access to more advanced AI capabilities for audio data analysis. Key features include:

Four new models available:  

  • Claude 3.5 Sonnet: Most intelligent to date, outperforming Claude 3 Opus with the speed and cost of Claude 3 Sonnet 
  • Claude 3 Opus: Excels at complex analysis and multi-step tasks like higher-order math and coding tasks.
  • Claude 3 Sonnet: Optimized for enterprise workloads.
  • Claude 3 Haiku: Fastest model for near-instant responses.

For detailed implementation and prompting best practices, refer to our prompting guide and LeMUR quick start guide.

Fresh From Our Blog

How to Create a Real-Time Language Translation Service with AssemblyAI and DeepL in JavaScript: Translate speech in real-time in JavaScript with AssemblyAI and DeepL. Read more>>

Create Multi-Lingual Subtitles with AssemblyAI and DeepL: Learn how to build a web app in Go that'll use AssemblyAI to transcribe an uploaded video file and generate subtitles. Read more>>

How to Detect Hotwords with Streaming Speech-to-Text and Go: AI Assistants all have something in common, they start up with a hotword: "Hey Siri", "Alexa". In this tutorial, you'll learn how to implement a hotword detection system using AssemblyAI's Streaming Speech-to-Text API.  Read more>>

Transcribe a live phone call with Python - Flask tutorial: Build a Flask application in Python to transcribe phone calls in real time with AssemblyAI, Twilio, and ngrok.

How to Create Speaker-Based Subtitles for Your Videos with AI | (Python Tutorial): Dive into the world of AI speaker diarization to show you how to create subtitles that dynamically change color based on the speaker

Live Speech-to-Text With Google Docs Using LLMs (Python Tutorial): Automatically write AI-generated notes to google docs while talking by using AssemblyAI's Speech-to-text API and LLMs.