Claude Code
Parel exposes an Anthropic-compatible bridge for Claude Code:
https://api.parel.cloud/anthropicThe recommended setup is the CLI. It writes an idempotent claude-parel launcher to your shell profile without changing your default claude command.
Quick setup
Section titled “Quick setup”macOS:
brew install parel-cloud/tap/parelparel claude-code initsource ~/.zshrcclaude-parelLinux:
curl -fsSL https://parel.cloud/install.sh | shparel claude-code initsource ~/.bashrcclaude-parelWindows PowerShell:
iwr -useb https://parel.cloud/install.ps1 | iexparel claude-code initclaude-parelWhat init does
Section titled “What init does”- Detects your OS and shell.
- Prompts for a Parel API key.
- Lists Claude Code-compatible Parel models.
- Writes a marked profile block that can be safely updated.
- Keeps the default
claudecommand routed to Anthropic.
claude-parelclaude-parel -m gpt-5.4claude-parel -m byom-DEPLOYMENT_IDInside Claude Code, you can switch to a Parel model directly:
/model qwen3-max/model deepseek-v3.2Manage the launcher
Section titled “Manage the launcher”parel claude-code statusparel claude-code uninstallparel claude-code initAPI routes
Section titled “API routes”| Route | Purpose |
|---|---|
POST /anthropic/v1/messages | Messages API-compatible chat |
POST /anthropic/v1/messages/count_tokens | Approximate input token counting |
The bridge uses the same billing, usage, model routing, and rate limits as /v1/chat/completions.