Skip to main content
Steps to integrate Hermes with Pioneer:
  1. Download and set up Hermes Agent.
  2. Set your Pioneer API key as an environment variable
export PIONEER_API_KEY="<Your Pioneer API key>"
  1. In the terminal point Hermes to Pioneer by pasting the following:
hermes config set model.provider custom
hermes config set model.default  claude-opus-4-8
hermes config set model.base_url https://api.pioneer.ai/v1
hermes config set model.key_env  PIONEER_API_KEY
  1. Start Hermes
hermes
  1. Switch between Pioneer models with /model command.