Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 4, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 4, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 4, 2025

      Smashing Animations Part 4: Optimising SVGs

      June 4, 2025

      I test AI tools for a living. Here are 3 image generators I actually use and how

      June 4, 2025

      The world’s smallest 65W USB-C charger is my latest travel essential

      June 4, 2025

      This Spotlight alternative for Mac is my secret weapon for AI-powered search

      June 4, 2025

      Tech prophet Mary Meeker just dropped a massive report on AI trends – here’s your TL;DR

      June 4, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Beyond AEM: How Adobe Sensei Powers the Full Enterprise Experience

      June 4, 2025
      Recent

      Beyond AEM: How Adobe Sensei Powers the Full Enterprise Experience

      June 4, 2025

      Simplify Negative Relation Queries with Laravel’s whereDoesntHaveRelation Methods

      June 4, 2025

      Cast Model Properties to a Uri Instance in 12.17

      June 4, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      My Favorite Obsidian Plugins and Their Hidden Settings

      June 4, 2025
      Recent

      My Favorite Obsidian Plugins and Their Hidden Settings

      June 4, 2025

      Rilasciata /e/OS 3.0: Nuova Vita per Android Senza Google, Più Privacy e Controllo per l’Utente

      June 4, 2025

      Rilasciata Oracle Linux 9.6: Scopri le Novità e i Miglioramenti nella Sicurezza e nelle Prestazioni

      June 4, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Artificial Intelligence»Claude 3 Models now available with LeMUR

    Claude 3 Models now available with LeMUR

    July 10, 2024

    LeMUR, AssemblyAI’s framework for leveraging Large Language Models (LLMs) to understand recognized speech, makes it possible to ask questions, generate content, and create summaries from your audio data to provide better outputs and insights for your end users. With the addition of the Claude 3 model family, you’ll get access to a range of state-of-the-art LLM models so you can select, test, and leverage models that best suit your users’ needs.

    What’s new: the Claude 3 model family

    Millions of end users rely on LeMUR to apply the power of LLMs to their audio transcripts. With LeMUR, you can automatically analyze AssemblyAI-generated transcripts so you can perform downstream analysis like summarize audio, ask sophisticated questions, extract insights, and generate tags and action items.

    Accessing LLMs directly from AssemblyAI’s API reduces work for your team in setting up and maintaining multiple AI providers, you can run speech-to-text and audio analysis and understanding from one system.

    LeMUR has historically run on Anthropic’s Claude 2 family of models. Starting today, we’re making LeMUR more powerful with the addition of four new Claude 3 models:

    Claude 3.5 Sonnet: the most intelligent model to date, outperforming Claude 3 Opus on a wide range of evaluations, with the speed and cost of Claude 3 SonnetClaude 3 Opus: good at handling complex analysis, longer tasks with many steps, and higher-order math and coding tasksClaude 3 Sonnet: strikes the ideal balance between intelligence and speed—particularly for enterprise workloadsClaude 3 Haiku: fastest, most compact model for near-instant responsiveness

    Each model offers unique trade-offs, allowing you to fine-tune your Speech AI capabilities for optimal performance, speed, and cost-efficiency. With this range of options, you can choose the right model for each specific use case, and ensure your Speech AI features are operating at peak effectiveness.

    Build on best-in-breed capabilities

    With LeMUR + Claude 3, you can leverage the newest and most advanced set of LLM capabilities to power your product offering. Input your own prompts into LeMUR to control the insights and outputs you get from your audio data. You can use LeMUR to generate:

    Concise summaries of hour-long meetingsDetailed answers to complex questions about your audio contentPrecise action items extracted from customer callsCustom analyses tailored to your unique use cases

    To get started quickly, you can use a simple prompt like “summarize this transcript” and advance your prompts over time to ask LeMUR to take on complex tasks like “generate a detailed summary with key discussion points, action items, and sentiment analysis.”

    Here’s how you can call the new Claude 3.5 Sonnet model for transcript summarization in a few lines of code:

    import assemblyai as aai

    Hostinger

    aai.settings.api_key = “YOUR_API_KEY”

    # Step 1: Transcribe an audio file.
    audio_url = “https://storage.googleapis.com/aai-web-samples/5_common_sports_injuries.mp3”

    transcriber = aai.Transcriber()
    transcript = transcriber.transcribe(audio_url)

    # Step 2: Define a summarization prompt.
    prompt = “Provide a brief summary of the transcript.”

    # Step 3: Choose an LLM with LeMUR.
    result = transcript.lemur.task(
    prompt,
    final_model=aai.LemurModel.claude3_5_sonnet
    )
    print(result.response)

    Visit our Prompt Guide for tips on how to obtain accurate and relevant outputs from LeMUR for your use case.

    Harness the newest AI capabilities at no additional cost

    We’re matching Anthropic’s Claude 3 pricing, giving you access to the newest and most powerful LLMs alongside our industry-leading speech AI capabilities at no additional cost from our current LeMUR pricing.

    Here’s the breakdown:

    Get Started in Minutes

    Start building on our API and access Claude 3 family of models directly from LeMUR, no need to set anything up. View our updated LeMUR Quick Start Guide.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleMicrosoft surprisingly retreats from non-voting board seat at OpenAI
    Next Article Social Media Lying to You – The Dark Algorithm Conspiracy Revealed!

    Related Posts

    Security

    HPE StoreOnce Faces Critical CVE-2025-37093 Vulnerability — Urges Immediate Patch Upgrade

    June 4, 2025
    Security

    Google fixes Chrome zero-day with in-the-wild exploit (CVE-2025-5419)

    June 4, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Surface Pro 12-inch vs. Surface Pro 11: Which 2-in-1 Copilot+ PC is better for you?

    News & Updates

    Brisa 0.1.4 – 575% Performance Boost & Improved Windows Support

    Development

    OpenAI acquires Jony Ive’s startup for whopping $6.5 billion all-stock deal

    Operating Systems

    Best Free and Open Source Alternatives to Atlassian Jira Align

    Development

    Highlights

    News & Updates

    Elden Ring Nightreign classes: All 8 Nightfarer characters in FromSoftware’s co-op spinoff explained

    May 2, 2025

    Not sure which Nightfarer you’re going to play in Elden Ring Nightreign? To help you…

    Understanding the 27 Unique Challenges in Large Language Model Development: An Empirical Study of Over 29,000 Developer Forum Posts and 54% Unresolved Issues

    August 19, 2024

    Zero-Runtime CSS with Vanilla Extract: A Guide to Faster CSS Development

    August 1, 2024

    Windows 11’s Store uses Winget to update Win32 apps with custom installer (Discord, OBS)

    December 7, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.