Search the field guide ⌘K

Models, fallback, and cost control

Hermes Agent providers

Configure the first provider only after the install path works. Add fallback chains and local models after you can observe cost, latency, and task quality from real usage.

Agent Guide is an independent editorial resource. It is not affiliated with, endorsed by, or sponsored by Nous Research, Hermes Agent, or Hermes/Hermes brand owners. Product names and marks belong to their respective owners.

Setup order

  1. Install Hermes and verify the CLI first.
  2. Add one provider and run a non-sensitive test.
  3. Record expected model name, base URL, and cost boundary.
  4. Add fallback only after the primary provider path is observable.
  5. Move keys into the final deployment secret pattern after the environment is stable.

Provider decision table

Provider styleUse whenWatch for
Managed portalYou want the shortest path to a supported setup.Account limits and portal-specific availability.
OpenRouter or aggregatorYou need model choice and fallback options.Routing surprises, rate limits, and model naming.
OpenAI-compatible endpointYou operate vLLM, Ollama, or another server.Base URL, served model name, and networking from Docker.
Local modelYou need privacy or offline testing.Hardware limits and lower tool-use reliability.

Security note

Do not paste long-lived provider keys into screenshots, logs, analytics payloads, issue reports, or public page examples. Agent Guide examples should use placeholders only.

Provider setup guardrails

Failure modes and fixes

SymptomProbable causeFix
Provider auth failsWrong key source or missing env forwardingCheck config path and Docker/container env policy.
Model name rejectedProvider alias or served model name differsUse the exact provider model identifier from the provider docs.
Fallback behaves unexpectedlyFallback added before primary behavior was observableReturn to one provider and add fallback only after a baseline run.
Costs spikeBroad workflow, expensive model, or retry loopSet a manual stop rule and use cheaper/local routes for tests.

Official sources reviewed

Source Used for Last checked Confidence
Hermes Agent configuration guide Provider, model, backend, and environment configuration patterns. 2026-06-02 high
Hermes Agent Docker guide Docker run modes, mounted data directory, gateway operation, ports, and production cautions. 2026-06-02 high
Hermes Agent documentation Hermes Agent feature scope, documentation structure, and official source navigation. 2026-06-02 high

Known caveats: Hermes Agent is moving quickly. Treat commands and support status as current only as of the verification date, then check the official docs before changing production systems.

FAQ

Should I configure fallback providers on day one?

No. Configure one provider first, observe real behavior, then add fallback once you can distinguish model, provider, and workflow failures.

Operator checklist

Get the Agent Guide launch checklist

Receive the smoke-test order for install path, sandbox boundary, provider setup, source review, and production checks.