Welcome

Fast LLM inference, OpenAI-compatible. Simple to integrate, easy to scale. Start building in minutes.

curl -X POST https://api.groq.com/openai/v1/chat/completions \
-H "Authorization: Bearer $GROQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-oss-20b",
"messages": [{
    "role": "user",
    "content": "Explain the importance of fast language models"
}]
}'
GroqMoonshot AI
Groq Compound, Compound Mini, and Kimi K2 0905 now available
Compound systems include web search, code execution, and browser automation.
Kimi K2 0905 offers improved performance over the original Kimi K2 with 256K context.
Learn more

External API Compatibility

OpenAI base URL:
https://api.groq.com/openai/v1
Learn about OpenAI compatibility

Was this page helpful?