Roboflow Universe
预训练计算机视觉模型
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 机器学习
- 文档 / URL
- https://universe.roboflow.com
简介
Roboflow Universe 托管 20 万+ 公开计算机视觉数据集和预训练模型——通过托管推理端点部署目标检测/分类。认证是免费 API 密钥。
注(2026-08 实测):从数据中心 IP 访问时,站点前有 Cloudflare 人机验证(HTTP 403 “Just a moment…”)——浏览器/真实 IP 请求正常。遇到此情况请从住宅网络重试。
快速开始
公开推理端点(从模型页面获取):
curl -X POST "https://detect.roboflow.com/MODEL_ID/1?api_key=YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"image": "https://example.com/dog.jpg"}'
{ "predictions": [ { "class": "dog", "confidence": 0.95, "x": 100, "y": 80, "width": 200, "height": 150 } ], "time": 0.05 }
认证方式
- 在 roboflow.com 注册 → 免费 API 密钥(在控制台)。
- 通过
api_key查询参数携带。
速率限制与注意事项
- 免费层:约 10,000 推理积分/月(以文档为准);付费档可扩展。
- Universe 让你直接用公开模型,无需自己训练。
- 托管 API 是
detect.roboflow.com/{模型}/{版本}(也有分类/分割变体)。
常见问题
Roboflow 免费吗? 免费层带月度推理积分;更多需要付费。
为什么服务器访问 403? 数据中心 IP 上的 Cloudflare 挑战(已实测)——住宅/浏览器请求正常。
需要训练模型吗? 不需要——Universe 有 20 万+ 公开模型可直接调用。
机器学习 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AI Economics Tools Token cost, LLM energy, agent-hour and Proof-Adjusted Autonomy calculators by Michał Piszczek | No auth | Yes | Yes | ↗ |
| AI For Thai Free Various Thai AI API | API Key | Yes | Yes | ↗ |
| BRAINIALL PT-BR and Spanish audio transcription with diarization and SRT/VTT | API Key | Yes | Yes | ↗ |
| Clarifai Computer Vision | OAuth | Yes | Unknown | ↗ |
| Cloudmersive Image captioning, face recognition, NSFW classification | API Key | Yes | Yes | ↗ |