← directory / providers / groq
Groq
cloud5
models served
GROQ_API_KEY
auth
api.groq.com/openai/v1
base url
LPU inference for open-weights models; OpenAI-compatible. docs →
01Request template
Every model below is invoked with this shape — swap in the provider model ID from the table.
curl https://api.groq.com/openai/v1/chat/completions \
-H "Authorization: Bearer $GROQ_API_KEY" \
-H "content-type: application/json" \
-d '{
"model": "{{MODEL_ID}}",
"messages": [{"role": "user", "content": "Hello, world"}]
}'02Models served · newest first
| Model | Provider model ID | In $/M | Out $/M | Context |
|---|---|---|---|---|
| Kimi K2 (0905)Moonshot AI | moonshotai/kimi-k2-instruct-0905 | 0.60 | 2.50 | 262K |
| gpt-oss-120bOpenAI | openai/gpt-oss-120b | — | — | 131K |
| Llama 4 MaverickMeta | meta-llama/llama-4-maverick-17b-128e-instruct | — | — | 1M |
| Llama 4 ScoutMeta | meta-llama/llama-4-scout-17b-16e-instruct | — | — | 10M |
| Llama 3.3 70BMeta | llama-3.3-70b-versatile | — | — | 131K |
Dimmed prices are canonical — this provider's own quote isn't captured yet.