Private
Public Access
0
0

docs(tech-stack): add MiniMax provider and Gemini Embedding 001

This commit is contained in:
2026-06-02 20:30:41 -04:00
parent 404f226f89
commit 39fd87e82f
+2
View File
@@ -21,11 +21,13 @@
- **anthropic:** For Anthropic Claude API interaction, supporting ephemeral prompt caching.
- **DeepSeek (Dedicated SDK):** Integrated for high-performance codegen and reasoning (Phase 2).
- **Gemini CLI:** Integrated as a headless backend provider, utilizing a custom subprocess adapter and bridge script for tool execution control. Achieves full functional parity with direct SDK usage, including real-time token counting and detailed subprocess observability.
- **MiniMax:** Alternative provider support, integrated via the OpenAI-compatible SDK.
- **Gemini 3.1 Pro Preview:** Tier 1 Orchestrator model for complex reasoning.
- **Gemini 3-Flash Preview:** High-reasoning low-latency model for Tier 2 Tech Lead.
- **Gemini 2.5 Flash Lite:** Ultra-low-cost, high-speed model for Tier 3 Workers and Tier 4 QA.
- **DeepSeek-V3:** Tier 3 Worker model optimized for code implementation.
- **DeepSeek-R1:** Specialized reasoning model for complex logical chains and "thinking" traces.
- **Gemini Embedding 001:** Default embedding model for RAG vector store.
## Configuration & Tooling