weave-os/router
Model router for agentic systems. Routes every prompt to the right model in <50ms. Cut costs 40-70% with just an endpoint change.
About the project
A model router proxy for agentic systems that picks the right model per request across Anthropic, OpenAI, Gemini and OpenRouter, cutting costs 40-70% with just an endpoint change. It acts as a drop-in API replacement and works with Claude Code, Codex, Cursor and custom apps.
Useful for
- Point Claude Code or Codex at localhost:8080 to auto-select a model per request
- Cut LLM costs while keeping provider keys on your own box via BYOK
- Inspect the routing decision via /v1/route without proxying the request
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 22 stars so far today, about 27 expected by the end of the day.
- GitHub Trending Go today: #8, +31 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 4,455
- Stars in a day
- 27
- Forks
- 122
- Issues and pull requests
- 1,365
- Watchers
- 2
- Language
- Go
- Latest release
- hmm-model-v1 · July 13, 2026
- Created
- April 27, 2026
- Last push
- September 18, 2026
Star trust
Star growth looks organic. The magnitude is lowered, not zeroed:
- Hardly anyone watches for updates: 2 watchers for 4,455 stars.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 18, 2026GitHub Trending Go today: #8, +31 stars
Similar projects
-
8.8
browser-use/jev-ultrafast
A browser agent with a dynamic, indexed action space: given one natural-language goal it picks an operation (CLICK, TYPE_TEXT, SELECT, etc.) and an element, using a small LLM to generate text only for typing.
-
8.5
tamaratran/fast-jev-compaction
Claude Code plugin that replaces context compaction summaries with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim. Also…
-
7.9
hypit-ai/hypit
Hypit gives AI agents a language and system to create video: the agent clones a viral clip as an editable workflow — footage, captions, B-roll and effects anchored to words instead of seconds.
-
7.9
Tencent/BrowserSkill
BrowserSkill connects AI agents (Cursor, Claude Code, Codex, etc.) to your already logged-in browser via the bsk CLI and an extension, letting the agent work in a separate window without interrupting you.
-
7.0
korcarc/text-humanizer
A Python tool that rewrites AI-generated text through an LLM and translation pipeline to bypass detectors like Turnitin and GPTZero. Supports 8 languages and requires a DeepSeek API key.
-
6.8
Tencent/WeKnora
Open-source LLM knowledge platform: turns raw documents into queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.