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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • xorbitsai/inferenceAvatar de xorbitsai

    xorbitsai/inference

    9,358Ver en GitHub↗

    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
    Ver en GitHub↗9,358
  • internlm/lmdeployAvatar de InternLM

    InternLM/lmdeploy

    7,903Ver en GitHub↗

    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
    Ver en GitHub↗7,903
  • karpathy/arxiv-sanity-preserverAvatar de karpathy

    karpathy/arxiv-sanity-preserver

    5,717Ver en GitHub↗

    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
    Ver en GitHub↗5,717
  • modeltc/lightllmAvatar de ModelTC

    ModelTC/LightLLM

    3,901Ver en GitHub↗

    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
    Ver en GitHub↗3,901
  • nvlabs/vilaAvatar de NVlabs

    NVlabs/VILA

    3,819Ver en GitHub↗

    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
    Ver en GitHub↗3,819
  • paddlepaddle/fastdeployAvatar de PaddlePaddle

    PaddlePaddle/FastDeploy

    3,700Ver en GitHub↗

    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
    Ver en GitHub↗3,700
  • vllm-project/vllm-omniAvatar de vllm-project

    vllm-project/vllm-omni

    2,776Ver en GitHub↗

    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
    Ver en GitHub↗2,776
  1. Home
  2. Artificial Intelligence & ML
  3. Multimodal Models
  4. Model Serving Interfaces