← All Models
Grok 4.2 Multi-Agent
xAI's multi-agent model. Designed for collaborative and parallel research workflows.
Web Search
X Search
Specifications
| Provider | xAI |
| Category | Text |
Pricing (Starter tier)
260.00 credits / 1M input tokens
780.00 credits / 1M output tokens
Higher tiers get volume discounts. See tiers
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-4.2-multi-agent",
"params": {
"prompt": "Research the current state of quantum computing and summarize key breakthroughs"
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "grok-4.2-multi-agent",
"params": {
"prompt": "Research the current state of quantum computing and summarize key breakthroughs"
}
}