Get current usage summary including minutes, active sessions and billing period information
current_period_start and current_period_endactive_sessions is a standard Session objectstatus: "active" and ended_at: nullduration field shows real-time elapsed seconds since session startedconcurrency object shows how many sessions you currently have active (current), your plan’s maximum allowed (max) and how many more you can start (available).max: 5, you can run 5 avatar sessions simultaneously. If you currently have 1 session running (current: 1), you have 4 available slots (available: 4) to start more sessions.
Plans have different concurrent session limits:
avatars object tracks custom avatar generation usage for the current billing cycle. limit: 0 means the plan does not include avatar creation. limit: null means unlimited. Resets each billing cycle alongside included minutes.
| Plan | Avatars per cycle |
|---|---|
| Free | Not available (0) |
| Explorer | 20 |
| Growth | 60 |
| Pro | 180 |
| Enterprise | Unlimited |