AI Gateway

/

DeepSeek V3 0324

DeepSeek V3 0324 by DeepSeek

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?'
})