Add Lynkr router submission#167
Open
vishalveerareddy123 wants to merge 3 commits into
Open
Conversation
Lynkr is an open-source (Apache-2.0), self-hosted LLM gateway that routes requests via embedding-anchor tiering. Pool: openai/gpt-oss-120b, qwen3-235b-a22b-2507, z-ai/glm-4.7 (all via OpenRouter). Includes router config, full-split predictions with generated_result, robustness predictions, the router adapter class, and additive entries to model_cost/universal_model_names for the pool models. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author
|
/evaluate |
…t router 13 entries where the model responded but no answer text was extractable now carry generated_answer="" and success=false with an explanatory error field (previously null answer with success=true). Validator passes locally. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author
|
/evaluate |
Router Evaluation ResultsRouter: RouterArena Metrics
Optimality Metrics
Evaluation completed by RouterArena automated workflow |
All previously-failed entries (credit exhaustion during original run) now have real generated results — 176/176 successful. Validator passes locally. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author
|
/evaluate |
1 similar comment
Author
|
/evaluate |
Router Evaluation ResultsRouter: RouterArena Metrics
Optimality Metrics
Evaluation completed by RouterArena automated workflow |
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.
Router: Lynkr
Lynkr is an open-source (Apache-2.0), self-hosted LLM gateway that routes requests across local and cloud models. Routing here uses its embedding-anchor tier classifier (no LLM classifier call — routing decisions are local and deterministic).
openai/gpt-oss-120b,qwen/qwen3-235b-a22b-2507,z-ai/glm-4.7Files
router_inference/config/lynkr.json— router configurationrouter_inference/predictions/lynkr.json— full-split predictions withgenerated_resultpopulatedrouter_inference/predictions/lynkr-robustness.json— robustness predictionsrouter_inference/router/lynkr_router.py+ registration in__init__.py— adapter for reproducibilitymodel_cost/model_cost.json(z-ai/glm-4.7 pricing) anduniversal_model_names.pyfor the pool modelsLocal evaluation results (for reference; please re-run officially)
Arena 67.65 · Accuracy 68.41% · $0.29/1K queries · Robustness 92.38 · Opt.Sel 11.13 / Opt.Cost 17.00 / Opt.Acc 85.37
Disclosures
gpt-oss-120b(~96% of queries) — a consequence of the tier boundaries, not tuning on RouterArena data.Happy to adjust anything to match submission conventions.