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
| Name | Description | Default | Required | Resolved | Constraints | Conditional Rules |
|---|---|---|---|---|---|---|
instruction | Optional prompt/instruction to bias transcription. | None | false | true | None | None |
language | Optional language code to hint at language for transcription. | None | false | false | None | None |
temperature | Optional temperature / randomness parameter for transcription model. | None | false | false | None | None |
model | Optional model override (e.g. 'whisper-1'). | None | false | false | None | None |
Inputs
| Type | Description | Default | Required | Resolved |
|---|---|---|---|---|
file | Audio file or Blob to transcribe | None | true | false |
Outputs
| Type | Description | Optional |
|---|---|---|
text | The full transcribed text | false |
list | Optional list of segment texts | true |
Examples
Transcribe an uploaded audio file
- step: HUB_TRANSCRIPTION
model: "whisper-1"
See Also
General Resources: