OpenAI · Arazzo Workflow
OpenAI Transcribe then Summarize
Version 1.0.0
Transcribe an audio file, then summarize the transcript with a chat completion.
Provider
Workflows
transcribe-then-summarize
Transcribe audio and summarize the resulting transcript.
Sends an audio file to the transcription endpoint, then asks a chat model to summarize the returned transcript text.
1
transcribe
createTranscription
Transcribe the uploaded audio file into text.
2
summarize
createChatCompletion
Summarize the transcript text with a chat completion.