Cerebro

GitHub
3
协议支持
99.9%
Uptime SLA
<50ms
平均延迟
10K+
Agent Routes/s
↑ 312%
吐吐量提升
↓ 47%
Token 成本降低
57ms
P95 延迟

🌐

🔒

Claude / ChatGPT

Agent-to-Agent

Agent Network

Cerebro Router

社区版
$0
开发者版
¥69
商业版
¥799
  • 2000 万次路由请求/月
  • RBAC 权限 + 审计日志
  • SLA 99.9%
  • 增值税专票 + 对公合同
  • 工单技术支持 (8h 响应)
企业版
¥5,999+

1


curl -X POST https://cerebro.letcareme.com/api/v1/agents/ \
  -H "Content-Type: application/json" \
  -d '{
    "name": "code-gen-agent",
    "endpoint": "http://your-agent:8080",
    "protocol": "mcp",
    "capability_names": "code_generation,code_review"
  }'
2


curl -X POST https://cerebro.letcareme.com/api/v1/routing/decide \
  -H "Content-Type: application/json" \
  -d '{
    "tenant_id": "my-tenant",
    "query": "Write a Python quicksort algorithm"
  }'
3


curl -X POST https://cerebro.letcareme.com/api/v1/tasks \
  -H "Content-Type: application/json" \
  -d '{
    "agent_id": "code-gen-agent",
    "input": {"task": "quicksort", "language": "python"}
  }'

Cerebro 路由体验

输入自然语言请求,看 Cerebro 如何路由到最优 Agent

微信扫码支付

开发者版
¥69/月
微信收款码
  1. 1打开微信扫描上方二维码
  2. 2支付时备注你的 API Key邮箱
  3. 3支付完成后 24h 内开通 (通常 1h 内)
⚡ 开通后你的 API Key 将自动升级到对应套餐
📧 有问题请联系: sales@cerebro.letcareme.com