SmewAI x Hermes quickstart
Use case
This page focuses on one thing: connecting SmewAI’s OpenAI-compatible GPT endpoint to Hermes and verifying a minimal working setup.1. Prerequisites
Before you begin, make sure:- you already created an API key in SmewAI Console
- you know the actual model name Hermes should call
- you can edit Hermes’
config.yaml - you are using the OpenAI-compatible endpoint
2. Supported models
This guide currently focuses on GPT model access. Common model names:| Model name |
|---|
gpt-5.5 |
gpt-5.4 |
3. Recommended approach: use Hermes custom_providers
Step 1: Define a custom provider
Step 2: Point the default model to that provider
Step 3: Disable Smart Model Routing
4. Minimal working config
5. Success checklist
base_urlishttps://smew.ai/v1api_modeisopenai_chat_completionsmodel.providerpoints to the provider name defined incustom_providerssmart_model_routing.enabledis disabled- Hermes can send a message and receive a valid model response
6. Common issues
Why do I get a 401?
Check:- whether the API key is valid
- whether
api_keyis set in all required places - whether Hermes is really loading the config file you edited
Why do I get a 404 or model not found error?
Check:- whether the base URL is exactly
https://smew.ai/v1 - whether the model name is actually available to your account
- whether the default model matches a GPT model Hermes supports