Compound Changelog

Track the latest updates, features, and changes to Groq's Compound systems.

2025-07-23


To use a specific version, pass the version in the Groq-Model-Version header:

bash
curl -X POST "https://api.groq.com/openai/v1/chat/completions" \
  -H "Authorization: Bearer $GROQ_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Groq-Model-Version: latest" \
  -d '{
    "model": "compound-beta",
    "messages": [{"role": "user", "content": "What is the weather today?"}]
  }'

Was this page helpful?