mistral.rs

Rust inference engine serving text, vision, audio, and image models via an OpenAI-compatible API.

Open SourceSelf HostedOffline Capable
0.0 (0)

About

Despite the name, mistral.rs runs far more than Mistral models: it is a cross-platform inference engine written in Rust that covers text, vision, audio, and video input plus speech generation, image generation, and embeddings. Quantization is a core strength, with in-situ quantization that converts Hugging Face models on the fly, GGUF support from 2 to 8 bits, GPTQ, AWQ, HQQ, and FP8, and per-layer topology control that lets each layer use a different format. The server exposes OpenAI-compatible /v1 endpoints alongside an Anthropic-style Messages API, a built-in web UI, and a Prometheus metrics endpoint, with Rust and Python APIs for embedding it in applications. It runs on CUDA with FlashAttention V2 and V3, Apple Metal, and plain CPU, and supports multi-GPU distributed inference. Prebuilt binaries install through shell or PowerShell one-liners on Linux, macOS, and Windows, falling back to a source build. Maintained by Eric Buehler under the MIT license, it has around 7.5k GitHub stars as a popular Rust-native alternative to llama.cpp.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Easy (2/5)
License
MIT
Added
Jul 29, 2026

Related Tools

Minimalist ML framework in Rust by Hugging Face for fast inference.

Open SourceSelf HostedOffline
Advanced
0.0 (0)

Open-source ChatGPT alternative that runs 100% offline on your computer.

Open SourceSelf HostedOffline
Beginner
0.0 (0)
Featured

Port of Meta's LLaMA model in C/C++ for efficient CPU inference

Open SourceSelf HostedOffline
Intermediate
0.0 (0)

Fast LLM inference on consumer GPUs using neuron-aware sparse computation.

Open SourceSelf HostedOfflineGPU 4GB+
Advanced
0.0 (0)
Featured

High-throughput LLM serving engine with PagedAttention

Open SourceSelf HostedOfflineGPU 16GB+
Intermediate
0.0 (0)

Minimalist machine learning framework for Rust focused on performance and serverless inference.

Open SourceSelf HostedOffline
Intermediate
0.0 (0)
Browse all LLM Inference & Serving tools