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.
Access deepseek-v3 free through Vercel's $5 monthly credit.
DeepSeek V3 offers flagship-level performance in coding and mathematical reasoning, rivaling top-tier proprietary models while remaining completely open-weight.
Vercel 为每个团队(包括免费的 Hobby 个人计划)每月提供了价值 $5 的系统层 AI 额度。只要您当月的调用未超出 $5 的等值 token 消耗,即可通过 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);