Summarization
Supported regions
US & EU
Generate summaries of your audio transcripts using LLM Gateway. This approach gives you full control over the summary format, length, and style by customizing your prompt.
The summarization, summary_model, and summary_type parameters on the transcription API are deprecated. Use LLM Gateway as shown below for more flexible and powerful summaries.
Quickstart
Python
JavaScript
Example output
Customize your summary
You can control the summary output by adjusting the prompt. Here are some examples:
Bullet point summary
Paragraph summary
Headline summary
Conversational summary
Custom format
You can define any format you need:
API reference
Step 1: Transcribe audio
Poll for the transcript result until the status is completed, then extract the transcript text.
Step 2: Generate summary with LLM Gateway
Response
Next steps
- LLM Gateway Overview - Learn more about available models and features
- Apply LLM Gateway to pre-recorded audio - General guide for using LLM Gateway with transcripts
- Basic Chat Completions - Learn more about the chat completions API
- Structured Outputs - Constrain responses to a specific JSON schema