-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
Bug 描述
问题:
Token Plan 订阅的 API Key(sk-cp- 开头)无法直接调用 MiniMax 标准 API 端点。
复现步骤:
{"type":"error","error":{"type":"authentication_error","message":"login fail: Please carry the API secret key in the 'Authorization' field of the request header"},"request_id":"0612dfada8d0c8ba21b1c9e87cea7299"}
实际返回:
预期:
应正常返回图片理解结果(根据文档,MiniMax-M2.5/M2.7 默认集成图片理解能力)
环境信息
- API Key 类型:Token Plan 订阅 Key(sk-cp- 开头)
- 模型:MiniMax-M2.5(配置了 input: ["text", "image"])
- API 端点:https://api.minimax.io/anthropic/v1/messages
相关文档
- 文档(https://platform.minimaxi.com/docs/token-plan/faq)明确说明"Token Plan 支持全模态模型——文本、语音、视频、图像和音乐"
- 文档称 MiniMax-M2.7"默认集成了识图的能力"
- 但 sk-cp- Token Plan Key 无法直接调通 API
疑问
- Token Plan Key 是否需要通过特定端点调用?
- 如果 Token Plan Key 不能直接调 API,用户如何通过 API 方式使用图片理解能力?
- OAuth 方式(minimaxi.com)是否有独立的视觉能力接口?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels