快速开始

欢迎访问 VUILabs开放平台,可参考快速开始指南,体验模型能力。

前置准备

1

账户注册/登录

API 调用前,需在 VUILabs 开放平台进行账户注册,企业团队注册请参考页面底部说明
2

获取 API Key

生成 API Key 后,建议将其存储为环境变量或保存到 .env 文件中
# 推荐使用 Anthropic API 兼容
export ANTHROPIC_BASE_URL=https://api.vuilabs.com/anthropic
export ANTHROPIC_API_KEY=${YOUR_API_KEY}
3

账户充值

通过 账户管理 > 余额,按需充值

开始调用

1

缺省缺省

pip install anthropic
2

示例输出

{
  "thinking": "The user is just greeting me casually. I should respond in a friendly, professional manner.",
  "text": "Hi there! I'm doing well, thanks for asking. I'm ready to help you with whatever you need today—whether it's coding, answering questions, brainstorming ideas, or just chatting. What can I do for you?"
}

To find navigation and other pages in this documentation, fetch the llms.txt file at: https://platform.minimaxi.com/docs/llms.txt