🚀
Hermes Agent
AI ToolHermes Agent is an autonomous AI agent platform by Nous Research. You can register Qubax as a provider in the Hermes config and then select any Qubax-hosted model for your agent sessions.
Official docsSet API key
Shell
hermes config set providers.qubax.api_key YOUR_API_KEYProvider config
YAML
# ~/.hermes/config.yaml
providers:
qubax:
api_base: "https://api.qubax.ai/v1"
api_key: "YOUR_API_KEY" # or use: hermes config set providers.qubax.api_key
models:
- gpt-5
- claude-opus-5
- glm-5.2Select a model
Shell
# Set the default model to a Qubax-hosted model
hermes config set model gpt-5
hermes config set provider qubax
# Start a session
hermes chatSetup steps
- 1
Install Hermes Agent
Install Hermes Agent following the docs at hermes-agent.nousresearch.com (pip install hermes-agent or the standalone installer).
- 2
Set the provider and API key
Run hermes config set providers.qubax.api_key YOUR_API_KEY to register Qubax as a provider with your key.
- 3
Set the model
Run hermes config set model gpt-5 (and hermes config set provider qubax) to point the agent at a Qubax-hosted model.
- 4
Run a session
Launch hermes chat (or your preferred command) and start working with the agent.
ℹ️
See the full provider and model list at hermes-agent.nousresearch.com/docs.
Test your connection
Paste your Qubax API key and send a live request to verify everything is wired up. Don't have a key yet?
Create one in the dashboard