Groq offers two compound AI systems that intelligently use external tools to provide more accurate, up-to-date, and capable responses than traditional LLMs alone. Both systems support web search and code execution, but differ in their approach to tool usage.
groq/compound
) - Full-featured system with up to 10 tool calls per requestgroq/compound-mini
) - Streamlined system with up to 1 tool call and average 3x lower latencyGroq's compound AI systems should not be used by customers for processing protected health information as it is not a HIPAA Covered Cloud Service under Groq's Business Associate Addendum at this time.
Both systems use the same API interface - simply change the model
parameter to groq/compound
or groq/compound-mini
to get started.
Feature | Compound | Compound Mini |
---|---|---|
Tool Calls per Request | Up to 10 | Up to 1 |
Average Latency | Standard | 3x Lower |
Token Speed | ~350 tps | ~350 tps |
Best For | Complex multi-step tasks | Quick single-step queries |
Both systems support the same set of tools:
For more information about tool capabilities, see the Built-in Tools page.