> **Important Note:** Proprietary models like **Claude Opus 4.5**, **GPT-5.2**, and **Gemini 3 Pro** represent the cutting edge of Cloud AI. For **Local AI**, we focus on efficiently running models that approximate this power using **MoE (Mixture of Experts)** technology, specifically **GLM-4.7**, **DeepSeek**, and **OSS120B-GPT**.
### 3. DeepSeek & MoE (Mixture of Experts) in General Bots
**DeepSeek-V2/V3** uses an architecture called **MoE (Mixture of Experts)**. This is highly efficient but requires specific support.
**General Bots Offline Component (llama.cpp):**
The General Bots local LLM component is built on `llama.cpp`, which fully supports MoE models like DeepSeek and Mixtral efficiently.
***MoE Efficiency:** Only a fraction of parameters are active for each token generation. DeepSeek-V2 might have 236B parameters total, but only uses ~21B per token.
***Running DeepSeek:**
* On an **RTX 3060**, you can run **DeepSeek-V2-Lite (16B)** exceptionally well.
* It offers performance rivaling much larger dense models.
***Configuration:** Simply select the model in your `local-llm` setup. The internal `llama.cpp` engine handles the MoE routing automatically. No special Flags (`-moe`) are strictly required in recent versions, but ensuring you have the latest `botserver` update guarantees the `llama.cpp` binary supports these architectures.
### 4. Recommended Configurations by Budget
**Entry Level (Up to R$ 2.500 Total):**
***GPU:** RTX 3060 12GB (Used ~R$ 1.300)
***RAM:** 32 GB DDR4 (~R$ 300)
***Runs:** GLM 4 (Perfect), DeepSeek Lite, Llama-3-8B. Sufficient for 90% of daily tasks and coding.
**Prosumer (R$ 5.000 - R$ 7.000 Total):**
***GPU:** RTX 3090 24GB (Used ~R$ 4.000)
***RAM:** 64 GB DDR4 (~R$ 700)
***Runs:** All above + Llama-3-70B, Command R+, Mixtral 8x7B. True offline GPT-4 class assistant.
**Enterprise Domestic (R$ 15.000+):**
***GPU:** 2x RTX 3090 or 1x RTX 4090
***Runs:** 100B+ models, high context windows (128k), massive parallel batches.