一元网络论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 67|回复: 0

开放 Claude 的 API 接口。

[复制链接]

2万

主题

2万

帖子

8万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
89092
发表于 2024-10-25 07:22:33 | 显示全部楼层 |阅读模式
## Claude 测试指南
### 1. 测试 SessionKey
```
curl --location 'https://zhucn.org/api/test_sessionkey' \
--header 'Content-Type: application/json' \
--data-raw '{"token":"sk-ant-sid01-xxxxxxxxxxxxxxxAA[email protected]\"sessionKey=sk-ant-sid01-xxxxxxxxxxxxxxxAA\""}'
```
### 2. 测试 SessionKey(上传文件)
```
curl --location 'https://zhucn.org/api/upload_sessionkey' \
--header 'Content-Type: application/json' \
--form 'file=test.txt"'
```
### 3. 模型列表
```
curl --location 'https://zhucn.org/v1/models' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer sk-ant-sid01-xxxxxxxxxxxxxxxAA'
```
### 4. 对话接口
```
curl --location 'https://zhucn.org/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer sk-ant-sid01-xxxxxxxxxxxxxxxAA' \
--data '{"model":"Claude 3.5 Sonnet (New)","messages":[{"role":"user","content":"今天买了两个苹果,昨天吃了一个苹果,还剩下几个苹果呢?"}],"stream":false}'
```
### 5. 判断 SessionKey 是否为 Pro
```
curl --location 'https://zhucn.org/api/is_pro' \
--header 'Content-Type: application/json' \
--data-raw '{"token":"sk-ant-sid01-xxxxxxxxxxxxxxxAA[email protected]\"sessionKey=sk-ant-sid01-xxxxxxxxxxxxxxxAA\""}'
```
### 6. 判断 SessionKey 是否为 Pro(上传文件)
```
curl --location 'https://zhucn.org/api/upload_is_pro' \
--header 'Content-Type: application/json' \
--form 'file="test.txt"'
```
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|一元网络论坛

GMT+8, 2024-11-15 10:37 , Processed in 0.099246 second(s), 20 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表