openclaw-tencent-provider
v2026.7.29-1
Published
OpenClaw Tencent Cloud provider plugin (TokenHub + Token Plan)
Readme
Tencent Cloud OpenClaw provider
Official OpenClaw provider plugin for Tencent Cloud. It registers the
tencent-tokenhub and tencent-tokenplan providers and their models
(e.g. tencent-tokenhub/hy3, tencent-tokenplan/hy3) through the public
OpenClaw plugin SDK, using plugin runtime id tencent.
Install
openclaw plugins install clawhub:openclaw-tencent-providerConfiguration
Set the Tencent API keys before use:
export TOKENHUB_API_KEY=<your-tokenhub-key>
export TOKENPLAN_API_KEY=<your-tokenplan-key>Or provide them during onboarding with --tokenhub-api-key <key> and
--tokenplan-api-key <key>.
Providers and models
- Provider id:
tencent-tokenhub- Base URL:
https://tokenhub.tencentmaas.com/v1 - API:
openai-completions - Models:
tencent-tokenhub/hy3(256K context window, reasoning enabled)tencent-tokenhub/hy3-preview(256K context window, reasoning enabled)
- Base URL:
- Provider id:
tencent-tokenplan- Base URL:
https://api.lkeap.cloud.tencent.com/plan/v3 - API:
openai-completions - Model:
tencent-tokenplan/hy3(256K context window, reasoning enabled)
- Base URL:
Release
Release settings live in .env; use .env.example for the expected variable
names. The release script is dry-run by default:
scripts/publish.sh --target clawhub
scripts/publish.sh --target clawhub --publish
scripts/publish.sh --target npm --publishRun dependency installation in Docker or CI before publishing. The script does
not run npm ci automatically because the build dependencies include OpenClaw.
Docs
See docs/providers/tencent.md in the OpenClaw repository, or the published docs
at https://docs.openclaw.ai/providers/tencent.
