Grok
Use xAI’s Grok models.Setup
- Get an API key at console.x.ai
- In Pawz → Settings → Providers → Add Provider → Grok
- Paste your API key
Configuration
| Setting | Default |
|---|---|
| Base URL | https://api.x.ai/v1 |
| API key | Required |
| Default model | — |
Models
| Model | Context | Best for |
|---|---|---|
grok-3 | 131K | Complex reasoning, analysis, coding |
grok-3-mini | 131K | Fast, affordable general use |
Prefix routing
Model names starting withgrok* auto-route to the Grok provider.
Tips
:::tip- Real-time knowledge — Grok models have access to more recent training data. Useful for current events and trending topics.
- Use
grok-3-minias aworker_model— solid quality at lower cost for sub-agent tasks. - Grok uses an OpenAI-compatible API, so it works through the standard
OpenAiProvider. :::

