Use the Hermes agentic framework with OpenDunes as the model backend.
Not yet available. Native Hermes Agent integration is tracked to be built — today, run your own agent loop against the chat completions API with the OpenAI SDK. The configuration details on this page reflect the planned setup.
Hermes is a lightweight, composable agent framework built around tool-calling and multi-step reasoning loops. Once the integration is live, pointing Hermes at OpenDunes will give you access to the full model catalog billed in Algerian Dinars.
Hermes respects standard OpenAI-compatible environment variables. The setup will follow the same pattern as other OpenAI-compatible agents:
From there, any Hermes agent configuration that references an OpenAI model will automatically route through OpenDunes.
Hermes agent definitions will reference models by their OpenDunes slug:
POST /v1/chat/completions.Watch the OpenDunes changelog for the Hermes integration announcement. In the meantime, you can use OpenDunes directly in your own agent loops via the OpenAI SDK.