Item detail
github.com

kyutai-labs/moshi-rag

RepoRadar surfaced kyutai-labs/moshi-rag — an official kyutai research model r — into the AI Inference Model section, where it sits at Gold tier with a 'track' verdict. Its strongest signal is novelty, scored 9.0 out of 10.

Score8.0
Popularity1.0
Riskconditional
TierGold
Score breakdown
Usefulness7.0
Novelty9.0
Momentum7.0
Maturity5.9
Open-source/build8.4
Evidence7.2
Workflow potential8.4
Setup ease4.2

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for AI researchers, AI infrastructure teams, AI model developers, AI-curious readers, and any developer building a full-duplex speech assistant that needs factuality without sacrificing real-time interactivity -- and who can pair kyutai-labs/moshi-rag with a >= 24 GB VRAM GPU (NVIDIA recommended) for the front-end Moshi model, an optional second GPU for the reference encoder, a local OpenAI

Who should use it

AI researchers, AI infrastructure teams, AI model developers, AI-curious readers, and any developer building a full-duplex speech assistant that needs factuality without sacrificing real-time interactivity -- and who can pair kyutai-labs/moshi-rag with a >= 24 GB VRAM GPU (NVIDIA recommended) for the front-end Moshi model, an optional second GPU for the reference encoder, a local OpenAI-compatible LLM server (vLLM recommended, e.g. `vllm serve google/gemma-3-27b-it --host 0.0.0.0 --port 8002`) for the back-end retrieval, the Rust toolchain (rustup) + CUDA toolchain (with `nvcc`) for the Rust/Candle production path, and the PyTorch implementation (`moshi/`) for the research + experimentation pathEngineering teams that want a full-duplex speech assistant with factuality -- the <ret> token mechanism solves the round-trip latency problem for RAG retrieval in full-duplex speech; the front-end can produce lightweight pre-RAG content while the back-end retrieves in parallel, so the interaction stays natural; the durable differentiator vs. traditional RAG-on-speech is the asynchronous retrieval patternEngineering teams that want a full-duplex speech model front-end -- Moshi handles real-time conversation (continuously listening + speaking); the architecture is based on `kyutai-labs/moshi` + `Mimi` (the audio codec); the right primitive for low-latency voice assistantsEngineering teams that want an asynchronous retrieval back-end -- a text-in/text-out system that can be implemented with different retrieval methods (LLM-based retrieval or search-based retrieval); the back-end takes conversation context (Moshi inner monologue + user transcription) and returns reference text; the right primitive for RAGEngineering teams that want a PyTorch + Rust/Candle dual implementation -- `moshi/` for research + experimentation (Python, full PyTorch) + `rust/` for production use (Rust + Candle + bindings to Python via `rustymimi`); the PyTorch path supports bf16 only; the Rust/Candle path supports CPU + GPU + Apple Silicon -- the right primitive for both research and production

Who should skip it

Pass on kyutai-labs/moshi-rag if you need something non-technical and turnkey rather than a tool that requires comfort with CLI, dependencies, or system configuration.

About this signal

kyutai-labs/moshi-rag is tracked by RepoRadar as a official kyutai research model r in the AI Inference Model section. It was first seen on 2026-07-06 and last updated on 2026-07-06. The current verdict is 'track' with a Gold tier and hard setup difficulty. Across RepoRadar's eight signals, kyutai-labs/moshi-rag is strongest on novelty (9.0) and open-source/build quality (8.4) and weakest on setup ease (4.2) — a profile worth weighing against your own priorities. This page summarizes the evidence RepoRadar has captured from captured source metadata. The score, tier, risk label, and verdict on this page are never influenced by sponsorship, ads, or tips — they reflect only the usefulness, popularity, novelty, momentum, maturity, and evidence signals described in the RepoRadar methodology.

How this item is evaluated

RepoRadar assigned kyutai-labs/moshi-rag a composite score of 8.0 out of 10, placing it in the Gold tier. This score combines weighted sub-signals: usefulness (35%), novelty (18%), momentum (14%), maturity (10%), open-source/build quality (7%), evidence quality (6%), workflow potential (6%), and setup ease (4%). Popularity is tracked separately at 1.0 and never affects the composite score or tier. The risk label of 'conditional' reflects inherent user-impacting hazards, not generic novelty. Items with no risk flag may still require normal code review before production use.

Putting this into practice? Read Local AI vs. hosted APIs: how to choose for the checklist behind this score.

Risk explanation

The 118* / 2461 KB repo is research-grade and the model requires substantial infrastructure -- GPU >= 24 GB VRAM for the front-end Moshi model; optional second GPU for the reference encoder; the back-end LLM must be local and OpenAI-compatible (vLLM recommended); MoshiRAG is sensitive to retrieval delays over 3 seconds.

Evidence links
Closest alternatives / related signals
open-sourceapache-2-0kyutai-labs-moshi-ragmoshiragkyutai-labsofficial-research-releasefull-duplex-speech-language-modelasynchronous-knowledge-retrieval