Appearance
List model tier pricing
GET
/api/v1/billing/model-tiers
Returns all available model tiers with their XCT pricing multipliers and the AI models assigned to each tier.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
Successful Response
application/json
JSON
{
"tiers": [
{
"tier": "string",
"multiplier": 0,
"models": {
"additionalProperties": [
]
}
}
]
}