stt_prompt and keyterms_prompt steer the ASR model while it writes the transcript down — the first describes the situation, the second lists the exact terms to expect. llm_instruction tells the LLM what to do with that transcript after it is written.
Clinical dictation
A doctor dictating a visit note.stt_prompt tells the model what kind of audio this is, keyterms_prompt pins the exact drug names, and llm_instruction turns the spoken rambling into a chart-ready note.
- Python SDK
- Python
- JavaScript
- cURL
Travel booking summary
A travel agent dictating a client booking summary.keyterms_prompt pins the specific destination and airline names, and llm_instruction reshapes the transcript into a confirmation the client can read.
- Python SDK
- Python
- JavaScript
- cURL
Related pages
- Prompting and keyterms — what
stt_promptandkeyterms_prompteach steer - Transcript rewriting — writing a good
llm_instruction - Quickstart — the config reference these examples draw on