跳轉到主要內容
  • 400 狀態碼通常是傳參錯誤,請查看介面文件。大部分 400 錯誤是上游透傳的報錯。
  • 錯誤回應中的 response ID 已更改為 tid (traceId),用於錯誤追蹤和問題定位。
狀態碼錯誤標識符錯誤訊息常見原因
503-Incorrect model ID. Please request to view the model page or you do not have permission to use this model沒有可用的管道處理請求
503-Rate limited by provider – contact support to request higher concurrency or try again later.模型遇到官方限速
429-The xx(xx: model id) model Too many requests; please try again later.請求頻率超過限制
403insufficient_user_quotaYour account balance is insufficient. Please recharge your account to continue using the API.使用者餘額不足,需要充值
403-Account suspended.使用者狀態被禁用或在黑名單
403-Forbidden – insufficient permissions.使用者角色權限不夠
403-Forbidden – key(請求的 key 後六位) allowed only from approved IP ranges.IP 不在令牌允許的網段內
403-Forbidden – key(請求的 key 後六位) not authorized to access the requested model.令牌不支援請求的模型
403-Key error;(請求的 key 後六位)非管理員使用者嘗試指定管道
403-Forbidden – channel has been disabled.管道狀態為禁用
401-Unauthorized – no access token supplied; please log in and include a valid token.未提供 Authorization 頭
401-Unauthorized – access token is invalid or expired.access token 驗證失敗
400-Bad Request – invalid channel ID.管道 ID 格式錯誤或不存在
400prompt_missingprompt is required圖片產生缺少提示詞
400prompt_too_longprompt is too long提示詞超過長度限制
400text_too_longinput is too long音訊輸入文字過長
400size_not_supportedsize not supported圖片尺寸不被模型支援
400n_not_within_rangeinvalid value of nn 參數值不在有效範圍

最後更新:2026-06-01