AI Gateway

All Models/

DeepSeek R1 Distill Llama 70B

DeepSeek R1 Distill Llama 70B by DeepSeek

DeepSeek-R1 is a state-of-the-art reasoning model trained with reinforcement learning and cold-start data, delivering strong performance across math, code, and complex reasoning tasks. It offers improved stability, readability, and multilingual handling compared to earlier versions, and is available alongside several high-quality distilled variants.

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