Venice AI model provider plugin for Hermes Agent
Project description
hermes-provider-venice
Venice AI model provider plugin for Hermes Agent.
Venice has a privacy-first OpenAI-compatible inference API. This package
registers a venice provider so Hermes can route chat through
https://api.venice.ai/api/v1.
Install
# From PyPI:
pip install hermes-provider-venice
# From the latest GitHub main branch:
pip install "git+https://github.com/joshua-mo/hermes-provider-venice.git@main"
# Or from this checkout:
pip install .
For a reproducible GitHub installation, replace main with a release tag.
For Hermes releases without native packaged-provider discovery, or when the package is installed outside Hermes's environment, run the compatibility installer:
hermes-provider-venice install
The package exposes both the current hermes_agent.plugins entry point and the
dedicated hermes_agent.model_providers entry point. Hermes releases with
native packaged-provider discovery load it automatically when it is installed
in the same Python environment as Hermes. The compatibility command copies the
same profile to $HERMES_HOME/plugins/model-providers/venice.
Add your API key (create one at https://venice.ai/settings/api):
# ~/.hermes/.env
VENICE_API_KEY=your-key-here
Use
hermes -z "hello" --provider venice -m zai-org-glm-5-2
Or in ~/.hermes/config.yaml:
model:
provider: venice
default: zai-org-glm-5-2
The live picker fetches GET /models?type=text and filters out offline,
non-text, and non-tool-capable models. If that fails, these curated fallbacks
are used (refreshed 2026-07-16 from the Venice catalog):
| Role | Model ID |
|---|---|
| Recommended default | zai-org-glm-5-2 |
| GLM 5 | zai-org-glm-5 |
| Grok | grok-4-5 |
| Qwen 3.7 | qwen-3-7-max, qwen-3-7-plus |
| DeepSeek V4 | deepseek-v4-pro, deepseek-v4-flash |
| GPT-5.6 (anonymized) | openai-gpt-56-luna, openai-gpt-56-terra |
| Claude (anonymized) | claude-opus-4-8, claude-sonnet-5 |
| Gemini | gemini-3-5-flash |
| Uncensored | venice-uncensored-1-2 |
| Code | qwen3-coder-480b-a35b-instruct-turbo, kimi-k2-7-code |
| Vision | qwen3-vl-235b-a22b |
| Fast / aux | deepseek-v4-flash |
Full catalog: https://api.venice.ai/api/v1/models?type=text or
https://docs.venice.ai
What the profile does
auth_type: api_keyviaVENICE_API_KEY- Optional
VENICE_BASE_URLoverride - Sets
venice_parameters.include_venice_system_prompt: falseso Hermes's system prompt is not appended to Venice's defaults - Passes
prompt_cache_keyfrom the Hermes session id for better cache locality - Filters the live catalog to online, text, tool-capable models
- Resolves each model's context window from Venice's live catalog
- Maps Hermes reasoning controls to Venice's recommended disable and model-supported effort parameters, clamping unsupported effort levels
Develop
See DEVELOPMENT.md for setup, checks, local Hermes
integration, and live API testing.
Contributions are described in CONTRIBUTING.md.
Uninstall
rm -rf ~/.hermes/plugins/model-providers/venice
# optionally: uv tool uninstall hermes-provider-venice
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hermes_provider_venice-0.1.0.tar.gz.
File metadata
- Download URL: hermes_provider_venice-0.1.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad3b2b54966a4e74bb72de086df7b6906d0f3cae3f7ed7d186d93883f29b8c3f
|
|
| MD5 |
75f4c587b30559d411fb9a6e688b89f9
|
|
| BLAKE2b-256 |
7d467519b8267fba853651f48479fe2a411a70c22ad36c43ba6e493c39b844a2
|
File details
Details for the file hermes_provider_venice-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hermes_provider_venice-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aae9e70e285b597044ae0d23699bf6558dcf2ed2c9420e777d7bd98278eb6dff
|
|
| MD5 |
5742d2d11038f3deb00c4beb42ad9d90
|
|
| BLAKE2b-256 |
618d43a7bc7451bbe99c83e4b8af65ad93989ddf2b60d611c2ead4515fe37d4a
|