Skip to main content
Pre-recorded Audio-to-LLM runs once the transcription is generated. You provide one or more prompts; each prompt is executed against the transcript text from the same job using the configured model, yielding one LLM response per prompt. Use it to extract action items, answer questions about the recording, or run any text analysis you express in natural language. Unlike the built-in Summarization feature — which produces a fixed-format summary — Audio-to-LLM lets you write your own instructions: ask for a summary in the exact format, tone, and level of detail your product needs, or combine a summary with other analyses (action items, compliance checks) in a single request.

Usage

  1. Include audio_to_llm: true and an audio_to_llm_config object (at minimum, a prompts array) in your pre-recorded transcription request.
  2. Gladia transcribes the audio, along with any other audio-intelligence options you enabled on that request.
  3. Each prompt is run on the resulting transcript via the LLM.
  4. The API returns one result object per prompt (same order as prompts), each containing the original prompt and the model response.
Audio-to-LLM sends plain transcript text to the model. Raw audio and other fields from the transcription response are not added to the LLM prompt context.

Model selection

By default the model used to execute your prompts is GPT 5.4 Nano (openai/gpt-5.4-nano), a fast option suited to high-volume summaries and extraction. The model can be customized when you need stronger reasoning, richer analysis, longer outputs, or behavior that fits a specific model. You can use any model listed on OpenRouter by setting the model key. Prices reflect the public OpenRouter rate plus a platform fee added by Gladia.

Example

A single prompt is enough to get started (you can omit model to use the default):
Pre-recorded
Example response shape for one prompt:
Pre-recorded

Example: post-meeting workflow

For a post-meeting pass, you might ask for bullet takeaways, a short summary, and follow-up actions for the next meeting:
Pre-recorded
With this configuration, your output might look like this:
Pre-recorded

Response shape

  • Top-level results is an array with one entry per prompt, in the same order as audio_to_llm_config.prompts.
  • Each entry includes success, optional error, timing fields, and nested results.prompt / results.response with the LLM output for that prompt.

Pricing

The input provided to the LLM is the full transcription. All prices are per 1M tokens and include platform fees.