Downloads & Client Integration
Hermes Agent Integration

Download Neviri Provider

Official components, agent provider plugins, SDK configurations, and self-hosted bundles for the Neviri AI Router.

1-Line Automated Install

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).

Terminal Command
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 FileSizeSHA-256 ChecksumAction
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.

1

Extract Plugin

Place the unpacked neviri directory into your Hermes plugin path:

~/.hermes/plugins/model-providers/neviri/
2

Export API Key

Set your Neviri inference key in your environment or shell configuration:

export NEVIRI_API_KEY="nvai_..."
3

Launch Agent

Run Hermes with the --provider neviri flag or model alias:

hermes -m neviri:flagship

Supported Models & Aliases

The Neviri provider resolves short model aliases automatically.

Short AliasFull SlugUpstream ModelPrimary Use Case
neviri:flagshipneviri/flagship-chatClaude 3.5 SonnetFlagship coding and complex agentic workflows
neviri:reasoningneviri/reasoning-proo1-miniMathematical reasoning and deep chain-of-thought
neviri:fastneviri/fast-miniGPT-4o-miniFast auxiliary tasks, summarization, and low latency
neviri:openneviri/open-8bLlama 3.1 8B InstructSelf-hosted high-throughput open model
neviri:visionneviri/visionGPT-4o MultimodalMultimodal image and text reasoning
Cryptographic Integrity Verification

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:

Terminal
shasum -a 256 neviri-hermes-provider.tar.gz

Windows PowerShell Verification

Use Get-FileHash to verify the ZIP archive:

PowerShell
Get-FileHash .\neviri-hermes-provider.zip -Algorithm SHA256

Need an inference API key?

Create an nvai_ key in your Neviri AI dashboard.