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

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 2, 2025

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

      June 2, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 2, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 2, 2025

      How Red Hat just quietly, radically transformed enterprise server Linux

      June 2, 2025

      OpenAI wants ChatGPT to be your ‘super assistant’ – what that means

      June 2, 2025

      The best Linux VPNs of 2025: Expert tested and reviewed

      June 2, 2025

      One of my favorite gaming PCs is 60% off right now

      June 2, 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

      `document.currentScript` is more useful than I thought.

      June 2, 2025
      Recent

      `document.currentScript` is more useful than I thought.

      June 2, 2025

      Adobe Sensei and GenAI in Practice for Enterprise CMS

      June 2, 2025

      Over The Air Updates for React Native Apps

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

      You can now open ChatGPT on Windows 11 with Win+C (if you change the Settings)

      June 2, 2025
      Recent

      You can now open ChatGPT on Windows 11 with Win+C (if you change the Settings)

      June 2, 2025

      Microsoft says Copilot can use location to change Outlook’s UI on Android

      June 2, 2025

      TempoMail — Command Line Temporary Email in Linux

      June 2, 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

    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

    Development

    A Beginner’s Guide to Graphs — From Google Maps to Chessboards

    June 2, 2025
    Development

    How to Code Linked Lists with TypeScript: A Handbook for Developers

    June 2, 2025
    Leave A Reply Cancel Reply

    Hostinger

    Continue Reading

    This AR headset is changing how surgeons see inside their patients

    News & Updates

    CVE-2025-48381 – CVAT Information Disclosure Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    State Management in LWC: Part 1

    Development

    Microsoft Services Hit by Cyberattack, Amplifying Outage Impact Across Multiple Platforms

    Development

    Highlights

    News & Updates

    I love The Elder Scrolls IV: Oblivion Remastered’s new graphics, but appreciate everything else staying the same

    April 29, 2025

    The Elder Scrolls 4: Oblivion Remastered revisits Bethesda Game Studios’ original game with new visuals…

    Microsoft readies next Windows 11 feature drop with gaming, emoji, and lock screen updates

    March 20, 2025

    Mandatory fields in selenium webdriver not changing the color of the dropdown from red to blue once value is selected?

    July 28, 2024

    Writer Releases Palmyra-Med and Palmyra-Fin Models: Outperforming Other Comparable Models, like GPT-4, Med-PaLM-2, and Claude 3.5 Sonnet

    August 6, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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