tencent cloud

Lighthouse OpenClaw

Download
フォーカスモード
フォントサイズ
最終更新日: 2026-07-14 16:02:06
The official one-click deployment image for OpenClaw (Clawdbot) deployed on Tencent Cloud Lighthouse. This article describes how to configure and use the Tencent Cloud large language model Token Plan in Lighthouse OpenClaw.

Prerequisites

Before starting the configuration, make sure you have completed the following preparatory work:

Operation Steps

Refer to the Tencent Cloud Lighthouse OpenClaw Deployment guide to complete server purchase, channel configuration, and skill setup. For model configuration, you can refer to the instructions below and select the model service from Tencent Cloud Token Plan:

Step 1: Go to Application Management

Log in to Tencent Cloud Lighthouse console, find the instance with OpenClaw deployed, click the instance name to go to the instance details page, and then select the Application Management tab.

Step 2: Configure the model

On the Application Management page, locate the Models configuration area:
Select Custom Model from the model vendor list.
JSON Input section, fill in the configurations for different models. For details of the JSON configuration information, see Each Model JSON Configuration Information.
Note:
Replace the $your_api_key field with the exclusive API Key you obtained after purchasing the Token Plan. Each model must be added individually.

Each Model JSON Configuration Information

Configure Auto

{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "$your_api_key",
"model": {
"id": "auto",
"name": "Auto"
}
}

Configure GLM-5.2

{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "$your_api_key",
"model": {
"id": "glm-5.2",
"name": "GLM-5.2"
}
}

Configure Kimi-K2.6

{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "$your_api_key",
"model": {
"id": "kimi-k2.6",
"name": "Kimi-K2.6"
}
}

Configure MiniMax-M3

{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "$your_api_key",
"model": {
"id": "minimax-m3",
"name": "MiniMax-M3"
}
}

Configure DeepSeek-V4-Flash

{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "$your_api_key",
"model": {
"id": "deepseek-v4-flash-202605",
"name": "DeepSeek-V4-Flash Direct from Manufacturer"
}
}

Configure DeepSeek-V4-Pro

{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "$your_api_key",
"model": {
"id": "deepseek-v4-pro-202606",
"name": "DeepSeek-V4-Pro Direct from Manufacturer"
}
}


ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック