Iām building a voice agent on livekit and Iām ripping my hair out. The problem is that I either use a moderate sized LLM and it responds in real time or I use a big / reasoning model and there is a huge delay before it responds and it's suā¦
model
DeepSeek-V3
huggingface.co/deepseek-ai/DeepSeek-V3 ↗
1045642 downloads4063 likestext-generationtransformers
from the model card
Paper Linkšļø Introduction We present DeepSeek-V3, a strong Mixture-of-Experts (MoE) language model with 671B total parameters with 37B activated for each token. To achieve efficient inference and cost-effective training, DeepSeek-V3 adopts Multi-head Latent Attention (MLA) and DeepSeekMoE architectures, which were thoroughly validated in DeepSeek-V2. Furthermore, DeepSeek-V3 pioneers an auxiliary-loss-free strategy for load balancing and sets a multi-token prediction training objective for stronger performance. We pre-train DeepSeek-V3 on 14.8 trillion diverse and high-quality tokens, followed by Supervised Fine-Tuning and Reinforcement Learning stages to fully harness its capabilities. Comprehensive evaluations reveal that DeepSeek-V3 outperforms other open-source models and achieves performance comparable to leading closed-source models. Despite its excellent performance, DeepSeek-V3 requires only 2.788M H800 GPU hours for its full training. In addition, its training process is remarkably stable. Throughout the entire training process, we did not experience any irrecoverable loss spikes or perform any rollbacks. Model Summary Architecture: Innovative Load Balancing Strategy and Training Objective On top of the efficient architecture of DeepSeek-V2, we pioneer an auxiliary-loss-free strategy for load balancing, which minimizes the performance degradation that arises from encouā¦
discussions
- DeepSeek 3 2 2026-04-28 – 2026-05-01
recent items
Reasoning model in voice agent? (www.reddit.com) wrote specific backstory facts into a character prompt and the LLM keeps inventing its own instead (www.reddit.com) quick context: i'm running tendera.chat, a small chat app with 4 written characters. each has a long-ish system prompt with sections like WHO YOU ARE, HOW YOU TALK, YOUR WORLD.