Menu

Products Models Use Cases AI Agents API

Hermes Agent Quick Switch to Cloudwise MaaS

Install Hermes Agent and connect to 570+ AI models including Claude, GPT, Grok, DeepSeek, GLM, Kimi, and more

Hermes Agent is a powerful terminal-based AI coding assistant by Nous Research. Through Cloudwise MaaS, you can easily connect Hermes to 570+ AI models including Claude, GPT, Grok, DeepSeek, GLM, Kimi, Doubao, and more — using a simple interactive configuration.

Install Hermes

Visit hermes-agent.nousresearch.com or execute the following command:

# Make sure git is installed first # apt update && apt install git -y curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash

During installation, select the setup option:

# demo for install → (●) Quick setup — provider, model & messaging (recommended) (○) Custom endpoint (enter URL manually) # Other options can be skipped

After installation, run hermes in your terminal to verify it's installed correctly. You should see the Hermes Agent TUI interface.

Switch to Cloudwise MaaS: OpenAI-Compatible Models

Supported Models: GPT Series, Grok Series, DeepSeek, GLM, Kimi, Doubao, and more.

Test Key: ak_f58064831857443bbfc75b0b4fb9d9c3

For custom OpenAI-compatible endpoints, use hermes model command:

1
Run hermes model

Execute the model configuration command:

hermes model
2
Enter configuration details

Follow the prompts and enter the following information:

API base URL: https://api.cloudwise.ai/api/v1 API key: ak_************** Model name (e.g. gpt-4, llama-3-70b): gpt-5.4 # Other options: press Enter to use defaults
Hermes Agent configuration - Custom OpenAI-compatible endpoint
3
Verify connection

Launch Hermes and ask a question to verify the connection:

hermes

You should see the model name in the status bar (e.g., gpt-5.4 | 15.6K/128K), confirming Cloudwise MaaS is active.

Hermes Agent chat with gpt-5.4 via Cloudwise MaaS

Switch to Cloudwise MaaS: Claude Models

Supported Models: Full series of Claude models (Opus, Sonnet, Haiku).

Test Key: ak_f58064831857443bbfc75b0b4fb9d9c3

To switch to Claude models, use the hermes config set commands:

# Claude switching method: hermes config set model.base_url https://api.cloudwise.ai/api hermes config set model.default claude-opus-4-7 hermes config set model.provider anthropic hermes config set model.api_key ak_************** hermes config set ANTHROPIC_API_KEY ak_**************

Replace ak_************** with your actual Cloudwise API key. Note: Claude models use the /api endpoint (without /v1).

1
Verify Claude connection

Launch Hermes and ask a question. The status bar should show the Claude model (e.g., claude-opus-4-7 | 19.1K/128K).

hermes
Hermes Agent chat with claude-opus-4-7 via Cloudwise MaaS

Supported Models

Through Cloudwise MaaS, Hermes Agent can access the following models:

OpenAI-Compatible Models

ModelType
gpt-5.4GPT Latest
gpt-5.3-chatGPT Chat
gpt-5.3-codexGPT Code
gpt-5.2GPT
gpt-5.1GPT
gpt-5GPT
gpt-5-miniGPT Mini
gpt-4oGPT Vision
gpt-4.1GPT
grok-4Grok Latest
grok-4-0709Grok
grok-3Grok
grok-3-miniGrok Mini
deepseek-v3.2DeepSeek
glm-5GLM
glm-5.1GLM
kimi-2.6Kimi
doubao-seed-1-8-251228Doubao

Claude Models (Anthropic)

ModelThinking
claude-opus-4-7No
claude-opus-4-7-thinkingYes
claude-opus-4-6No
claude-opus-4-6-thinkingYes
claude-opus-4-5-20251101No
claude-opus-4-1-20250805No
claude-opus-4-1-20250805-thinkingYes
claude-opus-4-20250514No
claude-opus-4-20250514-thinkingYes
claude-sonnet-4-6No
claude-sonnet-4-6-thinkingYes
claude-sonnet-4-5-20250929No
claude-sonnet-4-20250514No
claude-haiku-4-5-20251001No

Summary

You have now configured Hermes Agent to work with the Cloudwise MaaS platform. Here's a recap:

ItemValue
OpenAI Endpointhttps://api.cloudwise.ai/api/v1
Claude Endpointhttps://api.cloudwise.ai/api
Config Commandhermes model (OpenAI) / hermes config set (Claude)
Launchhermes

If you encounter any issues, verify your API key and endpoint URL. You can edit the config directly at config.yaml. Visit maas.cloudwise.ai to manage your API keys and monitor usage.