Use this file to discover all available pages before exploring further.
Supported regions
US & EU
Generate chapter summaries from your audio transcripts using LLM Gateway. This approach gives you full control over how chapters are created and summarized.
The auto_chapters parameter on the transcription API is deprecated. Use LLM Gateway as shown below for more flexible and powerful chapter summaries.
240-60890: Headline: Canadian Wildfire Smoke Triggers Air Quality Alerts Across the USGist: Wildfire smoke affects US air qualitySummary: Smoke from hundreds of wildfires in Canada is causing hazy conditions and air quality alerts in multiple states. Peter DeCarlo, an environmental health expert from Johns Hopkins University, explains that dry conditions and specific weather patterns are channeling the smoke southward, affecting the mid-Atlantic and Northeast regions.62270-113214:Headline: Baltimore Air Quality Reaches Unhealthy Levels Due to Particulate MatterGist: Dangerous particulate matter levels in BaltimoreSummary: The air quality in Baltimore has reached unhealthy levels due to high concentrations of particulate matter. These microscopic particles can affect respiratory, cardiovascular, and neurological systems, measuring 150 micrograms per cubic meter—10 times higher than the annual average.
You can adjust the chapter generation by modifying the step variable to control how many paragraphs are grouped into each chapter, and by customizing the prompt.
For a more structured output, use Structured Outputs or specify a JSON format in your prompt:
prompt = """For this section of a transcript, provide the following in JSON format:{ "headline": "A single sentence headline", "gist": "A few words summarizing the section", "summary": "A one paragraph summary"}Text: """ + chapter['text']