Skip to content

subscribed/paid user been rejected api access to z.ai #49

Description

@lifengmds

System Info / 系統信息

I was a paid subscriber on http://z.ai/ . i tried several days that the api always got rejected. and I got no response after sent an email complaint a week ago. I have to come here for your attention and help because there's no place to find any customer service.

curl -X POST "https://api.z.ai/api/paas/v4/chat/completions"
-H "Content-Type: application/json"
-H "Accept-Language: en-US,en"
-H "Authorization: Bearer xxxxxxxx"
-d '{
"model": "glm-5",
"messages": [
{
"role": "system",
"content": "You are a helpful AI assistant."
},
{
"role": "user",
"content": "Hello, please introduce yourself."
}
]
}'

{"error":{"code":"1113","message":"Insufficient balance or no resource package. Please recharge."}}%

Who can help? / 谁可以帮助到您?

No response

Information / 问题信息

  • The official example scripts / 官方的示例脚本
  • My own modified scripts / 我自己修改的脚本和任务

Reproduction / 复现过程

descripted as above.

Expected behavior / 期待表现

shoud be accessed.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions