Skip to content

DeepSeek R1 0528

deepseek/deepseek-r1

The DeepSeek R1 model has undergone a minor version upgrade, with the current version being DeepSeek-R1-0528.

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