Imbutus

Hermes Agent

API: Anthropic API · OpenAI API

Open or create ~/.hermes/config.yaml and add Imbutus as a custom provider. Anthropic Messages API is recommended:

model:
  default: huihui-ai/Huihui-Qwen3.5-9B-Claude-4.6-Opus-abliterated
  provider: custom
  base_url: https://imbutus.com
  api_key: <your-api-key>
  api_mode: anthropic_messages

To switch model for a single session, use the --model flag:

hermes chat --model <model-id>

Available model IDs:

huihui-ai/Huihui-Qwen3.5-9B-Claude-4.6-Opus-abliterated
huihui-ai/Huihui-Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated
huihui-ai/Huihui-Qwen3-Coder-Next-abliterated

You can find your API key on the profile page.