": { "message": "Your account %!s(int64=2101075817) has not activated the model ...
错误信息
{
"error": {
"message": "Your account %!s(int64=2101075817) has not activated the model doubao-seedream-4-5-251128. Please activate the model service in the Ark Console. Request id: 0217648563320316f665a98244c08cccec305a2ef11c3a2a9e7f4",
"type": "rix_api_error",
"param": "",
"code": "ModelNotOpen"
}
}
AI 解决方案
错误翻译
原文:Your account %!s(int64=2101075817) has not activated the model doubao-seedream-4-5-251128. Please activate the model service in the Ark Console.
译文:您的账户 2101075817 尚未激活模型 doubao-seedream-4-5-251128。请在 Ark 控制台中激活该模型服务。
原因分析
根本原因:账户权限配置问题 - 指定的AI模型服务未开通
具体位置:API调用时模型权限验证环节
解决方案
立即修复步骤:
- 登录 Ark 控制台
# 访问DMXAPI平台的Ark控制台
https://console.dmxapi.com/ark
- 激活模型服务
- 验证激活状态
- 预检模型权限:在代码中集成模型可用性检查,避免运行时才发现权限问题
- 批量开通服务:项目初期一次性开通所有可能用到的模型服务
- 使用平台的「服务监控」功能定期检查模型服务状态
- 配置API调用的错误重试机制,包含权限错误处理逻辑
- 导航至「模型管理」或「服务开通」页面
- 找到模型
doubao-seedream-4-5-251128- 点击「开通」或「激活」按钮
- 等待1-2分钟让配置生效
- 重新发起API调用测试
️ 预防措施
最佳实践:
推荐工具:
请求ID: 0217648563320316f665a98244c08cccec305a2ef11c3a2a9e7f4