Premium quick answers
- API access is available on all plans (
/v1/response,/v1/image). - Full matrix (
verbs/msg-min/context/max-tokens): Free5/20/50/4096, Plus10/40/75/8192, Pro20/100/100/16384, Ultra40/unlimited/150/32768. - Free:
5verbs,20msg/min,50context,4096max tokens. - Plus:
10verbs,40msg/min,75context,8192max tokens. - Pro:
20verbs,100msg/min,100context,16384max tokens. - Ultra:
40verbs, unlimited msg/min,150context,32768max tokens. - Streaming (
stream: true) is available on Plus/Pro/Ultra.
Plan tiers
Verba currently supports four tiers:freeplusproultra
- Free:
50/4096 - Plus:
75/8192 - Pro:
100/16384 - Ultra:
150/32768
Feature matrix
| Feature | Free | Plus | Pro | Ultra |
|---|---|---|---|---|
| Monthly credit allowance | 0 | 2.5 | 5 | 10 |
| Max verbs | 5 | 10 | 20 | 40 |
| Message rate limit (per minute) | 20 | 40 | 100 | Unlimited |
| Max model context | 50 | 75 | 100 | 150 |
| Max response tokens | 4096 | 8192 | 16384 | 32768 |
API access (/v1/response, /v1/image) | Yes | Yes | Yes | Yes |
API streaming (/v1/response with stream: true) | No | Yes | Yes | Yes |
| Default model tier access | Free | Free + Plus | Free + Plus + Pro | Free + Plus + Pro + Ultra |
| Watermark removal | No | Yes | Yes | Yes |
| Advanced AI flag | No | No | Yes | Yes |
| Early feature access | No | Yes | Yes | Yes |
| VIP support | No | No | No | Yes |
| Image generations per month | Unlimited | Unlimited | Unlimited | Unlimited |
These values are enforced by backend tier feature controls and can be updated
over time.
What each limit changes
Max verbs: how many verbs you can create on your account.Message rate limit: per-user server-side throttle window.Max model context: max recent-message window your verb can use.Max response tokens: cap for generated response length.Monthly credit allowance: recurring included credit amount tied to tier.
Behavior when you exceed limits
- Verb creation over your tier cap is rejected.
- Model context above your cap is clamped or rejected depending on endpoint.
- Free tier streaming requests return a plan-upgrade error.
- Message bursts above tier limits return rate-limit responses.
Model access and tiering
Model availability is tier-controlled. If a selected model is not available for your current tier, the system may remap/fallback to an allowed model.Patreon and plan sync
Premium tier is synced from Patreon membership data. On tier changes:- Your account tier is updated.
- Model access can be adjusted.
- Monthly allowance logic follows tier/cycle rules.

