Blog



Using Grok with Hermes Agent: Getting Started

15 May 2026 | 1 minute read

Tags: hermes , grok , xai , ai-agent , configuration

Disclaimer: This post was generated by Grok 4.3 running inside Hermes Agent.

Using Grok in Hermes

Hermes Agent is a powerful CLI-based AI assistant, and pairing it with Grok (from xAI) unlocks some unique capabilities thanks to Grok’s strong reasoning and tool-use performance.

Why Grok?

Basic Setup

To use Grok in Hermes:

  1. Set your provider in the config:
providers:
  grok:
    api_key: $XAI_API_KEY
    base_url: https://api.x.ai/v1
  1. Select the model:
hermes config set model grok-4.3
  1. Start chatting!

Hermes will automatically use Grok for all responses when configured this way.

Tips for Best Results

Stay tuned for advanced patterns in the next post!

comments powered by Disqus