DeepSeek R1 0528
DeepSeek R1 0528 is DeepSeek's open-source reasoning model, released January 20, 2025. It scores 79.8% Pass@1 on AIME 2024 and 97.3% on MATH-500. Weights ship under the MIT License for commercial use.
import { streamText } from 'ai'
const result = streamText({ model: 'deepseek/deepseek-r1', prompt: 'Why is the sky blue?'})Playground
Try out DeepSeek R1 0528 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.