Skip to content

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": [
  
  
  
  
  
{
  
  
  
  
  
  
"model_id": "string",
  
  
  
  
  
  
"display_name": "string"
  
  
  
  
  
}
  
  
  
  
]
  
  
  
}
  
  
}
  
],
  
"subscription_tier": "string"
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

XC AI Content Automation