deepseek
DeepSeek: DeepSeek V3
DeepSeek-V3 is the latest model from the DeepSeek team, building upon the instruction following and coding abilities of the previous versions. Pre-trained on nearly 15 trillion tokens, the reported evaluations...
Context
131k tokens
Input / 1M tokens
$0.20
Output / 1M tokens
$0.80
Benchmark
—
Pricing
Input tokens$0.20 per 1M tokens
Output tokens$0.80 per 1M tokens
Technical details
Model IDdeepseek/deepseek-chat
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerDeepSeek
Max output tokens16,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-chat',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use DeepSeek: DeepSeek V3?
Get an API key and start making requests in minutes.
Get an API key