Skip to content

Common Errors

Check:

  • Whether Authorization exists.
  • Whether it is written as Bearer sk-xxx.
  • Whether the Token has been deleted or disabled.
  • Whether a Token from the wrong environment is being used.

Check:

  • User balance.
  • Token quota.
  • Available quota for the account or Token.
  • Current model price.

Check:

  • Whether the current account is allowed to access the model.
  • Whether the Token has access restrictions.
  • Whether the model is only available to some users.

Actions:

  • Reduce concurrency.
  • Add retry backoff.
  • Check whether a single Token is sending too many requests.
  • Contact an administrator to adjust rate limits.

Check:

  • Whether the model service is available.
  • Whether the account balance or quota is sufficient.
  • Whether the request parameters are accepted by the model service.
  • Retry later or contact an administrator to confirm service status.