BIFROST
Dashboard
Available

xAI / Grok

Grok models via xAI. $25 free credit on signup.

Models

grok-3
grok-3-mini

Capabilities

TextVisionToolsStreaming

Setup

  1. Create an account at console.x.ai
  2. Receive $25 in free credits on signup
  3. 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!"}]
  }'
← Previous
AI21 Labs
Next →
Groq