Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • Run Hermes Agent with a Local LLM

    30 MIN

    Chat from the terminal against local vLLM with the self-improving Nous Research agent (Telegram optional)

    • Agentic Workflow
    • DGX Spark
    • Docker
    • Hermes Agent
    • vLLM
    View on GitHub
    OverviewOverviewInstructionsInstructionsAgent-ready ModelsAgent-ready ModelsTroubleshootingTroubleshooting

    Agent-ready models for Hermes

    Hermes expects an OpenAI-compatible local endpoint. This playbook uses vLLM and the agent-ready model recipe validated for the supported hardware platform below.

    Serve the model with the Serve LLMs with vLLM playbook (Agent-ready Models tab), then return here to install and configure Hermes.

    Recommended models by hardware platform

    Hardware platformRecommended agent-ready modelServe with
    DGX SparkAgent-ready Qwen3.6-35B-A3B (NVFP4) — nvidia/Qwen3.6-35B-A3B-NVFP4vLLM playbook — Agent-ready Models

    Only platforms listed in the Supported hardware platforms table (Overview) are listed above.

    After the model is serving

    1. Confirm the OpenAI-compatible API on port 8000:
    curl -sS http://localhost:8000/v1/models
    

    You should see a JSON "data" array that includes your served model handle.

    1. Continue with the Instructions tab to install Hermes and point it at http://localhost:8000/v1.

    Resources

    • Hermes Agent Documentation
    • Hermes Agent — Security
    • Hermes Agent GitHub Repository
    • Nous Research
    • Serve LLMs with vLLM (playbook)
    • DGX Spark Documentation
    • DGX Spark Forum
    • NVIDIA Developer Forums
    Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright © 2026 NVIDIA Corporation