MODELS / DEEPSEEK

DeepSeek V3.2 Thinking

DeepSeek‑V3.2 from DeepSeek harmonizes high computational efficiency with superior reasoning and agent performance. It builds on three main techniques: DeepSeek Sparse Attention for long‑context efficiency, a scalable reinforcement learning framework, and a large‑scale agentic task synthesis pipeline. This model excels at long-context reasoning and agentic tasks, efficiently handling extended inputs while maintaining strong accuracy. Its sparse attention design enables it to process complex, multi-step workflows without excessive compute costs. Overall, DeepSeek‑V3.2 targets long‑context reasoning, tool‑using agents, and efficient deployment in production environments.

TEXTTOOL-USEIMPLICIT-CACHING
128K
CONTEXT WINDOW
8K
MAX OUTPUT TOKENS
$0.62 / 1M tokens
INPUT PRICE
$1.85 / 1M tokens
OUTPUT PRICE
QUICKSTART

Call it in one request.

OpenAI-compatible — change the base URL, and the setup is complete.

SHELL
curl https://enterprise.blackbox.ai/v1/chat/completions \
  -H "Authorization: Bearer $BLACKBOX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "blackboxai/deepseek/deepseek-v3.2-thinking",
    "messages": [{ "role": "user", "content": "Hello!" }],
    "stream": true
  }'
INPUT: image, textOUTPUT: textRELEASED: 2025-12-01