腾讯云配置教程

说明在腾讯云 / OpenClaw 表单与 JSON 配置方式下的填写方法。

图片展示的是OpenClaw自定义模型配置界面。在“模型 (Models)”下OpenClaw自定义模型配置界面

提供了 json 输入文件。也可以 json 输入(GPT 模型需要改为 "api": "openai-messages",


{

"provider": "Anthropic",

"base_url": "``https://api.llm-token.cn/v1``",

"api": "anthropic-messages",

"api_key": "你的密钥",

"model": { "id": "claude-sonnet-4-6", "name": "claude-sonnet-4-6" }

}


provider: anthropic

base_url: https://api.llm-token.cn/v1 或者https://api.llm-token.cn(GPT 模型需要这个)

api: /messages

api_key: 你的 API Key

model.id: claude-sonnet-4-6

model.name: claude-sonnet-4-6

填好后点击 添加并应用

如果要切换国产模型,只需要把 model.id 改成支持的模型名称,例如:

glm-5

glm-4.7

kimi-for-coding

qwen3.5-plus

qwen3-coder-plus

MiniMax-M2.5

step-3.5-flash