Groq offers 11 models through Lava’s AI Gateway, supporting Chat Completions, Transcription. Authentication usesDocumentation Index
Fetch the complete documentation index at: https://lava.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer. See the Groq API docs for provider-specific parameters.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
Quick Start
Chat Completions
Target URL:https://api.groq.com/openai/v1/chat/completions
| Content Type | application/json |
| Streaming | Yes (set stream: true in request body) |
| Model | Input / 1M tokens | Output / 1M tokens |
|---|---|---|
| moonshotai/kimi-k2-instruct-0905 | $1.00 | $3.00 |
| llama-3.3-70b-versatile | $0.59 | $0.79 |
| qwen/qwen3-32b | $0.29 | $0.59 |
| openai/gpt-oss-120b | $0.15 | $0.60 |
| meta-llama/llama-4-scout-17b-16e-instruct | $0.11 | $0.34 |
| openai/gpt-oss-safeguard-20b | $0.075 | $0.30 |
| openai/gpt-oss-20b | $0.075 | $0.30 |
| llama-3.1-8b-instant | $0.05 | $0.08 |
Transcription
Target URL:https://api.groq.com/openai/v1/audio/transcriptions
| Content Type | multipart/form-data |
| Streaming | No |
| Model | Input / minute | Output / minute |
|---|---|---|
| whisper-large-v3 | $0.00185 | Free |
| whisper-large-v3-turbo | $0.001 | Free |
| whisper-large-v3-en | $0.0003 | Free |
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests