Add Coulomb observatory package with JSON registries (product, pricing models, costs, revenue, membership), economics snapshot engine, Economics Dashboard v1 CLI, sample report, and pytest coverage. Complete T01 and queue Sprint 2 Bubble.io integration.
39 lines
No EOL
1.1 KiB
JSON
39 lines
No EOL
1.1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |