OpenAiTranscribeAudio 2025.3.28.13-SNAPSHOT¶

BUNDLE¶

com.snowflake.openflow.runtime | runtime-openai-nar

DESCRIPTION¶

Transcribes audio into English text. The audio data must be in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, webm

TAGS¶

audio, flac, m4a, mp3, mp4, mpeg, mpga, ogg, openai, openflow, speech-to-text, text, transcribe, translate, wav, webm

INPUT REQUIREMENT¶

REQUIRED

Supports Sensitive Dynamic Properties¶

false

PROPERTIES¶

Property

Description

Model Name

The name of the OpenAI Model to use

OpenAI API Key

The API Key for interacting with OpenAI

Prompt

Text that can be used to guide the model’s style or continue a previous audio segment. The text must be in English.

Response Format

Specifies which format is desired for the output

Temperature

The sampling temperature to use. The value must be a floating-point number between 0.0 and 1.0. A higher value, such as 0.8 will result in more of an interpreted translation, whereas a value of 0.0 will result in a more literal translation.

RELATIONSHIPS¶

NAME

DESCRIPTION

failure

FlowFiles that could not be transcribed are routed to this relationship.

success

FlowFiles that have been successfully transcribed will be transferred to this relationship.

Use Cases Involving Other Components¶

Create embeddings for audio data and insert them into Pinecone so that the audio can be made available to a large language model (LLM) such as OpenAI’s GPT models.