# VidGuy Pricing

> Machine-readable pricing for AI agents, LLMs, and API consumers.
> Generated from VidGuy's live billing configuration — always in sync with the plan cards.
> Human-readable pricing: https://www.vidguy.ai/#pricing

## Overview

- **Currency:** USD
- **Billing model:** monthly credit-based subscriptions, plus optional one-off credit packs.
- **Annual billing:** save up to 30% versus paying monthly (exact percentage per plan below).
- **Credits** are spent per render; cost scales with video type, length, and quality.
- **Plans start at $49/month** (Starter). Get started: https://www.vidguy.ai/auth/signup

## Plans

### Starter — $49/month

- **Credits:** 300 per month
- **Annual billing:** $420/year (≈ $35/month, save 29%)
- **Concurrent render jobs:** 2
- **Includes:**
  - 300 credits per month
  - ≈ 10 videos per month
  - 100+ Natural AI Actors
  - All video templates
  - 1080p output
  - ElevenLabs voiceover
  - Multi-platform export

### Pro — $99/month — Most popular

- **Credits:** 1,000 per month
- **Annual billing:** $828/year (≈ $69/month, save 30%)
- **Concurrent render jobs:** 5
- **Includes:**
  - 1000 credits per month
  - ≈ 40 videos per month
  - Everything on Starter
  - 5 concurrent jobs
  - Priority rendering
  - UGC & talking avatar videos
  - Studio Mode
  - Newest AI Models

### Enterprise — $299/month

- **Credits:** 4,000 per month
- **Annual billing:** $2,508/year (≈ $209/month, save 30%)
- **Concurrent render jobs:** 100
- **Includes:**
  - 4000 credits per month
  - ≈ 100 videos per month
  - Everything on Pro
  - 10 concurrent jobs
  - Clone your own actors
  - Dedicated support
  - API access

## Plan comparison

| Plan | Monthly | Annual | Credits | Concurrent jobs |
| --- | --- | --- | --- | --- |
| Starter | $49/mo | $420/yr (≈ $35/mo) | 300/mo | 2 |
| Pro | $99/mo | $828/yr (≈ $69/mo) | 1,000/mo | 5 |
| Enterprise | $299/mo | $2,508/yr (≈ $209/mo) | 4,000/mo | 100 |

## Credit packs (pay-as-you-go top-ups)

One-time purchases that stack on top of plan credits — no subscription required.

| Pack | Credits | Price | Per credit |
| --- | --- | --- | --- |
| 50 credits | 50 | $10 | $0.200 |
| 120 credits | 120 | $20 | $0.167 |
| 300 credits | 300 | $50 | $0.167 |
| 600 credits | 600 | $100 | $0.167 |

## Structured data (JSON)

For programmatic consumers, the same data as a single JSON object:

```json
{
  "currency": "USD",
  "billingModel": "credit-based subscriptions with optional one-off credit top-ups",
  "maxAnnualDiscountPercent": 30,
  "pricingPage": "https://www.vidguy.ai/#pricing",
  "signupUrl": "https://www.vidguy.ai/auth/signup",
  "plans": [
    {
      "id": "starter",
      "name": "Starter",
      "monthlyUsd": 49,
      "yearlyUsd": 420,
      "effectiveMonthlyUsd": 35,
      "annualSavingsPercent": 29,
      "creditsIncluded": 300,
      "creditsCadence": "monthly",
      "maxConcurrentJobs": 2,
      "recommended": false,
      "features": [
        "300 credits per month",
        "≈ 10 videos per month",
        "100+ Natural AI Actors",
        "All video templates",
        "1080p output",
        "ElevenLabs voiceover",
        "Multi-platform export"
      ]
    },
    {
      "id": "pro",
      "name": "Pro",
      "monthlyUsd": 99,
      "yearlyUsd": 828,
      "effectiveMonthlyUsd": 69,
      "annualSavingsPercent": 30,
      "creditsIncluded": 1000,
      "creditsCadence": "monthly",
      "maxConcurrentJobs": 5,
      "recommended": true,
      "features": [
        "1000 credits per month",
        "≈ 40 videos per month",
        "Everything on Starter",
        "5 concurrent jobs",
        "Priority rendering",
        "UGC & talking avatar videos",
        "Studio Mode",
        "Newest AI Models"
      ]
    },
    {
      "id": "enterprise",
      "name": "Enterprise",
      "monthlyUsd": 299,
      "yearlyUsd": 2508,
      "effectiveMonthlyUsd": 209,
      "annualSavingsPercent": 30,
      "creditsIncluded": 4000,
      "creditsCadence": "monthly",
      "maxConcurrentJobs": 100,
      "recommended": false,
      "features": [
        "4000 credits per month",
        "≈ 100 videos per month",
        "Everything on Pro",
        "10 concurrent jobs",
        "Clone your own actors",
        "Dedicated support",
        "API access"
      ]
    }
  ],
  "creditPacks": [
    {
      "id": "pack-10",
      "credits": 50,
      "priceUsd": 10,
      "usdPerCredit": 0.2
    },
    {
      "id": "pack-20",
      "credits": 120,
      "priceUsd": 20,
      "usdPerCredit": 0.167
    },
    {
      "id": "pack-50",
      "credits": 300,
      "priceUsd": 50,
      "usdPerCredit": 0.167
    },
    {
      "id": "pack-100",
      "credits": 600,
      "priceUsd": 100,
      "usdPerCredit": 0.167
    }
  ]
}
```

## Links

- Pricing (human): https://www.vidguy.ai/#pricing
- Get started: https://www.vidguy.ai/auth/signup
- Product docs: https://www.vidguy.ai/docs
- API reference: https://www.vidguy.ai/docs/api-reference
- OpenAPI spec: https://www.vidguy.ai/api/openapi.json
- Machine-readable overview: https://www.vidguy.ai/llms.txt
- Full machine-readable guide: https://www.vidguy.ai/llms-full.txt
