
DeepSeek V4 Flash is 90% off through Novita on AI Gateway
Quick Answer
DeepSeek v4 Flash is currently available at a 90% discount for Vercel Pro customers on AI Gateway until August 11.
Quick Take
Users can access this deal by routing requests through Novita, with fallback options to other providers at standard rates if necessary.
Key Points
- Discount applies to Vercel Pro customers until August 11.
- Use model 'deepseek/deepseek-v4-flash' for the discount.
- Fallback to standard rates if Novita cannot fulfill the request.
- API key creation is required in the AI Gateway dashboard.
- Standard rates apply after August 11 with no markup.
📖 Reader Mode
~1 min readDeepSeek v4 Flash is 90% off on AI Gateway when you route to Novita. The discount is available to Vercel Pro customers through August 11.
To get the discounted rate, set the model to deepseek/deepseek-v4-flash or deepseek/deepseek-v4-flash-0731 and put Novita first with the order option:
import { streamText } from 'ai';
const result = streamText({
model: 'deepseek/deepseek-v4-flash', // or 'deepseek/deepseek-v4-flash-0731'
prompt: 'Fix the failing tests in this repo.',
providerOptions: {
gateway: {
order: ['novita'],
},
},
});
If Novita can't serve the request, it falls back to other providers at the standard rate. After August 11, the model stays available at standard rates with no markup.
Create an API key in the AI Gateway section of your dashboard, or try the model first in its playground.
— Originally published at vercel.com
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

