Extraction Evidence

Groq changelog block-210
Previous State
System Baseline: Null
Detected Delta
curl "https://api.groq.com/openai/v1/chat/completions" \ -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer ${GROQ_API_KEY} " \ -d '{ "messages": [ { "role": "user", "content": "what happened in ai this week?" } ], "model": "compound-beta", }'