Skip to content

DeepSeek V3 0324

DeepSeek V3 0324 is DeepSeek's open-source 671B Mixture-of-Experts language model released December 26, 2024. It achieves 3x the inference throughput of DeepSeek-V2 while matching closed-source models in published benchmark evaluations.

Tool Use
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'deepseek/deepseek-v3',
prompt: 'Why is the sky blue?'
})

Playground

Try out DeepSeek V3 0324 by DeepSeek. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.