← All models
xai/grok-4
Grok 4
RoutableGuaranteed 30%+ savingsxAI
Grok 4 is xAI's frontier model with multimodal input, long context, and strong general reasoning served through Azure AI Foundry.
chatvisionreasoningazure-foundry
Context
256,000
Input / 1M
$3
Output / 1M
$15
Providers
| Provider | Input / 1M | Output / 1M | Context | Max output | RPM | TPM | TPD | Status |
|---|---|---|---|---|---|---|---|---|
| Azure AI Foundry (seldon-mvp-resource) | $3 | $15 | 256,000 | 16,384 | 3,500 | 3,500,000 | — | Routable |
Quickstart
curl http://api.seldon-ai.com/v1/chat/completions \
-H 'Authorization: Bearer $SELDON_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "xai/grok-4",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 256
}'