awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesModel

Interfaces for implementing custom logic to route requests between different AI models.

Distinct from Routing Extensions: Specifically targets AI model selection logic rather than database query routing.

Explore 1 awesome GitHub repository matching software engineering & architecture · Model. Refine with filters or upvote what's useful.

Awesome Model GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lm-sys/routellmAvatar von lm-sys

    lm-sys/RouteLLM

    5,080Auf GitHub ansehen↗

    RouteLLM is a routing framework and traffic manager designed to direct prompts between high-capability and low-cost large language models. It functions as an API gateway that mimics the OpenAI specification to route requests across different model providers. The system optimizes operational costs by splitting traffic between model tiers based on predicted win rates and prompt complexity. It includes a calibration tool to analyze sample queries and determine the optimal cost-quality tradeoff for traffic distribution. The framework provides a tool for measuring the accuracy and cost efficiency

    Provides an extensible interface for developers to implement custom routing algorithms and win-rate predictors.

    Python
    Auf GitHub ansehen↗5,080
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Developer Authoring Interfaces
  7. Custom Module Implementations
  8. Query Extensions
  9. Routing Extensions
  10. Model