Skip to main content

Plans Overview

NeuralBox uses a subscription model where each plan provides a monthly token allowance. All plans unlock access to all 52 AI models — higher tiers simply give more tokens.
PlanMonthly TokensPriceRate Limit (per hour)Rate Limit (per day)Best for
Free50 (one-time)0 ₽20150Trying the API
Basic300 / month890 ₽/mo30200Light personal use
Pro700 / month1,690 ₽/mo60500Active developers
VIP1,500 / month2,990 ₽/mo1001,000Power users
Elite3,000 / month4,990 ₽/moUnlimitedUnlimitedTeams, high volume
Any subscription unlocks all models. You don’t need a higher plan to access GPT-5, Claude Opus, or Midjourney — you just need tokens to pay for them.

Rate Limits

Each plan enforces per-hour and per-day request limits. When a limit is reached, requests return 429 Too Many Requests until the window resets. The Elite plan has no rate limits.

How Tokens Refresh

  • Tokens are credited at the start of each billing cycle
  • Unused tokens from the subscription do not roll over to the next month
  • Token packages (one-time purchases) never expire and are used after subscription tokens run out

Token Packages

For extra usage beyond your subscription, purchase one-time token packs:
PackageTokensPrice
Start50249 ₽
Light100449 ₽
Standard200799 ₽
Advanced5001,790 ₽
Pro Pack1,0003,290 ₽
Business2,0005,990 ₽
Premium5,00013,990 ₽
Ultra10,00024,990 ₽

Checking Your Plan via API

GET /api/v2/user/balance
{
  "plan": "pro",
  "token_balance": 543,
  "plan_tokens_remaining": 543,
  "bonus_tokens": 100,
  "plan_expires_at": "2026-04-01T00:00:00Z"
}

What Happens When Tokens Run Out

  1. Subscription tokens depleted → package tokens are used automatically
  2. Both depleted → requests return 402 Payment Required
  3. Requests are never silently dropped — you always get a clear error

Payment Methods

  • Yookassa — Russian bank cards (Visa, Mastercard, Mir), SBP
  • Telegram Stars — in-app purchases via Telegram

Upgrading or Cancelling

Manage your subscription through the NeuralBox Dashboard. Cancellation takes effect at the end of the current billing period — you keep access until then.