Tool Integration
Hermes Agent
Hermes uses Ling.AI as a provider through OpenAI-compatible environment variables; Hermes API server is the reverse direction.
Base
https://api.lingapi.ai/v1
Quick checklist
- Install Hermes Agent and confirm the version exposes OpenAI-compatible provider environment variables.
- Set OPENAI_BASE_URL to https://api.lingapi.ai/v1 and OPENAI_API_KEY to your Ling.AI key.
- Set the model id from /v1/models in the Hermes provider configuration.
- Avoid confusing provider mode with the Hermes API server mode, which exposes Hermes to other clients.
Direction matters
Hermes uses Ling.AI as a provider when it sends model requests to Ling.AI. Hermes API server is the reverse direction and does not configure Ling.AI as upstream capacity.
CC Switch
Hermes can also be configured from the Hermes tool page in CC Switch with base URL https://api.lingapi.ai/v1 and a model id from /v1/models. Restart Hermes after switching providers.
Validation
Run a short prompt with file writes disabled first, then confirm request logs and billing records in Ling.AI.
Example
Example
export OPENAI_BASE_URL="https://api.lingapi.ai/v1" export OPENAI_API_KEY="<YOUR_API_KEY>" export OPENAI_MODEL="<model id from /v1/models>" # Hermes uses Ling.AI as a provider; Hermes API server is the reverse direction.