awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mistralai/mistral-inferencemistralai का अवतार

    mistralai/mistral-inference

    10,819GitHub पर देखें↗

    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/postgresmlpostgresml का अवतार

    postgresml/postgresml

    6,801GitHub पर देखें↗

    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.rsEricLBuehler का अवतार

    EricLBuehler/mistral.rs

    6,597GitHub पर देखें↗

    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/lightllmModelTC का अवतार

    ModelTC/LightLLM

    3,901GitHub पर देखें↗

    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/openaiMacPaw का अवतार

    MacPaw/OpenAI

    2,862GitHub पर देखें↗

    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