v0.1.0

Model Orchestration Platform (MOP)

大模型聚合转发平台 - 根据任务自动分发模型,支持任务拆解和结果聚合

API Endpoints

GET /api/health

Health check endpoint

GET /api/models

List available models

POST /api/orchestrate

Main orchestration endpoint

{
  "task": "写一份 AI 工具对比报告",
  "strategy": "balanced"
}

Documentation

See GitHub Repository for full documentation.