Tencent Cloud TokenHub
Tencent Cloud ships as a bundled provider plugin in FluffBuzz. It gives access to Tencent Hy3 preview through the TokenHub endpoint (tencent-tokenhub).
The provider uses an OpenAI-compatible API.
| Property | Value |
|---|---|
| Provider | tencent-tokenhub |
| Default model | tencent-tokenhub/hy3-preview |
| Auth | TOKENHUB_API_KEY |
| API | OpenAI-compatible chat completions |
| Base URL | https://tokenhub.tencentmaas.com/v1 |
| Global URL | https://tokenhub-intl.tencentmaas.com/v1 |
Quick start
Create a TokenHub API key
Create an API key in Tencent Cloud TokenHub. If you choose a limited access scope for the key, include Hy3 preview in the allowed models.
Non-interactive setup
Built-in catalog
| Model ref | Name | Input | Context | Max output | Notes |
|---|---|---|---|---|---|
tencent-tokenhub/hy3-preview | Hy3 preview (TokenHub) | text | 256,000 | 64,000 | Default; reasoning-enabled |
hy3-preview as the model id and support standard chat-completions tool calling plus reasoning_effort.
Endpoint override
FluffBuzz defaults to Tencent Cloud’shttps://tokenhub.tencentmaas.com/v1 endpoint. Tencent also documents an international TokenHub endpoint:
Notes
- TokenHub model refs use
tencent-tokenhub/<modelId>. - The bundled catalog currently includes
hy3-preview. - The plugin marks Hy3 preview as reasoning-capable and streaming-usage capable.
- The plugin ships with tiered Hy3 pricing metadata, so cost estimates are populated without manual pricing overrides.
- Override pricing, context, or endpoint metadata in
models.providersonly when needed.
Environment note
If the Gateway runs as a daemon (launchd/systemd), make sureTOKENHUB_API_KEY
is available to that process (for example, in ~/.fluffbuzz/.env or via
env.shellEnv).