OpenClaw
Choose an OpenAI-compatible provider, then replace the base URL with llmhub.ch.
- Base URL
- https://llmhub.ch
- API key
- aph_live_...
- Recommended model
- gpt-5.6-terra
- Recommended route
- /v1/responses
Beginner guide
You do not need to understand the full API to get started. Create an account, top up your balance, generate an API key, then copy three values into your tool.
The path
The dashboard opens before you pay, so you can explore it before topping up.
The minimum is USD 10. The calculator shows credits and bonuses before you pay.
Your full key is shown once. Store it in your password manager or secret manager.
OpenClaw and Hermex use the same API key and base URL. Start with Terra, then choose an OpenAI or Anthropic model when needed.
OpenClaw / Hermex
Field names can vary by interface, but the setup is the same: base URL, API key, model, and route.
Choose an OpenAI-compatible provider, then replace the base URL with llmhub.ch.
Use the custom API profile and enter the Responses route if the tool offers it.
First test
Start with a short prompt. The dashboard will then show the call cost and your remaining balance.
Minimal example
curl https://llmhub.ch/v1/responses \
-H "Authorization: Bearer aph_live_..." \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "gpt-5.6-terra",
"input": "Say hello in English."
}
JSONCreate an account, top up at least USD 10, then create your first API key in the dashboard.