AI Gateway

DeepSeek V3 0324

deepseek/deepseek-v3

Fast general-purpose LLM with enhanced reasoning capabilities

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