deepseek

DeepSeek: DeepSeek V3.2

DeepSeek-V3.2 is a large language model designed to harmonize high computational efficiency with strong reasoning and agentic tool-use performance. It introduces DeepSeek Sparse Attention (DSA), a fine-grained sparse attention mechanism...

Context
131k tokens
Input / 1M tokens
$0.23
Output / 1M tokens
$0.34
Benchmark

Pricing

Input tokens$0.23 per 1M tokens
Output tokens$0.34 per 1M tokens

Technical details

Model IDdeepseek/deepseek-v3.2
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerDeepSeek
Max output tokens64,000

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',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use DeepSeek: DeepSeek V3.2?

Get an API key and start making requests in minutes.

Get an API key
DeepSeek: DeepSeek V3.2 — MegaBrain Gateway