Sign up for a Groq Account
Create a free Groq account to access the LPU inference API. No credit card is required for the free tier.
Navigate to the Groq Console
1. Open https://console.groq.com in your browser.
2. Click “Sign in” or “Sign up”.
3. Authenticate with email + password OR Google OAuth (no card prompt).
4. Accept the Services Agreement on first sign-in.
Generate an API Key
Generate a new API key from the console. Each key starts with the gsk_ prefix.
Open the API Keys Page
1. Navigate to https://console.groq.com/keys.
2. Click “Create API Key”.
API Key Best Practices
Follow these security practices to protect your Groq API key.
Security Recommendations
Implement these measures to protect your API key.
- Never expose the key in client-side code or public repositories.
- Use environment variables in deployment (e.g.
GROQ_API_KEY). - Create separate keys for separate environments (dev, staging, prod).
- Rotate keys regularly and revoke compromised keys immediately.
Rate Limits and Usage
Be aware of Groq’s per-organization rate limits and monitor your usage.
- Free tier limits live at https://console.groq.com/docs/rate-limits.
- Rate limits are enforced at the organization level — all keys under one org share the same budget.
- Both Requests Per Minute (RPM) and Tokens Per Minute (TPM) ceilings trigger 429.
- Respect the
retry-afterheader on 429 responses. - Upgrade to the Developer tier (card required, no minimum spend) for ~10x higher limits.
Linking the Account from the Hub
Navigate to the Hub