Add free-best-router to Models & Providers - #125
Open
MajidAsghariTabrizi wants to merge 1 commit into
Open
MajidAsghariTabrizi wants to merge 1 commit into
MajidAsghariTabrizi wants to merge 1 commit into
Conversation
Adds [free-best-router](https://github.com/MajidAsghariTabrizi/free-best-router) to the Models & Providers section. Capability-based wording, no hard-coded test counts. MIT, zero telemetry. Disclosure: this is my own open-source project. It fits this list as an OpenAI-compat routing layer for the free tiers of OpenRouter, OpenCode/Zen, Groq, Cerebras, Mistral, DeepSeek, and local Ollama / LM Studio / llama.cpp. DSH integration uses the existing OpenAI-compatible provider config (no native plugin needed); full write-up at deepseek-ai/deepseek-harness#5508.
MajidAsghariTabrizi
force-pushed
the
add-free-best-router
branch
from
September 3, 2026 13:35
e3be17c to
957170a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds free-best-router to the Models & Providers section.
It is an OpenAI-compat routing layer across 7 free LLM providers (OpenRouter, OpenCode/Zen, Groq, Cerebras, Mistral, DeepSeek, and local Ollama / LM Studio / llama.cpp) with:
Retry-Afterandnext_eligible_modelheaders when the pool is exhaustedDSH integration is a 6-line YAML config block (no native plugin needed). Full write-up in the DSH "Show Your Plugins!" discussion #5508.
Entry matches the existing one-line format used in this section.
Disclosure: this is my own open-source project. I rewrote the entry to use capability-based wording only (no hard-coded metric counts), per the maintainer's earlier feedback on similar entries.