You need to enable JavaScript to run this app.
导航
公共错误码
最近更新时间:2025.04.07 11:19:03首次发布时间:2024.07.10 15:15:35
我的收藏
有用
有用
无用
无用

本文列举调用火山方舟 API 涉及的公共错误码信息。各 API 业务相关的错误码请参见对应接口文档内的错误码部分。

模型/应用调用 API 公共错误码

HTTP 状态码

错误类型 type

错误码 code

错误信息 message

含义

400

BadRequest

MissingParameter

The request failed because it is missing one or multiple required parameters. Request ID: {id}

请求缺少必要参数,请查阅 API 文档。

400

BadRequest

InvalidParameter

One or more parameters specified in the request are not valid. Request ID: {id}

请求包含非法参数,请查阅 API 文档。

400

BadRequest

InvalidEndpoint.ClosedEndpoint

The request targeted an endpoint that is currently closed or temporarily unavailable. Request ID: {id}

推理接入点处于已被关闭或暂时不可用, 请稍后重试,或联系推理接入点管理员。

401

Unauthorized

AuthenticationError

The API key or AK/SK in the request is missing or invalid. Request ID: {id}

请求携带的 API Key 或 AK/SK 校验未通过,请您重新检查设置的 鉴权凭证,或者查看 API 调用文档来排查问题。

403

Forbidden

AccountOverdueError

The request failed because your account has an overdue balance. Request ID: {id}

当前账号欠费,如需继续调用,请前往 火山引擎费用中心 进行充值,详细操作参见 充值操作指引

403

Forbidden

AccessDenied

The request failed because you do not have access to the requested resource. Request ID: {id}

没有访问该资源的权限,请检查权限设置,或联系管理员添加白名单。

404

NotFound

InvalidEndpointOrModel.NotFound

The model or endpoint %s does not exist or you do not have access to it.

模型或者推理接入点 %s 不存在或者您无权访问它。

404

NotFound

ModelNotOpen

Your account %s has not activated the model %s. Please activate the model service in the Ark Console.

当前账号 %s 暂未开通 %s 模型服务,请前往火山方舟控制台开通管理页开通对应模型服务。

429

TooManyRequests

RateLimitExceeded.EndpointRPMExceeded

The Requests Per Minute (RPM) limit of the associated endpoint for your account has been exceeded. Request ID: {id}

请求所关联的推理接入点已超过 RPM (Requests Per Minute) 限制, 请稍后重试。

429

TooManyRequests

RateLimitExceeded.EndpointTPMExceeded

The Tokens Per Minute (TPM) limit of the associated endpoint for your account has been exceeded. Request ID: {id}

请求所关联的推理接入点已超过 TPM (Tokens Per Minute) 限制, 请稍后重试。

429

TooManyRequests

ModelAccountRpmRateLimitExceeded

RPM (Requests Per Minute) limit of the model is exceeded. Request ID: {id}

请求已超过帐户模型 RPM (Requests Per Minute) 限制: 请您稍后重试, 或者联系平台技术同学进行解决

429

TooManyRequests

ModelAccountTpmRateLimitExceeded

TPM (Tokens Per Minute) limit of the model is exceeded. Request ID: {id}

请求已超过帐户模型 TPM (Tokens Per Minute) 限制: 请您稍后重试, 或者联系平台技术同学进行解决

429

TooManyRequests

QuotaExceeded

Your account [%s] has exhausted its free trial quota for the [%s] model. Request ID: {id}

当前账号 %s 对 %s 模型的免费试用额度已消耗完毕,如需继续调用,请前往火山方舟控制台开通管理页开通对应模型服务。

429

TooManyRequests

ModelLoadingError

The request cannot be processed at this time because the model is currently being loaded. Please retry later. Request ID: {id}

模型加载中,请您稍后重试。

429

TooManyRequests

ServerOverloaded

The service is currently unable to handle additional requests due to server overload. Please retry later. Request ID: {id}

服务资源紧张,请您稍后重试。常出现在调用流量突增或刚开始调用长时间未使用的推理接入点。

429

TooManyRequests

SetLimitExceeded

Your account [%s] has reached the set inference limit for the [%s] model, and the model service has been paused. To continue using this model, please visit the Model Activation page to adjust or close the "Safe Experience Mode".
Request ID: {id}

当前账号 %s 对 %s 模型已达到设置的推理限额值,如需继续调用,请前往火山方舟控制台开通管理页修改限额值或关闭安心体验模式。

500

InternalServerError

InternalServiceError

The service encountered an unexpected internal error. Please retry later. Request ID: {id}

内部系统异常,请您稍后重试。

其他 API 公共错误码

您可访问公共错误码,获取更多错误码信息。