GroqAI
AI API keyRun inference on Groq's hosted open models from any Windmill script, flow or app.
Set up in 3 steps
1
Get your credential
In the Groq console, open API Keys and create one. Copy it — it is shown only once.
2
Add the resource in Windmill
Open Resources, add a resource of type groqai, and fill it in.
3
Run your first script
Fork any script below and read before writing anything.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Translates audio into English.
Script groqai Verified
Transcribes audio into the input language.
Script groqai Verified
List models
Script groqai Verified
Get model
Script groqai Verified
Delete model
Script groqai Verified
Creates an embedding vector representing the input text.
Script groqai Verified
Creates a model response for the given chat conversation.
Script groqai Verified
Resource type
groqai — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| api_key | string | Yes | API key retrieved from the dashboard. |
Questions
Can it power Windmill AI?
Groq is a supported provider in Windmill's AI settings. This resource is for the scripts here.
Inference is billed per token
Every call draws on your Groq balance. Cap retries in a flow that loops.
Is my credential stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.