Auriko connects to Hermes Agent as a provider plugin, giving you access to 120+ models through a single API key.Documentation Index
Fetch the complete documentation index at: https://docs.auriko.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Hermes Agent 0.13.0+
- An Auriko API key
Install the plugin
Run the install script:__init__.py and plugin.yaml) to ~/.hermes/plugins/model-providers/auriko/.
Copy files manually
Copy files manually
Download both files from the Auriko repo into the plugin directory:
Set your API key
~/.zshrc or ~/.bashrc to persist it.
Configure Hermes
Run the model wizard:Verify
Use different models
Pass any Auriko model ID:| Wrong (404) | Correct |
|---|---|
anthropic/claude-opus-4.6 | claude-opus-4-6 |
openai/gpt-4o | gpt-4o-2024-11-20 |
deepseek/deepseek-chat | deepseek-v3.2 |
/v1/models. You don’t need to maintain a static list.
Control routing
Configure routing in the Auriko dashboard. See routing options for details.Uninstall
Remove the plugin directory:hermes model to select a different provider.
Troubleshooting
| Symptom | Cause | Fix |
|---|---|---|
| 401 / Missing Authentication | AURIKO_API_KEY not set or wrong | Add export AURIKO_API_KEY="ak_live_..." to your shell profile, then source ~/.zshrc |
Auriko not in hermes model list | Plugin not installed or wrong path | Re-run the install script. Verify ~/.hermes/plugins/model-providers/auriko/__init__.py exists. |
| Model not found (404) | Wrong model ID format | Use bare Auriko IDs (claude-opus-4-6, not anthropic/claude-opus-4.6) |
No auxiliary LLM provider configured | Hermes auxiliary model not set | Safe to ignore |
| Timeout fetching models | API unreachable | Check your connection. Hermes falls back to a built-in model list. |