vinilana/jev-gateway
An easy way to use jev with your coding agent for tool calling reasoning
About the project
A local LLM gateway for coding agents: before choosing a tool, the agent asks the fast Jev model which tool to call instead of the expensive reasoning model. Works with Codex, Claude Code, OpenCode and Gemini CLI.
Useful for
- Run jev-codex so Codex routes tool choices through Jev and saves reasoning-model tokens
- Open the jev-codex --dashboard to compare token usage with routing on and off
- Toggle --routing on/off to measure savings on similar tasks
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 22 stars today.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 3 days old and already has 99 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #198.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 99
- Today
- 22
- Forks
- 7
- Issues and pull requests
- 23
- Watchers
- 0
- Language
- TypeScript
- License
- MIT
- Latest release
- v0.4.1 · September 21, 2026
- Created
- September 18, 2026
- Last push
- September 21, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 21, 2026Top new repositories this week: #198
Similar by description
-
3.0
decolua/9router
Local router for AI coding tools: connects Claude Code, Cursor, Cline and other CLIs to 40+ providers, auto-fallbacks between them, and compresses tool output to save tokens.
-
3.5
lidge-jun/opencodex
Local proxy server that translates Codex's Responses API into other LLM protocols (Claude, Gemini, Grok, DeepSeek, Ollama, etc.), supporting streaming, tool calls, reasoning tokens and images. It also manages a ChatGPT…