Skip to main content

Anthropic

Use Claude Opus 4, Claude Sonnet 4, and other Anthropic models.

Setup

  1. Get an API key at console.anthropic.com/settings/keys
  2. In Pawz → Settings → ProvidersAdd ProviderAnthropic
  3. Paste your API key

Configuration

Models

Prefix routing

Model names starting with claude* or anthropic* auto-route to Anthropic.

Notes

Anthropic uses a custom API format (not OpenAI-compatible). Pawz has a dedicated AnthropicProvider implementation that handles the differences automatically, including:
  • Message format conversion
  • Tool use format
  • Streaming delta handling
  • Extended thinking support