Skip to main content

Integrating Pioneer with Opus 4.8

Point your agent at Pioneer’s inference endpoint and switch between models using each agent’s native /model command.
  1. Download and set up Claude Code.
  2. Open ~/.zshrc and add these two lines at the bottom to point Claude Code to Pioneer:
    export ANTHROPIC_AUTH_TOKEN="<Your Pioneer API key>"
    export ANTHROPIC_BASE_URL="https://api.pioneer.ai/"
    
  3. Then either open a new terminal or run source ~/.zshrc in existing ones.
  4. Start Claude Code
    claude
    
  5. Switch between Pioneer models with /model command.