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
164k tokens
Input / 1M tokens
$0.27
Output / 1M tokens
$0.40
Benchmark

Pricing

Input tokens$0.27 per 1M tokens
Output tokens$0.40 per 1M tokens
Cache read$0.13 per 1M tokens

Technical details

Model IDdeepseek/deepseek-v3.2
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://renderhour.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