Pricing
Understand the v0 plans, pricing, and usage limits.
v0 offers 4 plans:
- Free: No cost. For people looking to explore.
- Premium: $20/month. For higher limits and power users.
- Team: $30/user/month. For fast moving teams and collaboration.
- Enterprise: For large companies that require additional security.
Plan comparison
Feature | Free | Premium | Team | Enterprise |
---|---|---|---|---|
Price | $0/month | $20/month | $30/user/month | Custom |
Monthly Credits | $5 | $20 | $30 per user | Custom |
Projects | 200 | Unlimited | Unlimited | Unlimited |
Model Access | v0-1.5-md | v0-1.5-md and lg | v0-1.5-md and lg | All models |
API Access | No | Yes | Yes | Yes |
Team Features | No | No | Yes | Advanced controls |
Users | 1 | 1 | Unlimited | Unlimited |
Shared Projects | No | No | Yes | Yes |
Shared Credits | No | No | Yes | Yes |
Access Controls | No | No | Basic | Advanced |
Centralized Billing | No | No | Yes | Yes |
Usage Analytics | Basic | Basic | Team-wide | Advanced |
Collaboration Tools | No | No | Yes | Yes |
How do credits work?
Credits function like a prepaid balance:
- Each plan includes a monthly credit allowance.
- Generations draw from your credit balance.
- When credits are used up, generation pauses.
- You can buy more credits any time (Premium and Team only)
- Credits reset monthly on your billing date.
What are tokens?
Tokens are the units used to measure how much text is processed:
- Input tokens come from your prompt or uploaded content.
- Output tokens are what v0 generates in response.
Each time you use v0, your input and the generated output are split into tokens and counted. Token usage varies based on the length of your input and the size of the output. Longer prompts or more detailed responses will use more tokens.
v0 also includes all relevant context like chat history, source files, and Vercel-specific knowledge when generating responses. This context is counted as input, and higher-quality responses may use more tokens as a result.
Credit to token conversion
The number of tokens per credit used depends on the model. This table shows how much each model costs per million tokens:
Model | Input Cost (per 1M tokens) | Output Cost (per 1M tokens) |
---|---|---|
v0-1.5-md | $1.50 | $7.50 |
v0-1.5-lg | $7.50 | $37.50 |
API v0-1.0-md | $3.00 | $15.00 |
Monitoring your usage
You can monitor your usage under Billing in your v0 dashboard:
- Plan Summary: Your current plan, credit allowance, and payment method.
- Credit balance: Your remaining credit balance for the month. If you're on a paid plan, it also shows your additional purchased credits.
- Payment: Current payment method and update settings.
- Invoices: Links to your v0 invoices on the Vercel dashboard.
- Usage Events: A detailed log of your real-time activity, each message shows the date, cost, credit source, and model used.
Technical limits
Resource | Limit | Description |
---|---|---|
Context window | 128,000 tokens | Max combined size of input: context (e.g. chat history) and prompt. |
Image inputs | ~1,000 tokens each | Each image is counted as roughly 1,000 tokens of input. |
Output size | 32,000 tokens | Max size of a single response generated by v0. |
API requests (Premium) | 10 per minute | Max number of API calls per minute for Premium users. |
API requests (Team) | 60 per minute | Max number of API calls per minute for Team users. |
Concurrent requests (Premium) | 3 | Max number of simultaneous requests for Premium users. |
Concurrent requests (Team) | 10 | Max number of simultaneous requests for Team users. |
Credit purchase options
Enterprise and team plan can purchase additional credits:
Price | Best for |
---|---|
$10 | Occasional users |
$50 | Regular users |
$100 | Power users |
$500 | Teams |
Best practices
- Break large projects into smaller components.
- Use server components for better performance.
- Be specific in your prompts to reduce iterations.
- Monitor your credit usage regularly.
- Purchase credits in bulk for better value.