NextChat AI User Reviews

Customer Experience

Positive experience10.0% of reviews
Neutral40.0% of reviews
Negative experience50.0% of reviews

~ Based on 10 written reviews from the US App Store.

Is NextChat AI Safe?

Not enough ratings yet to assess NextChat AI.

Is NextChat AI Legit?

NextChat AI has limited verification signals. AppsHunter Legitimacy Score for NextChat AI is 55/100.

Based on 55 of 100 points across 7 verification signals from App Store and developer data.

Top reviews

垃圾玩意

故意让添加供应的模型失败,太可恶了,

自定义API用不了

curl脱裤子放p

无法使用

添加供应商一直报错
,一直被提示“无法识别有效API地址或密钥”。添加GPT和Gemini都失败

自定义api用不了

加载模型失败,未能读取数据,因为数据缺失

更新后就用不了

加载模型失败:未能读取数据,因为数据缺失。
2025-05-27 自定义 API 用不了就算了,我充了 0.99 美元,才问了一个问题就提示没钱了,垃圾!大家别用!坑人钱的!

如何添加供应商

curl能否给个示例

更新后就用不了

加载模型失败:未能读取数据,因为数据缺失。

不知道怎么添加API

API和KEY要求复制,但是粘贴后一直提示无法识别,也不知道应该用什么分隔符

Response from developer

感谢反馈,我们回来优化一下文案。 第一版本有些粗糙,设计初衷是粘贴curl 请求链接~ curl https://api.openai.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-xxx" \ -d '{ "model": "gpt-4.0-mini", "stream": false, "messages": [ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Hello!"} ] }'

添加供应商方式奇怪 报错返回不详细

添加供应商无法正确提取链接和token,报错也没有详细信息,只能自己猜

Response from developer

感谢反馈,第一版本有些粗糙,设计初衷是粘贴curl 请求链接~ curl https://api.openai.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-xxx" \ -d '{ "model": "gpt-4.0-mini", "stream": false, "messages": [ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Hello!"} ] }'

舒服ʕ•ᴥ•ʔ代码公开透明

github 有他们开源地址