tencent cloud

Lighthouse OpenClaw

Download
Modo Foco
Tamanho da Fonte
Última atualização: 2026-07-23 15:08:39
The official one-click deployment image for OpenClaw deployed on Tencent Cloud Lighthouse. This document describes how to configure and use the Tencent Cloud Large Language Model Token Plan Enterprise Edition in Lighthouse OpenClaw.

Prerequisites

Before you start the configuration, ensure that you have completed the following preparations:

Steps

Refer to the Tencent Cloud Lighthouse OpenClaw Deployment guide to complete the purchase of the server and the configuration of channels and skills. For model configuration, you can refer to the guidance below and select the model service from the Tencent Cloud Token Plan:

Step 1: Go to Application Management

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

Step 2: Configure the Model

You can configure Token Plan models through custom model configurations. On the Application Management page, locate the Models configuration area:
In the model vendor list, select Custom Model.
JSON Input section, fill in the configurations for different models. For details of the JSON configuration information, see Each Model JSON Configuration Information.

JSON Configuration Information for Each Model

Based on your purchased plan type and region, copy and paste the following JSON configuration into the JSON Input section to add the model:
Attention:
Replace the your-token-plan-api-key field with the dedicated API Key you obtained after purchasing the Token Plan. You need to add each model separately.
Pro Plan (Guangzhou)
Pro Plan (Singapore)
Lite Plan (Guangzhou)
Lite Plan (Singapore)
Configure Auto
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "auto",
"name": "Auto"
}
}
Configure GLM-5.2
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "glm-5.2",
"name": "GLM-5.2"
}
}
Configure MiniMax-M3
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "minimax-m3",
"name": "MiniMax-M3"
}
}
Configure Kimi K2.7 Code
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "kimi-k2.7-code",
"name": "Kimi K2.7 Code"
}
}
Configure Kimi K2.7 Code HighSpeed
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "kimi-k2.7-code-highspeed",
"name": "Kimi K2.7 Code HighSpeed"
}
}
Configure DeepSeek-V4-Flash
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "deepseek-v4-flash",
"name": "DeepSeek-V4-Flash"
}
}
Configure DeepSeek-V4-Pro.
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "deepseek-v4-pro",
"name": "DeepSeek-V4-Pro"
}
}
Configure DeepSeek-V4-Flash
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "deepseek-v4-flash-202605",
"name": "DeepSeek-V4-Flash Vendor Direct"
}
}
Configure DeepSeek-V4-Pro
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "deepseek-v4-pro-202606",
"name": "DeepSeek-V4-Pro Vendor Direct"
}
}
Configure Auto
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-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-token-plan-api-key",
"model": {
"id": "glm-5.2",
"name": "GLM-5.2"
}
}
Configure MiniMax-M3
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "minimax-m3",
"name": "MiniMax-M3"
}
}
Configure Kimi K2.7 Code
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "kimi-k2.7-code",
"name": "Kimi K2.7 Code"
}
}
Configure Kimi K2.7 Code HighSpeed
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "kimi-k2.7-code-highspeed",
"name": "Kimi K2.7 Code HighSpeed"
}
}
Configure DeepSeek-V4-Flash
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "deepseek-v4-flash",
"name": "DeepSeek-V4-Flash"
}
}
Configure DeepSeek-V4-Pro
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "deepseek-v4-pro",
"name": "DeepSeek-V4-Pro"
}
}
Configure DeepSeek-V4-Flash
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "deepseek-v4-flash-202605",
"name": "DeepSeek-V4-Flash Vendor Direct"
}
}
Configure DeepSeek-V4-Pro
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "deepseek-v4-pro-202606",
"name": "DeepSeek-V4-Pro Vendor Direct"
}
}
lanteConfigure Auto
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "auto",
"name": "Auto"
}
}
Configure Auto.
{
"provider": "tencent-token-plan",
"base_url": "https://tokenhub-intl.tencentcloudmaas.com/plan/v3",
"api": "openai-completions",
"api_key": "your-token-plan-api-key",
"model": {
"id": "auto",
"name": "Auto"
}
}


Ajuda e Suporte

Esta página foi útil?

comentários