Skip to main content

HUB_SPEECH

ProActionsHub-compatible speech generation step. Inherits behavior from OPENAI_SPEECH.

Documentation Inheritance

Documentation partly inherited from OPENAI_SPEECH.

At a glance

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

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
modelModel id to use for TTS (e.g. tts-1)NonefalsefalseNoneNone
voiceVoice id to use for synthesisNonefalsefalseNoneNone
response_formatResponse audio format (e.g. mp3, wav, pcm)NonefalsefalseNoneNone
speedPlayback speed multiplier (e.g. 1.0)NonefalsefalseNoneNone
mime_typeOptional MIME type for the produced blob (e.g. audio/mpeg)NonefalsefalseNoneNone
targetOverride the target used on service configuration level.NonefalsefalseNoneNone

Inputs

TypeDescriptionDefaultRequiredResolved
textText to synthesize. If omitted, the default text input is used.Nonefalsefalse

Outputs

TypeDescriptionOptional
blobGenerated audio blobfalse

Examples

Synthesize simple text to MP3

- step: HUB_SPEECH
model: "tts-1"
voice: "alloy"
response_format: "mp3"

See Also

General Resources: