ChaoYuZhang001/dsh-auto-router

ChaoYuZhang001★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

Configurable Auto model routing tier for DeepSeek Harness

README 摘要

@chaoyuzhang/dsh-auto-router A configurable Auto model-routing tier for DeepSeek Harness. It registers a synthetic provider and delegates each request to a model on an existing provider route. What it adds The model picker receives an Auto Router provider with six choices: - Auto · 智能路由 : classify each request - Auto · 快速 : force light - Auto · 均衡 : force medium - Auto · 深度 : force heavy - Auto · 代码 : force code - Auto · 视觉 : force vision The default classifier routes images to vision , code-like requests to code , longer/deeper tasks to heavy or medium , and short requests to light . With sticky: true , a session only upgrades its tier; this avoids oscillating between models during a task. Installation Install the exact package version into a DSH Desktop profile through the DSH Community Market or the managed plugin command. The package includes a dsh.bundle.patch entry and does not contain credentials. The target provider must already exist. The default configuration expects a route named ciyuan2api with these model IDs: Configuration Override the inserted auto-router row in a profile patch: The router registers providerId as its synthetic route and delegates to targetProvider . …

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginllmmodel-routingvision

分类