Files
myWiki/concepts/multi-model-routing.md

1.3 KiB
Raw Blame History

title, created, updated, type, tags, sources
title created updated type tags sources
多模型路由Multi-Model Routing 2026-07-03 2026-07-03 concept
agent
model-routing
cost
latency
https://mp.weixin.qq.com/s/iiTmgbtrYHMMjQ7dn7CDrg

多模型路由

不是把所有任务都交给同一个最强模型,而是按工作区分配合适的模型。

核心定义

多模型路由workspace-first-architecture 在模型层的实践:不同工作区绑定不同模型,兼顾成本、延迟和数据安全。

路由策略

任务类型 推荐模型 原因
常规沟通 便宜模型 成本优先
网页检索 中等模型 延迟敏感
文件处理/代码 中等模型 工具调用密集
复杂分析 强模型 推理质量优先
敏感数据 本地模型 数据不出内网

与边界设计的关系

多模型路由是实现 agent-boundary-design 中「模型边界」的具体手段。它让 Harness 层而非模型层面决定"这一轮该用哪个模型"。

参考