Short answer: You can groq transcribe audio (whisper) in Groq by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Groq Groq Transcribe Audio (Whisper) action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.