Groq provides high-speed inference for open-source models (Llama, Mixtral, and others) using their custom LPU hardware. Groq requires you to bring your own key—ngrok-managed keys are not available for Groq.Documentation Index
Fetch the complete documentation index at: https://ngrok.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Create an AI Gateway endpoint
If you don’t have one yet, follow the quickstart to create your AI Gateway endpoint.
Get a Groq API key
Sign up at console.groq.com and create an API key. Keys start with
gsk_.Available models
See the model catalog for the full list of supported models.Store key in the gateway
Instead of each client passing their own key, you can store it once in ngrok Secrets and have the gateway inject it automatically.Store your key in ngrok secrets
Next steps
- Protecting BYOK Endpoints: add authorization to your endpoint
- Managing Provider Keys: key rotation and multiple keys
- Multi-provider failover: failover patterns