Short answer: Drop the "Groq → Groq Transcribe Audio (Whisper)" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Audio URL audio_url | string | Required | URL to audio file (mp3/wav/m4a/flac) |
Model model | options | Optional | Model. Options: Whisper Large V3 Turbo (fastest), Whisper Large V3, Distil Whisper Large V3 EN |
Language language | string | Optional | en, es, fr, hi, ... |
Response Format response_format | options | Optional | Response Format. Options: JSON, Verbose JSON, Text … |
{"audio_url": "e.g. https://example.com/path","model": "{{trigger.model}}","language": "en, es, fr, hi, ...","response_format": "{{trigger.response_format}}"}
{"text": "Hello world","x_groq": {"id": "req_abc"},"duration": 3.2,"language": "en"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.