G

Groq: Compound Mini

Groq
Tools
131K
Context
$0.0500
Input /1M
$0.1500
Output /1M
8K
Max Output

Groq: Compound Mini

Model Overview

Property Value
Model ID groq/groq/compound-mini
Name Groq Compound Mini
Provider Groq

Description

A lightweight version of Groq Compound with built-in web search and code execution capabilities. Optimized for faster responses and cost efficiency while maintaining agentic capabilities.

Specifications

Spec Value
Context Window 131,072 tokens
Max Completion 8,192 tokens
Inference Speed Fast

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
  • Fast Inference: Yes

Use Cases

Quick research tasks, lightweight agentic workflows, cost-sensitive applications.

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-mini",
    "messages": [{"role": "user", "content": "Quick search"}],
    "max_tokens": 2048
  }'
  • groq/groq/compound - Full-featured version
  • groq/llama-3.1-8b-instant - Fast base model

Last Updated: December 28, 2025