Install Hermes
Choose the guide for your operating system.
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
source ~/.bashrciex (irm https://hermes-agent.nousresearch.com/install.ps1)Give your agent a metered OpenAI-compatible endpoint, a model name it already understands, and a monthly limit you can actually explain.
model:
provider: custom
base_url: https://api.jovethra.xyz/v1
api_key: ${OPENAI_API_KEY}
default: gpt-5.6-sol
# ~/.hermes/.env
OPENAI_API_KEY=your_jovethra_key
The first cohort is intentionally small while the service settles.
Hermes supports custom OpenAI-compatible endpoints. Keep the key in Hermes' environment file and the non-secret routing values in its YAML config.
Choose the guide for your operating system.
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
source ~/.bashrciex (irm https://hermes-agent.nousresearch.com/install.ps1)Linux/macOS/WSL2: ~/.hermes/config.yaml
Windows PowerShell: $HOME\.hermes\config.yaml
model:
provider: custom
base_url: https://api.jovethra.xyz/v1
api_key: ${OPENAI_API_KEY}
default: gpt-5.6-solSave the key in the environment file for your platform, then launch a chat.
~/.hermes/.env
OPENAI_API_KEY=your_jovethra_key
hermes$HOME\.hermes\.env
Open a new PowerShell window after saving the file.
hermesLinux/macOS/WSL2 use ~/.hermes/; Windows PowerShell uses $HOME\.hermes\. Never commit the key or place it in browser code. Read Hermes' custom endpoint guide
Hermes can read files, run terminal commands, call tools, and continue a session. Model the whole workflow instead of guessing from the visible answer.
Practical rule: estimate repeated context as input, the visible answer as output, and cached system/tool context as cache.
Change the shape of a typical Hermes task. The calculator shows the smallest Jovethra plan that contains the monthly estimate.
Estimates are directional. Actual usage depends on prompts, tool output, session history, model behavior, and cache hit rates. Jovethra enforces the published input, output, and cache limits separately and does not bill automatic overage.
Hermes remains the agent experience. Jovethra supplies the endpoint, the monthly boundary, and the usage view behind it.
Input, output, and cache are visible as distinct quotas instead of one opaque counter.
When a hard limit is reached, requests stop cleanly. A new paid period starts a new allowance.
Use the key issued to your Jovethra subscription and manage it from the customer portal.
10 accounts available while Jovethra validates the first Hermes workflows.