How-to
1 min read

Vercel LMNT IntegrationMarketplace

Learn how to integrate LMNT with Vercel.
Table of Contents

LMNT provides data processing and predictive analytics models, known for their precision and efficiency. Integrating LMNT with Vercel enables your applications to offer accurate insights and forecasts, particularly useful in finance and healthcare sectors.

You can use the Vercel and LMNT integration to power a variety of AI applications, including:

  • High quality text-to-speech: Use LMNT to generate realistic speech that powers chatbots, AI-agents, games, and other digital media
  • Studio quality custom voices: Use LMNT to clone voices that will faithfully reproduce the emotional richness and realism of actual speech
  • Reliably low latency, full duplex streaming: Use LMNT to enable superior performance for conversational experiences, with consistently low latency and unmatched reliability

The Vercel LMNT integration can be accessed through the AI tab on your Vercel dashboard.

To follow this guide, you'll need the following:

  1. Navigate to the AI tab in your Vercel dashboard
  2. Select LMNT from the list of providers, and press Add
  3. Review the provider information, and press Add Provider
  4. You can now select which projects the provider will have access to. You can choose from All Projects or Specific Projects
    • If you select Specific Projects, you'll be prompted to select the projects you want to connect to the provider. The list will display projects associated with your scoped team
    • Multiple projects can be selected during this step
  5. Select the Connect to Project button
  6. You'll be redirected to the provider's website to complete the connection process
  7. Once the connection is complete, you'll be redirected back to the Vercel dashboard, and the provider integration dashboard page. From here you can manage your provider settings, view usage, and more
  8. Pull the environment variables into your project using Vercel CLI
    terminal
    vercel env pull .env.development.local
  9. Install the providers package
    pnpm
    yarn
    npm
    pnpm i lmnt-node 
  10. Connect your project using the code below:
    Other frameworks
  1. Add the provider to your page using the code below:
Last updated on May 2, 2024