AURA AI Launch Monitor
Docs update
neutral Signal

Groq: Compound docs materially updated

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", }'

Groq / Groq changelog / Tier 2

Signal Analysis

Substantial source-specific change detected, but classification remains documentation-level.

Detected Evidence

Groq changelog Source Link ↗
Baseline Excerpt
System Baseline: No prior data detected.
Modified State
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", }'