Extraction Evidence
Groq changelog
block-197
Previous State
System Baseline: Null
Detected Delta
curl 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 why fast inference is critical for reasoning models" } ] }'