open token
All models

DeepSeek: V3.2

deepseek/deepseek-v3.2by DeepSeektext

Hybrid reasoning model with sparse attention for long contexts. Strong at coding, tool use and agentic workflows.

Input
$0.62/M
Output
$1.85/M
Context
128K tokens
Max output
8.2K tokens
Released
Dec 2025

Providers

ProviderModel IDInputOutputContext
Amazon Bedrockdeepseek.v3.2$0.62/M$1.85/M128K

API

Use any OpenAI-compatible SDK. Create a key in your dashboard.

shell
curl https://getopentoken.com/v1/chat/completions \
  -H "Authorization: Bearer $OPEN_TOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-v3.2",
    "messages": [{"role": "user", "content": "What is the meaning of life?"}]
  }'