Claude Code 使用自定义 API

Calude Code 在国内使用也有一些困难,网络、支付、账号等问题进一步增加了难度。

现在使用 DataPipe 的 API (https://api.datapipe.app)可以直接接入官方 Sonnet 等官方模型。具体配置如下。

  1. 安装 Claude Code。(有多种安装方式)
npm install -g @anthropic-ai/claude-code

2. 从 DataPipe (https://api.datapipe.app) 获取 API KEY 并设置环境变量。

export ANTHROPIC_BASE_URL="https://api.datapipe.app"
export ANTHROPIC_AUTH_TOKEN=sk-xxxxx // 登录注册后创建的 API Key

3. 启动 Claude Code.

claude

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注