DeepSeek-V3.2 is the official successor to V3.2-Exp, designed for balanced inference and reasoning capabilities, achieving performance comparable to GPT-5.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: deepseek/deepseek-v3.2
curl -X POST https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-v3.2",
"messages": [{"role": "user", "content": "Hello!"}]
}'