awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mistralai/mistral-inferenceالصورة الرمزية لـ mistralai

    mistralai/mistral-inference

    10,819عرض على 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
    عرض على GitHub↗10,819
  • postgresml/postgresmlالصورة الرمزية لـ postgresml

    postgresml/postgresml

    6,801عرض على 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
    عرض على GitHub↗6,801
  • ericlbuehler/mistral.rsالصورة الرمزية لـ EricLBuehler

    EricLBuehler/mistral.rs

    6,597عرض على 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
    عرض على GitHub↗6,597
  • modeltc/lightllmالصورة الرمزية لـ ModelTC

    ModelTC/LightLLM

    3,901عرض على 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
    عرض على GitHub↗3,901
  • macpaw/openaiالصورة الرمزية لـ MacPaw

    MacPaw/OpenAI

    2,862عرض على 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
    عرض على GitHub↗2,862
  1. Home
  2. Artificial Intelligence & ML
  3. Streaming Text Generation