What you need
One key covers both services.
Getting your API key
- Sign in at console.groq.com/keys.
- Create a new key and give it a name.
- Copy the key and store it somewhere safe before leaving the page.
Adding the connection
- Go to Connections and choose Groq.
- Paste the API key.
- Choose which services this connection drives — language model, transcription, or both — and save.
What you can select afterwards
Choose your models on Model Configurations. Language model — short identifiers, no vendor prefix. Browse them on Groq’s models page, which also marks production versus preview. Keep production agents on a production model — preview ones can be withdrawn at short notice. Transcription — set the language to match your callers rather than leaving Whisper to guess. The models page lists the current speech models.Using Groq for only one service
The connection does not have to drive both roles. Turn off the one you do not want, and SentiVue Talk uses your other connections for it — Groq for transcription with the language model on OpenAI, or Groq for the language model with transcription on Deepgram. Change this at any time on the connection.Completing the pipeline
Groq has no voice. You also need a voice provider to speak the agent’s replies, as a separate connection.Troubleshooting
The key is rejected when I save
The key is rejected when I save
Confirm you copied the whole key, with no trailing space, and that it has not been deleted or rotated in the Groq console. If you are unsure which value is current, create a new key.
The agent goes silent partway through a call
The agent goes silent partway through a call
This is the usual sign of a rate limit. Groq returns
429 Too Many Requests once you cross a limit, and mid-call there is nothing to fall back on, so the agent simply stops responding until the window resets. Limits are per model, so a busy language model can throttle while transcription is fine, or the reverse. Concurrent calls share the same organization limits — several calls at once will hit them far sooner than testing alone suggests. Raise your plan’s limits, or move one of the two roles to another provider.A model I entered is not found
A model I entered is not found
Check the identifier against Groq’s models page. Groq retires models on a fast cycle, and preview models in particular are removed with little notice — a model name that worked last month may no longer exist. Deprecated entries are listed on the same page.
Transcripts are poor or empty
Transcripts are poor or empty
Check the language setting first — a mismatch between the configured language and what the caller speaks is the usual cause. If the audio is noisy or heavily accented, move from the turbo model to full Whisper large-v3, which is more accurate at the cost of some speed.