Aurixel
模型/Groq/groq-compound
groq
Groq

Groq Compound

文本
上下文
131.1K
输入
$0.1
/M tokens
输出
$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.

快速开始

如何调用

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

→ OpenAI 兼容。加 "stream": true(配 "stream_options":{"include_usage":true})走流式。

鉴权 · 计费 · 流式 → 快速接入