Hermes Agent Docs
Full documentation, provider setup, and configuration options on the official Hermes Agent docs.
Why Venice + Hermes Agent?
The Venice API gives your Hermes Agent access to the full Venice platform through a single OpenAI-compatible endpoint.| Capability | What you get |
|---|---|
| Text and chat | Private and anonymized models (GLM, Qwen, Claude, GPT, and more) |
| Image | Generation, editing, upscaling, and background removal |
| Video | Generation and transcription |
| Audio | Speech synthesis (TTS), music generation, and speech-to-text |
| Embeddings | Vector embeddings for RAG and semantic search |
| Tools | Web scraping, web search, text parsing, and crypto RPC |
Private Inference
Zero data retention. Prompts are never stored or logged
Persistent Memory
Hermes remembers context across sessions and restarts
15+ Platforms
Reach your agent on Telegram, Discord, Slack, WhatsApp, and more
Setup
1. Install Hermes Agent
- macOS / Linux
- WSL2 (Windows)
2. Configure Venice as your provider
Run the model setup wizard:| Field | Value |
|---|---|
| API base URL | https://api.venice.ai/api/v1 |
| API key | Your Venice API key |
| Model name | A Venice model ID (see below) |
3. Pick a model
When the wizard asks for a model, choose one based on your use case:| Use case | Model | Privacy |
|---|---|---|
| General | zai-org-glm-5 | Private |
| Reasoning | kimi-k2-6 | Private |
| Coding | claude-opus-4-7 | Anonymized |
| Vision | z-ai-glm-5v-turbo | Anonymized |
| Uncensored | venice-uncensored-1-2 | Private |
4. Start chatting
Open the classic CLI or the modern TUI:Connect messaging platforms
Once the CLI works, connect your messaging apps through the gateway:Privacy modes
Venice models in Hermes Agent follow the same privacy tiers as the Venice API:- Private models (GLM, Qwen, DeepSeek, Llama, Venice Uncensored) run on Venice’s GPU fleet. Prompts are never stored or logged.
- Anonymized models (Claude, GPT, Gemini, Grok) are proxied through Venice with all identifying information stripped. The third-party provider sees Venice as the customer, not you.
Venice API skills
Hermes Agent has a built-in skills system compatible with the Agent Skills format. Venice publishes official skills that teach your agent how to use every Venice endpoint (chat, image generation, video, audio, embeddings, augment tools, and more). Install Venice skills directly from GitHub:SKILL.md frontmatter and load it on demand.
Key commands
| Command | Description |
|---|---|
hermes | Start chatting |
hermes model | Change provider or model |
hermes tools | Configure which tools are enabled |
hermes gateway | Start the messaging gateway |
hermes --continue | Resume your last session |
hermes doctor | Diagnose issues |
hermes update | Update to the latest version |
Resources
Hermes Agent Docs
Official documentation
GitHub
Source code and releases
Venice Model Catalog
Browse available models
Venice Privacy
How Venice protects your data