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
·

4 Repos

Awesome GitHub RepositoriesInference APIs

Standardized network interfaces for serving machine learning model predictions and capabilities to external applications.

Distinguishing note: Focuses on the network-facing API layer for model serving, distinct from local CLI or UI interfaces.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Inference APIs. Refine with filters or upvote what's useful.

Awesome Inference APIs GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jingyaogong/minimindAvatar von jingyaogong

    jingyaogong/minimind

    51,834Auf GitHub ansehen↗

    This project is a comprehensive framework for the entire lifecycle of transformer-based language models, supporting everything from foundational pretraining to specialized deployment. It provides a modular toolkit for defining neural network architectures, managing data preparation pipelines, and executing training routines across various scales. The framework is designed to handle the full model development process, including supervised fine-tuning, behavioral alignment, and the integration of agentic capabilities. What distinguishes this framework is its focus on efficient training and adva

    The framework exposes model capabilities through a standardized network API, supporting advanced features like tool calling and structured output for integration with external applications.

    Pythonartificial-intelligencelarge-language-model
    Auf GitHub ansehen↗51,834
  • simstudioai/simAvatar von simstudioai

    simstudioai/sim

    28,796Auf GitHub ansehen↗

    This project is an AI agent orchestration platform that provides a visual environment for building, testing, and deploying complex automation workflows. It functions as a low-code development interface where users can chain discrete functional blocks into dependency-aware pipelines to integrate artificial intelligence with external data and services. The platform supports the creation of intelligent conversational agents, automated business processes, and multi-service API orchestrations within a unified workspace. The platform distinguishes itself through its event-driven integration engine,

    Accesses inference APIs to perform machine learning tasks through a standardized interface.

    TypeScriptagent-workflowagentic-workflowagents
    Auf GitHub ansehen↗28,796
  • openbmb/toolbenchAvatar von OpenBMB

    OpenBMB/ToolBench

    5,672Auf GitHub ansehen↗

    ToolBench is an open platform for training, serving, and evaluating large language models that retrieve and call real-world APIs to complete user instructions. It provides an API-aware inference engine that selects relevant tools from a large corpus and generates sequences of tool calls to produce final answers, along with a custom API registration system that lets users add their own REST endpoints for the model to discover and invoke. The platform includes a complete instruction-tuning pipeline for training models on curated tool-use data, a multi-tool execution engine that coordinates sequ

    Allows registering user-defined APIs with documentation and implementation for use during inference.

    Python
    Auf GitHub ansehen↗5,672
  • swe-bench/swe-benchAvatar von SWE-bench

    SWE-bench/SWE-bench

    4,321Auf GitHub ansehen↗

    SWE-bench is an automated evaluation framework that tests large language models on real-world software engineering tasks. It measures how effectively models can generate and apply code patches that resolve actual GitHub issues, using a standardized dataset and scoring system built around Docker-based patch verification against original project test suites. The framework provides curated benchmark datasets spanning comprehensive, fast, verified, multilingual, and multimodal evaluation splits, allowing targeted assessment of model capabilities across different programming languages and issue ty

    Runs model inference on benchmark instances via external APIs with progress tracking.

    Pythonbenchmarklanguage-modelsoftware-engineering
    Auf GitHub ansehen↗4,321
  1. Home
  2. Artificial Intelligence & ML
  3. Inference APIs

Unter-Tags erkunden

  • Custom API InferencesRegistering a user-defined API with documentation and implementation, then using it alongside built-in tools during inference. **Distinct from Inference APIs:** Distinct from Inference APIs: focuses on adding custom APIs for the model to call, not on serving model predictions via standard interfaces.