Skip to main content

Grok

Use xAI’s Grok models.

Setup

  1. Get an API key at console.x.ai
  2. In Pawz → Settings → ProvidersAdd ProviderGrok
  3. Paste your API key

Configuration

SettingDefault
Base URLhttps://api.x.ai/v1
API keyRequired
Default model

Models

ModelContextBest for
grok-3131KComplex reasoning, analysis, coding
grok-3-mini131KFast, affordable general use

Prefix routing

Model names starting with grok* 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-mini as a worker_model — solid quality at lower cost for sub-agent tasks.
  • Grok uses an OpenAI-compatible API, so it works through the standard OpenAiProvider. :::