1、Claude code + Kimi K2配置结合案例
参考:
https://www.anthropic.com/claude-code
https://www.cnblogs.com/h5l0/p/18980806
安装
这里windows安装
npm install -g @anthropic-ai/claude-code
配置
Kimi K2配置信息;获取key:
https://platform.moonshot.cn/console/api-keys
如果你在使用 CMD(命令提示符):
set ANTHROPIC_AUTH_TOKEN=sk-4NLqYFudn*****3CF8l
set ANTHROPIC_BASE_URL=https://api.moonshot.cn/anthropic
如果你在使用 PowerShell:
$env:ANTHROPIC_AUTH_TOKEN = "sk-4NLqYFudn****F8l"
$env:ANTHROPIC_BASE_URL = "https://api.moonshot.cn/anthropic"
使用
直接运行命令行:claude
2、qwen-code
参考:https://qwenlm.github.io/zh/blog/qwen3-coder/
安装:
npm install -g @qwen-code/qwen-code
配置模型(https://bailian.console.aliyun.com/?tab=model#/api-key):
选择“OpenAI Compatible”模式 ‒ 在 OpenAI Compatible API tokens处,输入从 Dashscope 获取的密钥 ‒ 勾选“使用自定义基础 URL”,并输入:https://dashscope.aliyuncs.com/compatible-mode/v1 ‒ 输入模型名称:qwen3-coder-plus
使用: