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
·

7 Repos

Awesome GitHub RepositoriesModel Serving Interfaces

Unified interfaces for deploying and serving multimodal model architectures across diverse hardware environments.

Distinct from Multimodal Models: Focuses on the serving and deployment interface rather than the internal neural network architecture of multimodal models.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Model Serving Interfaces. Refine with filters or upvote what's useful.

Awesome Model Serving Interfaces GitHub Repositories

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

    xorbitsai/inference

    9,358Auf GitHub ansehen↗

    This project is a platform for the deployment of open source large language and multimodal models. It provides a unified interface to serve text, image, and speech models across local or cloud hardware. The system enables distributed AI inference by orchestrating model workloads across multiple nodes and devices. It includes a unified API adapter layer to standardize inputs and outputs, as well as tools for multimodal chat and structural image generation. The platform covers a broad capability surface including request batching for throughput optimization, dynamic model loading, and integrat

    Provides a unified interface to serve text, image, and speech models across local or cloud hardware.

    Python
    Auf GitHub ansehen↗9,358
  • internlm/lmdeployAvatar von InternLM

    InternLM/lmdeploy

    7,903Auf GitHub ansehen↗

    lmdeploy is a high-performance inference engine and deployment framework for large language models and vision models. It functions as a multi-modal model server and compression toolkit designed to serve models with high throughput and low latency. The system enables the distribution of model services across multiple machines using request-based load balancing and tensor parallelism. It includes specialized tools for model quantization and compression to reduce the memory footprint of weights and caches. The framework covers broad capability areas including production deployment, distributed

    Provides unified interfaces for deploying and serving multimodal model architectures across diverse hardware environments.

    Pythoncodellamacuda-kernelsdeepspeed
    Auf GitHub ansehen↗7,903
  • karpathy/arxiv-sanity-preserverAvatar von karpathy

    karpathy/arxiv-sanity-preserver

    5,717Auf GitHub ansehen↗

    This project is a self-hosted system for discovering, browsing, and receiving personalized recommendations from academic papers on arXiv. It combines an arXiv API client that downloads paper metadata and PDFs with a TF-IDF document similarity engine and an SVM-based recommendation system that trains a classifier per user based on their preferences. The system provides a web interface for browsing, searching, and filtering recent arXiv submissions, alongside personalized paper recommendations generated from individual user signals. It also includes a Twitter mention tracker that periodically p

    Serves a browser-based UI for browsing, searching, and filtering papers with per-user recommendation views.

    Python
    Auf GitHub ansehen↗5,717
  • modeltc/lightllmAvatar von ModelTC

    ModelTC/LightLLM

    3,901Auf GitHub ansehen↗

    LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a multi-GPU inference engine and server capable of handling dense architectures, mixture-of-experts designs, and multimodal models that process both text and images. The system is distinguished by its specialized support for Mixture-of-Experts models using expert parallelism and fused kernels. It implements structured text generation through deterministic state machines and pushdown automata to enforce precise output formats. To optimize throughput, the framework employs specula

    Provides a unified interface for deploying and serving models that process both text and images.

    Pythondeep-learninggptllama
    Auf GitHub ansehen↗3,901
  • nvlabs/vilaAvatar von NVlabs

    NVlabs/VILA

    3,819Auf GitHub ansehen↗

    VILA is a vision-language model integration that combines a visual encoder with a large language model to process images and text in a shared space. Its primary purpose is to enable the generation of natural language explanations and detailed text summaries of images and videos based on user prompts. The project utilizes a multi-stage alignment pipeline to synchronize visual and textual embeddings through sequential pretraining and supervised fine-tuning. To support deployment on desktop and edge hardware, it employs quantized low-precision inference to reduce model weights to 4-bit precision

    Provides interfaces for deploying and serving multimodal model architectures via containers and APIs.

    Python
    Auf GitHub ansehen↗3,819
  • paddlepaddle/fastdeployAvatar von PaddlePaddle

    PaddlePaddle/FastDeploy

    3,700Auf GitHub ansehen↗

    FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models. It provides the infrastructure to launch model services that process combined image, video, and text inputs, exposing these capabilities through a standardized, OpenAI-compatible API for chat and text completions. The project distinguishes itself through advanced inference pipeline engineering and GPU optimization. It employs speculative decoding, tensor parallelism, and a disaggregated execution model that separates prefill and decode phases across different hardware resourc

    Provides unified interfaces for deploying and serving multimodal models that process image, video, and text inputs.

    Pythonernieernie-45ernie-45-vl
    Auf GitHub ansehen↗3,700
  • vllm-project/vllm-omniAvatar von vllm-project

    vllm-project/vllm-omni

    2,776Auf GitHub ansehen↗

    vllm-omni is a high-throughput serving engine and distributed inference framework designed for omni-modal models. It serves as a multi-modal model API server capable of generating text, image, video, and audio data, providing a standardized interface for remote client access. The system features a non-autoregressive generation engine for parallel media production and a robot policy inference server that acts as a real-time communication bridge to robotic hardware using specialized protocols. It supports hybrid execution models that combine sequential token generation with parallelized media g

    Deploys models integrating text, audio, image, and video capabilities via unified serving interfaces.

    Pythonaudio-generationdiffusionimage-generation
    Auf GitHub ansehen↗2,776
  1. Home
  2. Artificial Intelligence & ML
  3. Multimodal Models
  4. Model Serving Interfaces