Track the latest updates, features, and changes to Groq's Compound systems.
compound-beta
and compound-beta-mini
systemsTo use a specific version, pass the version in the Groq-Model-Version
header:
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?"}]
}'