DeepSeek-V3.1
The OSS model that finally matched GPT-4-class quality at 1/20th the price.
V3.1 keeps the sparse MoE architecture from V3 but ships with a much cleaner post-training stack: hybrid RLHF, tool-use traces from R1, and a new reward model that pushes MATH and LiveCodeBench past every previous open release.
- Frontier-tier reasoning
- MoE keeps cost near a 30B dense model
- Excellent tool calling
- Long-context degrades past ~64K
- Weaker in multilingual outside EN/ZH
Default `auto:cost` fallback for anything not requiring vision. Route reasoning-heavy prompts here before touching GPT-4-class closed models.
curl https://api.llmcloud.ai/v1/chat/completions \
-H "Authorization: Bearer $KEY" \
-d '{"model":"deepseek-v3-1","messages":[...]}'