Groq: Compound
Model Overview
| Property | Value |
|---|---|
| Model ID | groq/groq/compound |
| Name | Groq Compound |
| Provider | Groq |
Description
An AI system powered by openly available models that intelligently and selectively uses built-in tools to answer user queries, including web search and code execution. Compound represents Groq's approach to agentic AI.
Specifications
| Spec | Value |
|---|---|
| Context Window | 131,072 tokens |
| Max Completion | 8,192 tokens |
| Inference Speed | ~450 tokens/sec |
Pricing
| Type | Price |
|---|---|
| Input | $0.05 per 1M tokens |
| Output | $0.15 per 1M tokens |
Capabilities
- Web Search: Yes
- Code Execution: Yes
- Tool Use: Yes
- Agentic Behavior: Yes
Use Cases
Research tasks, complex queries requiring web access, code generation and execution, agentic workflows.
Integration with LangMart
Gateway Support: Type 2 (Cloud), Type 3 (Self-hosted)
API Usage:
curl -X POST https://api.langmart.ai/v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "groq/groq/compound",
"messages": [{"role": "user", "content": "Search and summarize latest news"}],
"max_tokens": 4096
}'
Related Models
- groq/groq/compound-mini - Lightweight version
- groq/llama-3.3-70b-versatile - Base model
Last Updated: December 28, 2025