Install Directly into Hermes Plugins
Downloads and extracts the neviri provider into ~/.hermes/plugins/model-providers/. Works cross-platform on macOS, Linux, and Windows (WSL).
mkdir -p ~/.hermes/plugins/model-providers && curl -fsSL http://localhost:3006/downloads/neviri-hermes-provider.tar.gz | tar -xz -C ~/.hermes/plugins/model-providers/Official Packages & SHA-256 Checksums
Pre-packaged release archives ready for manual extraction or automated pipelines.
| Archive File | Size | SHA-256 Checksum | Action |
|---|---|---|---|
neviri-hermes-provider.tar.gzRecommended Universal (macOS, Linux, WSL2) | 11.0 KB | 1b2e617dbed1cb099fdb7fc10e79aa8c21601c3972bf99cc3b52842b60f55fbf | Download |
neviri-hermes-provider.zip Universal (Windows, macOS, Linux) | 13.9 KB | c74a1641676e4902e77871a3dcbd786177607d55aefe5c6858dc82add48d7ef2 | Download |
Setup & Configuration
Configure your Hermes Agent to use Neviri AI in three simple steps.
Extract Plugin
Place the unpacked neviri directory into your Hermes plugin path:
Export API Key
Set your Neviri inference key in your environment or shell configuration:
Launch Agent
Run Hermes with the --provider neviri flag or model alias:
Supported Models & Aliases
The Neviri provider resolves short model aliases automatically.
| Short Alias | Full Slug | Upstream Model | Primary Use Case |
|---|---|---|---|
| neviri:flagship | neviri/flagship-chat | Claude 3.5 Sonnet | Flagship coding and complex agentic workflows |
| neviri:reasoning | neviri/reasoning-pro | o1-mini | Mathematical reasoning and deep chain-of-thought |
| neviri:fast | neviri/fast-mini | GPT-4o-mini | Fast auxiliary tasks, summarization, and low latency |
| neviri:open | neviri/open-8b | Llama 3.1 8B Instruct | Self-hosted high-throughput open model |
| neviri:vision | neviri/vision | GPT-4o Multimodal | Multimodal image and text reasoning |
Verify Download Checksum
Compare the computed SHA-256 hash against the published checksums above to ensure the archive has not been tampered with.
macOS & Linux Verification
Run shasum on the downloaded archive:
shasum -a 256 neviri-hermes-provider.tar.gzWindows PowerShell Verification
Use Get-FileHash to verify the ZIP archive:
Get-FileHash .\neviri-hermes-provider.zip -Algorithm SHA256Need an inference API key?
Create an nvai_ key in your Neviri AI dashboard.