

HTTP 状态码 | 错误码 Code | 错误信息 Message | 含义 |
400 | InvalidArgument | Invalid parameter. | An invalid parameter was provided by the user. |
400 | InvalidArgument.MissingRequiredParameter | The xxx parameter is required. | A required parameter is absent. |
400 | InvalidArgument.RequestBodyInvalid | Invalid request body format, please check the request body format. | The parameter format is invalid. |
400 | InvalidEndpoint.StoppedEndpoint | The requested endpoint has been stopped and is currently unavailable. | The request targets an inference endpoint that has already been stopped. |
400 | InvalidArgument.Authorization | The provided API key is invalid. | Invalid API key. |
400 | InvalidArgument.UserInfoError | The userInfo is invalid. | Invalid user credentials. |
401 | Unauthorized | AUTH_INFO missing. | Authentication credentials are missing. |
403 | Forbidden.InsufficientBalance | The balance is insufficient. | Insufficient account balance. |
403 | Forbidden.Frozen | User has been frozen. | Account suspended. |
403 | Forbidden | The request was denied by the server. | Insufficient permissions to fulfill the request. |
403 | UnaccessibleUser | Request was rejected due to reason: user is not allowed to access, reason: CustomerId:{CustomerId},Action:{Action},No balance and no resource pack, limit request | Under the inference scenario, the account has neither available balance nor credit limit; the request is therefore restricted. |
404 | ResourceNotFound | Resource not found. | Resource not found. |
429 | TooManyRequests | Too many requests. | Request throttled. |
500 | InternalError | The request processing has failed due to some unknown error. | Internal server error—please submit a support ticket for platform assistance. |
Common Error Codes:
HTTP 状态码 | Code | Message | 错误说明及解决方式 |
400 | InvalidArgument | Missing Action parameter | Critical parameter(s) missing (e.g., “Action”). Verify that the RESTful route is correct. |
401 | Unauthorized | AUTH_INFO missing | The provided API key is malformed. Please verify that the API key ID is correct and ensure no extraneous spaces are present. |
403 | Forbidden | Customer:{CustomerId} is frozen, not allow to access action: {Action} | Account suspended due to outstanding balance; access to the specified billing endpoint is prohibited. |
403 | Forbidden | AccessKey:{Apikey} IS UNAVAILABLE | The provided API key has been deleted or disabled. |