deepseek
DeepSeek: DeepSeek V3.2 Exp
DeepSeek-V3.2-Exp is an experimental large language model released by DeepSeek as an intermediate step between V3.1 and future architectures. It introduces DeepSeek Sparse Attention (DSA), a fine-grained sparse attention mechanism...
Context
164k tokens
Input / 1M tokens
$0.27
Output / 1M tokens
$0.41
Benchmark
—
Pricing
Input tokens$0.27 per 1M tokens
Output tokens$0.41 per 1M tokens
Technical details
Model IDdeepseek/deepseek-v3.2-exp
Context window164k tokens
Input modalitiestext
Output modalitiestext
TokenizerDeepSeek
Max output tokens65,536
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'deepseek/deepseek-v3.2-exp',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use DeepSeek: DeepSeek V3.2 Exp?
Get an API key and start making requests in minutes.
Get an API key