BifrostAPI
Models/Groq/groq-compound
groq
Groq

Groq Compound

Text
Context
131.1K
Input
$0.1
/M tokens
Output
$0.32
/M tokens

Groq Compound is Groq's agentic system that pairs a fast open model with built-in server-side tools (web search and code execution) to answer questions that need live data or computation.

Quick start

How to call

POST /v1/chat/completions
bash
curl https://conduit-api.bifrostapi.net/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"groq-compound","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI-compatible. Add "stream": true (+ "stream_options":{"include_usage":true}) for SSE.

Auth, billing & streaming → Quickstart