Hermes Agent
Use Cortecs models with Hermes Agent
Last updated
Use Cortecs models with Hermes Agent
Hermes Agent is an autonomous agent from Nous Research with persistent memory, tools, and messaging integrations. It supports custom OpenAI-compatible endpoints.
Before you begin, create a Cortecs API key by following the Quickstart and choose a tool-calling model from the model catalog.
On macOS, Linux, or WSL:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bashSee the Hermes Agent documentation for other platforms.
Run:
hermes modelSelect Custom endpoint, then enter:
API base URL: https://api.cortecs.ai/v1
API key: Your Cortecs API key
Model name: The exact Cortecs model ID
Context length (if prompted): The catalog value; Hermes requires at least 64,000 tokens
Start the agent with:
hermes chatFor more configuration options, see the Hermes Agent provider documentation.
Last updated