Skip to main content
Cabina offers tiered pricing for different user types: individual consumers (B2C), photo booth partners, and enterprise clients.

B2C Pricing

Credit Packs

All prices in Argentine Pesos (ARS). Payment processed via Mercado Pago.

Starter

$4,000 ARS
  • 500 credits
  • 5 AI generations
  • Access to free styles

Standard

$8,000 ARS
  • 1,100 credits (10% bonus)
  • 11 AI generations
  • Most popular
  • Recommended for regular users

Business

$10,000 ARS
  • 1,500 credits (20% bonus)
  • 15 AI generations
  • Best value per credit

Premium Style Packs

One-time unlock for exclusive style collections:
premium_pack
number
default:"3000"
3,000 credits per pack ($20,000 ARS)
Available packs:
  • John Wick (8 styles)
  • Superhéroes (7 styles)
  • Peaky Blinders (4 styles)
  • Formula 1 (4 styles)
Premium packs unlock permanently - pay once, use forever.

Partner Pricing

Partner Accounts

Photo booth businesses can create partner accounts to:
  • Manage unlimited events
  • Create client sub-accounts
  • Purchase credits in bulk
  • White-label branding

Credit Wholesale

Starter

1,000 credits Contact for pricing Minimum partner order

Business

10,000+ credits Volume discount Dedicated support

Enterprise

50,000+ credits Custom pricing White-label options

Commission Structure

platform_commission
number
default:"0.30"
30% platform fee on partner event revenue (future)
Currently, partners purchase credits upfront. Future revenue-sharing model planned for partner-created paid events.

Partner Benefits

Create as many events as needed with purchased credits

Enterprise Pricing

Custom Solutions

For large organizations needing:
  • Custom AI model training
  • Dedicated infrastructure
  • SLA guarantees
  • Custom integrations
  • On-premise deployment
Enterprise pricing is custom-quoted. Contact sales for a proposal.

Enterprise Features

Custom Models

Train AI on your brand assets

SSO Integration

SAML/OAuth authentication

API Access

Programmatic event creation

Dedicated Support

24/7 technical assistance

Custom Styles

Exclusive AI styles for your brand

Unlimited Generations

No credit limits

Pricing Comparison

FeatureFreeB2CPartnerEnterprise
AI Generations5Unlimited*Unlimited*Unlimited
Free Styles
Premium Styles
Events
Custom Branding
Client Accounts
AnalyticsBasicBasicAdvancedEnterprise
SupportCommunityEmailPriorityDedicated
Custom Models
API Access
*With credit purchase

Regional Pricing

Currency Support

Pricing in local currencies:
  • Starter: $2,000 ARS
  • Popular: $8,000 ARS
  • Pro: $20,000 ARS

Payment Methods by Region

Latin America:
  • Credit/debit cards
  • Bank transfers
  • Cash payments (Rapipago, Pago Fácil)
  • Digital wallets (Mercado Pago)
International:
  • Stripe (coming soon)
  • PayPal (coming soon)

Discounts & Promotions

Volume Discounts

Automatic bonus credits on larger packs:
const bonusCredits = {
  1000: 0,      // 0% bonus
  5000: 1000,   // 20% bonus
  15000: 7500   // 50% bonus
};

Promotional Codes

Support for discount codes (future):
interface PromoCode {
  code: string;           // 'LAUNCH2026'
  discount: number;       // 0.20 for 20% off
  credits_bonus: number;  // Bonus credits added
  valid_until: date;
  max_uses: number;
}

Referral Program (Future)

Planned: Earn 500 credits for each friend who signs up and makes their first purchase.

Subscription Plans (Future)

Recurring Credits

Monthly subscription for regular users:

Casual

$10/month
  • 2,500 credits monthly
  • Access to all styles
  • Cancel anytime

Creator

$25/month
  • 7,500 credits monthly
  • Priority generation queue
  • Early access to new styles

Professional

$50/month
  • 20,000 credits monthly
  • Unlimited premium unlocks
  • Custom watermark removal

Fair Use Policy

Daily Limits

Free tier restrictions:
  • 2 generations per day for free users
  • Unlimited for paid users
  • Resets at 00:00 UTC

Abuse Prevention

Automated scraping, bulk generation, or resale of AI photos is prohibited and may result in account suspension.

Credit Expiration

Purchased credits never expire. Free trial credits expire after 30 days of inactivity.

Refund Policy

Credit Purchases

  • 7-day window: Full refund if no credits used
  • Partial refunds: Proportional refund for unused credits
  • No refunds: After 30 days or if >50% credits used

Premium Packs

Premium style pack unlocks are non-refundable. Preview styles before purchasing.

Pricing Calculator

Estimate costs for your use case:
const calculateCost = (generations: number) => {
  const creditsNeeded = generations * 100;
  
  if (creditsNeeded <= 500) return 0;  // Free tier
  if (creditsNeeded <= 1000) return 5;
  if (creditsNeeded <= 5000) return 20;
  if (creditsNeeded <= 15000) return 50;
  
  // Bulk pricing for large volumes
  return Math.ceil(creditsNeeded / 1000) * 5;
};
Examples:
  • 50 photos for event = 5,000 credits = $20 USD
  • 200 photos for wedding = 20,000 credits = $65 USD (with bonus)
  • 500 photos for conference = Contact for partner pricing

Build docs developers (and LLMs) love