← DrAI 首页

使用文档

快速开始

访问 ai.dr-ai.top/signin 注册账号,即可在 Web 端使用 AI 对话。

API 接入

注册后在设置页面获取 API Key,使用标准 OpenAI 兼容格式调用:

curl https://api.dr-ai.top/v1/chat/completions \
  -H "Authorization: Bearer sk-your-key" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}'

支持的模型

GPT-5.6 · GPT-5.4 · GPT-5.4 Mini · Claude Opus 4 · Claude Sonnet 4 · DeepSeek V3 · DeepSeek R1 · Gemini 2.5 Pro · Gemini 2.5 Flash · Qwen 2.5 · GLM-4 · Llama 4

知识库使用

登录后在左侧菜单进入"知识库",上传 PDF/Word/Markdown 文件,AI 即可基于你的文档回答。

更多问题请联系 atlas@dr-ai.top