cortiq-router
Smart LLM request router for DeepSeek Harness — classifies prompts by task type and complexity via the allaigate semantic router, then dispatches to the best-suited model
- Stars
- 0
- Language
- TypeScript
- Created
- Aug 20, 2026
- Updated
- Aug 20, 2026
Introduction
cortiq-router
Smart LLM request router for the DeepSeek Harness (DSH).
Classifies prompts by task type (code, math, translation, and more) and by complexity (low / medium / high) through the allaigate semantic router, then dispatches each request to the best-suited model.
Packages
| Package | Description |
|---|---|
packages/dsh-llm-cortiq-router | The cortiq-dsh-llm-router DSH plugin |
Install
npx -p @deepseek-ai/dsh dsh plugin --profile web add cortiq-dsh-llm-router
See the plugin README for configuration, routing rules and complexity thresholds.
License
MIT