awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mistralai avatar

mistralai/mistral-inferenceArchived

0
View on GitHub↗
10,819 星标·1,054 分支·Jupyter Notebook·Apache-2.0·20 次浏览mistral.ai↗

Mistral Inference

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 provides function-call prompt formatting so the model outputs a tool call instead of free text, and it offers code completion that fills in a missing middle segment given a prefix and suffix.

Beyond basic text generation, Mistral Inference provides an interactive chat interface for conversational loops, and it can be packaged into a Docker container for serving via a vLLM-compatible API endpoint. The library handles model loading from disk or registry, GPU-accelerated tensor computation, and streaming output through a generator interface.

Features

  • Large Language Models - Runs a pretrained large language model on a GPU to generate text from prompts.
  • Inference Libraries - Provides the core library for loading and running Mistral models on GPU with token streaming.
  • Weight Loaders - Loads a Mistral large language model from disk into GPU memory for text generation.
  • Local Inference Packages - Runs model inference locally on GPU for offline predictions on private data.
  • Inference Libraries - Provides the core library for running Mistral models on GPU with token streaming.
  • Weight Loaders - Loads pretrained Mistral model weights from local disk or remote registry into GPU memory.
  • Pretrained Model Loading - Loads pretrained language models and adapts their vocabularies for inference.
  • GPU Weight Loading - Loads pretrained model parameters from local files into GPU memory for inference.
  • Local LLM Execution - Loads a Mistral large language model onto a GPU and executes it for text generation.
  • Prompt-Based Text Generation - Feeds a prompt to a loaded model and produces tokens one by one on a GPU.
  • Autoregressive Text Generation - Generates text token-by-token by feeding previous outputs back into the model decoder.
  • Streaming Text Generation - Delivers large language model outputs incrementally for real-time interactive experiences.
  • Token Stream Generators - Outputs each generated token immediately via a generator interface for real-time display.
  • Token Streaming - Delivers AI model generated tokens and tool execution progress to the user interface in real time.
  • GPU-Accelerated Computation - Offloads mathematical operations to graphics hardware for high-performance numerical processing.
  • AI Safety Guardrails - Detects model jailbreaks, moderates content, and enforces safety policies.
  • Function Calling Interfaces - Formats prompts with tool definitions so the model outputs structured function calls.
  • Image-Text Prompt Inferences - Generates descriptive or conversational responses from image-text prompts.
  • Chat Model Interfaces - Provides a command-line session that accepts user prompts and streams model responses.
  • On-Demand Model Fetching - Downloads model weights from a remote repository on demand for local inference.
  • Multimodal Prompting - Accepts image URLs alongside text prompts to generate visual descriptions or reasoning.
  • Code Completion - Accepts a code-completion prefix and suffix, then fills in the missing middle segment.
  • Interactive Model Inference Sessions - Starts a command-line session that accepts user prompts and streams model responses conversationally.
  • Docker Container Deployments - Packages the model and its dependencies into a Docker image for easy deployment.
  • Content Guardrails - Enforces safety policies and content moderation on generated text streams.
  • Output Guardrails - Scans generated text against predefined content policies and blocks or flags policy violations.
  • Model Safety Filters - Blocks or sanitizes model outputs based on custom safety policies.

Star 历史

mistralai/mistral-inference 的 Star 历史图表mistralai/mistral-inference 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Mistral Inference 的精选搜索

收录 Mistral Inference 的精选合集。
  • 分布式模型推理框架
  • Transformer 推理优化内核
  • Apple Silicon LLM 推理引擎

Mistral Inference 的开源替代方案

相似的开源项目,按与 Mistral Inference 的功能重合度排序。
  • google/gemma_pytorchgoogle 的头像

    google/gemma_pytorch

    5,697在 GitHub 上查看↗

    The official PyTorch implementation of Google's Gemma models

    Pythongemmagooglepytorch
    在 GitHub 上查看↗5,697
  • zai-org/glm-4zai-org 的头像

    zai-org/GLM-4

    7,058在 GitHub 上查看↗

    GLM-4 is a large language model and fine-tuning framework designed for human-like text production, complex reasoning, and multilingual conversation. It functions as a multimodal system capable of processing high-resolution visual content and as a long-context model designed to analyze documents with a context window of up to one million tokens. The project differentiates itself through a function calling interface that enables AI agent development by connecting the model to external APIs and real-time web browsing. It includes specialized capabilities for generating functional programming cod

    Pythonchatglmchatglm-6bglm
    在 GitHub 上查看↗7,058
  • mistralai/mistral-srcmistralai 的头像

    mistralai/mistral-src

    10,821在 GitHub 上查看↗

    This project is a large language model inference library and framework designed to run models for text generation, problem solving, and coding assistance. It includes a multimodal framework for processing combined image and text inputs and a tool-use implementation that enables the execution of external functions based on model reasoning. The system features a distributed GPU inference engine that spreads large model workloads across multiple graphics processors to increase processing speed and meet memory requirements. It also provides containerized model deployment through pre-packaged imag

    Jupyter Notebook
    在 GitHub 上查看↗10,821
  • macpaw/openaiMacPaw 的头像

    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

    Swiftaiopenaiopenai-api
    在 GitHub 上查看↗2,862
查看 Mistral Inference 的所有 30 个替代方案→

常见问题解答

mistralai/mistral-inference 是做什么的?

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.

mistralai/mistral-inference 的主要功能有哪些?

mistralai/mistral-inference 的主要功能包括:Large Language Models, Inference Libraries, Weight Loaders, Local Inference Packages, Pretrained Model Loading, GPU Weight Loading, Local LLM Execution, Prompt-Based Text Generation。

mistralai/mistral-inference 有哪些开源替代品?

mistralai/mistral-inference 的开源替代品包括: google/gemma_pytorch — The official PyTorch implementation of Google's Gemma models. zai-org/glm-4 — GLM-4 is a large language model and fine-tuning framework designed for human-like text production, complex reasoning,… mistralai/mistral-src — This project is a large language model inference library and framework designed to run models for text generation,… macpaw/openai — This is an asynchronous Swift client library for calling OpenAI’s API across Apple platforms. It provides native… cocktailpeanut/dalai — The simplest way to run LLaMA on your local machine. strands-agents/sdk-python — This is an open-source Python SDK for building and orchestrating production-grade AI agents. It provides a unified…