Available
xAI / Grok
Grok models via xAI. $25 free credit on signup.
Models
grok-3
grok-3-mini
Capabilities
✓ Text✓ Vision✓ Tools✓ Streaming
Setup
- Create an account at console.x.ai
- Receive $25 in free credits on signup
- Generate an API key from the dashboard
Configuration
Base URL: https://api.x.ai/v1 Environment variable: XAI_API_KEY=... Or configure via dashboard: Dashboard → Provider Keys → Add Key → xai
Example
curl https://your-bifrost-url/api/chat/completions \
-H "Authorization: Bearer $BIFROST_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-3",
"messages": [{"role": "user", "content": "Hello!"}]
}'