Skip to main content
This tutorial will demonstrate how to use AssemblyAI’s LLM Gateway framework to create action items from a transcript.

Quickstart

Getting Started

Before we begin, make sure you have an AssemblyAI account and an API key. You can sign up for an AssemblyAI account and get your API key from your dashboard. Find more details on the current LLM Gateway pricing in the AssemblyAI pricing page.

Step-by-Step Instructions

In this guide, we will prompt LLM Gateway to generate action items from our transcript. Install the required packages:
Import the necessary libraries and set AssemblyAI API key.
Use AssemblyAI to transcribe a file and save the transcript.
Provide detailed instructions to prompt LLM Gateway to create action items from the transcript.
Generate the custom action items using LLM Gateway.
Prompt LLM Gateway using the transcript results and return the response.