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

FeatureFreePremiumTeamEnterprise
Price$0/month$20/month$30/user/monthCustom
Monthly Credits$5$20$30 per userCustom
Projects200UnlimitedUnlimitedUnlimited
Model Accessv0-1.5-mdv0-1.5-md and lgv0-1.5-md and lgAll models
API AccessNoYesYesYes
Team FeaturesNoNoYesAdvanced controls
Users11UnlimitedUnlimited
Shared ProjectsNoNoYesYes
Shared CreditsNoNoYesYes
Access ControlsNoNoBasicAdvanced
Centralized BillingNoNoYesYes
Usage AnalyticsBasicBasicTeam-wideAdvanced
Collaboration ToolsNoNoYesYes

Choose your plan →

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:

ModelInput 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

ResourceLimitDescription
Context window128,000 tokensMax combined size of input: context (e.g. chat history) and prompt.
Image inputs~1,000 tokens eachEach image is counted as roughly 1,000 tokens of input.
Output size32,000 tokensMax size of a single response generated by v0.
API requests (Premium)10 per minuteMax number of API calls per minute for Premium users.
API requests (Team)60 per minuteMax number of API calls per minute for Team users.
Concurrent requests (Premium)3Max number of simultaneous requests for Premium users.
Concurrent requests (Team)10Max number of simultaneous requests for Team users.

Credit purchase options

Enterprise and team plan can purchase additional credits:

PriceBest for
$10Occasional users
$50Regular users
$100Power users
$500Teams

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.