Tencent Cloud (TokenHub)
The Tencent Cloud provider gives access to Tencent Hy models via the TokenHub endpoint (tencent-tokenhub).
The provider uses an OpenAI-compatible API.
Quick start
Non-interactive example
Providers and endpoints
| Provider | Endpoint | Use case |
|---|---|---|
tencent-tokenhub | tokenhub.tencentmaas.com/v1 | Hy via Tencent TokenHub |
Available models
tencent-tokenhub
- hy3-preview — Hy3 preview (256K context, reasoning, default)
Notes
- TokenHub model refs use
tencent-tokenhub/<modelId>. - Override pricing and context metadata in
models.providersif needed.
Environment note
If the Gateway runs as a daemon (launchd/systemd), make sureTOKENHUB_API_KEY
is available to that process (for example, in ~/.openclaw/.env or via
env.shellEnv).