Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
GROQ_API_KEYYesGroq API key from the Groq console (starts with gsk_) Docs.

Setup

  1. Create a Groq account: Go to https://console.groq.com and sign up or sign in. The free tier works for testing without billing.
  2. Create an API key: Open https://console.groq.com/keys, click ‘Create API Key’, and give it a descriptive name (e.g. ‘Veryfront Integration’).
  3. Store the key: Copy the key immediately - it is only shown once. Add it to your .env file as GROQ_API_KEY=gsk_…
  4. Verify access: Run the List Models tool to confirm the key works. A 401 means the key is wrong or revoked.
  • The API is OpenAI-compatible - requests use the /openai/v1 path prefix
  • Free-tier keys are rate limited per model; upgrade to a paid tier for higher limits
  • Chat completions are billed per token on paid tiers
Provider API reference: https://console.groq.com/docs/api-reference

Tools

ToolAccessDescription
List ModelsReadList the models available on Groq
Get ModelReadGet details about a specific Groq model
Create Chat CompletionWriteGenerate a chat completion from a list of messages
List BatchesReadList the organization’s batch jobs

Example prompts

  • List the models available on Groq and note their context windows.
  • Use Groq to generate a response to a prompt I provide.