adaptive-pricing/projects/coulomb-pricing/data/pricing-models.json

39 lines
1.1 KiB
JSON
Raw Normal View History

{
"version": 1,
"models": [
{
"id": "flat-899-eur-monthly",
"name": "Standard Membership",
"model_type": "flat_subscription",
"lifecycle_phase": "growth",
"currency": "EUR",
"access_fee_amount": "8.99",
"access_fee_cadence": "monthly",
"included_usage": "unlimited_repository_access",
"status": "active"
},
{
"id": "membership-plus-credits",
"name": "Membership + AI Credits",
"model_type": "hybrid_subscription_usage",
"lifecycle_phase": "exploration",
"currency": "EUR",
"access_fee_amount": "8.99",
"access_fee_cadence": "monthly",
"included_usage": "monthly_ai_credit_allowance",
"status": "candidate"
},
{
"id": "membership-plus-overage",
"name": "Membership + Overage",
"model_type": "hybrid_subscription_usage",
"lifecycle_phase": "exploration",
"currency": "EUR",
"access_fee_amount": "8.99",
"access_fee_cadence": "monthly",
"included_usage": "monthly_ai_credit_allowance",
"overage_meter": "openrouter_tokens",
"status": "candidate"
}
]
}