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
·

5 Repos

Awesome GitHub RepositoriesStreaming Text Generation

Incremental delivery of large language model outputs to clients for real-time interactive experiences.

Distinct from Large Language Model Input Generators: The candidates focus on multimodal generation (video, image, 3D) or input preparation, whereas this feature concerns the delivery mechanism of text model outputs.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Streaming Text Generation. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Streaming Text Generation

Awesome Streaming Text Generation GitHub Repositories

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

    mistralai/mistral-inference

    10,819Auf GitHub ansehen↗

    Mistral Inference is a library for running Mistral large language models on a GPU, generating text from prompts with token streaming. It loads pretrained model weights from local disk or a remote registry into GPU memory, then produces output tokens one by one for real-time display in interactive applications. The library supports multimodal prompts that accept image URLs alongside text, enabling visual description and reasoning. It includes content safety guardrails that scan generated text against predefined policies to block or flag policy violations. For structured interactions, it provid

    Delivers large language model outputs incrementally for real-time interactive experiences.

    Jupyter Notebookllmllm-inferencemistralai
    Auf GitHub ansehen↗10,819
  • postgresml/postgresmlAvatar von postgresml

    postgresml/postgresml

    6,801Auf GitHub ansehen↗

    PostgresML is a machine learning database extension for PostgreSQL that integrates model training and inference directly into the database. It functions as an in-database AI platform and vector database, enabling the execution of large language models and natural language processing tasks on stored records without exporting data to external services. The system distinguishes itself by utilizing GPU acceleration to minimize latency during model predictions and employing a hybrid storage engine that maintains relational data alongside high-dimensional vectors. It allows for the building and fin

    The capability to send output from large language models incrementally to clients for interactive chat experiences.

    Rust
    Auf GitHub ansehen↗6,801
  • ericlbuehler/mistral.rsAvatar von EricLBuehler

    EricLBuehler/mistral.rs

    6,597Auf GitHub ansehen↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Streams generated text token-by-token as it is produced for real-time output display.

    Rustllmrustuqff
    Auf GitHub ansehen↗6,597
  • 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

    Sends completion results incrementally as they are produced for real-time interactive text display.

    Pythondeep-learninggptllama
    Auf GitHub ansehen↗3,901
  • macpaw/openaiAvatar von MacPaw

    MacPaw/OpenAI

    2,862Auf GitHub ansehen↗

    This is an asynchronous Swift client library for calling OpenAI’s API across Apple platforms. It provides native access to chat completions, image generation and editing, speech synthesis and transcription, text embeddings, and content moderation through a single interface built on Swift’s async-await concurrency model. The client supports structured output generation by constraining model responses to a provided JSON schema, and enables real-time consumption of generated text through streaming responses delivered as an AsyncSequence. It includes a thread-based conversation model for managing

    Delivers generated text tokens incrementally as the model produces them for real-time display.

    Swiftaiopenaiopenai-api
    Auf GitHub ansehen↗2,862