deepseek

DeepSeek: DeepSeek V3 0324

DeepSeek V3, a 685B-parameter, mixture-of-experts model, is the latest iteration of the flagship chat model family from the DeepSeek team. It succeeds the [DeepSeek V3](/deepseek/deepseek-chat-v3) model and performs really well...

Context
164k tokens
Input / 1M tokens
$0.20
Output / 1M tokens
$0.77
Benchmark

Pricing

Input tokens$0.20 per 1M tokens
Output tokens$0.77 per 1M tokens
Cache read$0.14 per 1M tokens

Technical details

Model IDdeepseek/deepseek-chat-v3-0324
Context window164k tokens
Input modalitiestext
Output modalitiestext
TokenizerDeepSeek
Max output tokens16,384

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

Ready to use DeepSeek: DeepSeek V3 0324?

Get an API key and start making requests in minutes.

Get an API key