Why choose DeepSeek V3?
DeepSeek V3 offers flagship-level performance in coding and mathematical reasoning, rivaling top-tier proprietary models while remaining completely open-weight.
เข้าถึง DeepSeek V3 ได้ฟรีผ่าน Vercel AI Gateway
DeepSeek V3 offers flagship-level performance in coding and mathematical reasoning, rivaling top-tier proprietary models while remaining completely open-weight.
Vercel มอบเครดิต AI มูลค่า $5 ต่อเดือนสำหรับทุกทีม คุณสามารถทดลองใช้โมเดลนี้ได้ฟรีผ่าน Vercel AI SDK ตราบใดที่การใช้งานของคุณไม่เกินขีดจำกัดนั้น
import { generateText } from 'ai';
import { deepseek } from '@ai-sdk/deepseek';
const { text } = await generateText({
model: deepseek('deepseek-chat'),
prompt: 'Write a quick poem about free AI models',
});
console.log(text);