Documentation Index
Fetch the complete documentation index at: https://apidoc.deerapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Use this guide to connect Hermes Agent to DeerAPI with an OpenAI-compatible base URL and a DeerAPI API Key. After configuration, Hermes Agent can call any model that is available on the live DeerAPI pricing page.Prerequisites
- A DeerAPI account.
- A DeerAPI API Key.
- The Hermes Agent application installed or accessible in your workspace.
- A current model ID from the live pricing page.
Configure Hermes Agent
Open the provider settings
In Hermes Agent, open the settings area for custom OpenAI-compatible providers.
Set the base URL
Enter
https://api.deerapi.com/v1 as the base URL. If the tool asks for a host without the version suffix, use https://api.deerapi.com.Choose a model
Add or select a model ID from the live pricing page, then save the provider configuration.
Troubleshooting
- If the tool returns
401, create a new API Key and update the saved provider configuration. - If the tool returns
404, check whether the base URL expects/v1. - If the tool cannot find the model, verify the model ID on the live pricing page.
- If requests fail intermittently, enable retries in the client or reduce parallel requests.