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.
import { streamText } from 'ai'
const result = streamText({ model: 'deepseek/deepseek-v3', prompt: 'Why is the sky blue?'})