Skip to main content
GET
List Plans
Returns every active plan a team can subscribe to. Use it to render pricing pages or to let an agent reason about the upgrade path when credits run low.

Response

200

Fields

string
URL-safe identifier. Stable across renames of name.
integer
Monthly price in the smallest currency unit (cents for USD).
integer
Credits granted at each billing cycle. Resets credits_remaining on /billing/subscription.
string[]
Model ids this plan can call. A generation request against a model not in this list returns 403.
string[]
Feature surfaces (e.g. influencer, slides, broll, export) the plan includes. Separate from models.

Example

cURL