Skip to main content

HUB_TRANSCRIPTION

Hub-compatible transcription step (delegates to hub service). Writes transcription text and optional segments list.

Documentation Inheritance

Documentation partly inherited from OPENAI_TRANSCRIPTION.

At a glance

  • Category LLM
  • Aliases SERVICE_OPENAI_TRANSCRIPTION
  • Version: 1.0.0
  • Applications: all
  • Scope: all
  • Default Service: HUB

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
instructionOptional prompt/instruction to bias transcription.NonefalsetrueNoneNone
languageOptional language code to hint at language for transcription.NonefalsefalseNoneNone
temperatureOptional temperature / randomness parameter for transcription model.NonefalsefalseNoneNone
modelOptional model override (e.g. 'whisper-1').NonefalsefalseNoneNone

Inputs

TypeDescriptionDefaultRequiredResolved
fileAudio file or Blob to transcribeNonetruefalse

Outputs

TypeDescriptionOptional
textThe full transcribed textfalse
listOptional list of segment textstrue

Examples

Transcribe an uploaded audio file

- step: HUB_TRANSCRIPTION
model: "whisper-1"

See Also

General Resources: