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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

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.

Awesome Streaming Text Generation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mistralai/mistral-inferenceAvatar de mistralai

    mistralai/mistral-inference

    10,819Voir sur GitHub↗

    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
    Voir sur GitHub↗10,819
  • postgresml/postgresmlAvatar de postgresml

    postgresml/postgresml

    6,801Voir sur GitHub↗

    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
    Voir sur GitHub↗6,801
  • ericlbuehler/mistral.rsAvatar de EricLBuehler

    EricLBuehler/mistral.rs

    6,597Voir sur GitHub↗

    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
    Voir sur GitHub↗6,597
  • modeltc/lightllmAvatar de ModelTC

    ModelTC/LightLLM

    3,901Voir sur 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

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

    Pythondeep-learninggptllama
    Voir sur GitHub↗3,901
  • macpaw/openaiAvatar de MacPaw

    MacPaw/OpenAI

    2,862Voir sur GitHub↗

    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
    Voir sur GitHub↗2,862
  1. Home
  2. Artificial Intelligence & ML
  3. Streaming Text Generation