
从注册到首次 API 调用,只需几分钟
使用 Google 免费注册,无需信用卡。
从免费套餐开始,或升级获取更多 API 额度。
在控制台即时生成您的 API 密钥。
访问 13+ 专业医疗 AI 模型
一个 API,多个医疗 AI 模型
curl -X POST https://api.dr7.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "medgemma-27b",
"messages": [
{"role": "user", "content": "What are the symptoms of diabetes?"}
]
}'