第一时间测试始皇的chat2api,单个plus账号是否有3小时40次限制?

看到很多人关心这个问题,顺便测试一下,水一贴。

测试环境
接口地址: https://api.oaifree.com/v1/chat/completions
key:access token
客户端ChatGPT-Next-Web:https://nextchat.oaipro.com
使用模型:gpt-4

测试时间
2024/3/27 09:10:24 - 2024/3/27 09:28:31 共耗时18分7秒

测试
问:讲一个20个字左右的笑话。
答:电脑为什么冷?因为它开了太多窗户。
问:再讲一个
答:为什么番茄在比赛中总是赢?因为它们永远能够把对手打成酱。
…此处省略50个问答

总结
测试用时18分7秒,问52个问题,成功响应回答有47个,另外5个问题返回以下错误:

{
  "error": {
    "message": "Unauthorized (request id: 20240327092313802844982ummCpzm1)",
    "type": "requests",
    "param": "",
    "code": null
  }
}

我认为是触及了始皇接口 10/10S 的限制返回的错误。


在此基础上,再测试一组,模型还是gpt-4.

时间:2024/3/27 09:51:11 - 2024/3/27 09:59:34 共耗时8分23秒
共问21个问题,前7个问题正常稳定,后13个问题,约一半返回错误。错误信息如下

{
  "error": {
    "message": "You have sent too many messages to the model. Please try again later. (request id: 2024032709584996712589XLENaIKd)",
    "type": "requests",
    "param": "",
    "code": null
  }
}

个人认为这是ChatGPT官方限制,返回错误信息指明了:触发限流措施,暂时无法处理更多请求。


web端情况
时间2024/3/27 9:40左右 - 2024/3/27 10:56:14 共耗时1小时16分 共23个问题GPT-4被限制。

8 个赞

缺少一个plus :sob:

2 个赞

只能用gpt-4模型么?1106可以用吗?

2 个赞

逆向ChatGPT官方,实际可用模型参考官方:

2 个赞

缺少一个plus

2 个赞

mobile能不能用

2 个赞

常规话题人工智能

2 个赞

chat2api又有了?

2 个赞

是啊!快速翻翻始皇的帖子。

1 个赞

看到了!

可惜没有back-end接口,没什么用

微软邮箱怎么获取access啊

https://chat.openai.com/api/auth/session

From #develop:ai to #share