2026/07/02 11:15:12

免费额度为什么提示:403 余额不足

免费额度为什么提示:403 余额不足?

注意:免费用户,调用时,模型名称必须写:

dxnt.com/free

调用示例:

curl https://www.dxnt.com/v1/chat/completions \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "dxnt.com/free",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'

免费额度为什么提示:403 余额不足 - DX TOKEN