super_AI / usage_db.json
bhavesh122's picture
Upload 19 files
c890bc7 verified
{
"feature_flags": {
"superfiesta_mode": true,
"sora_mode": true,
"ai_rankings": true,
"merging": true
},
"users": {
"bhaveshkori001@gmail.com": {
"tier": "pro",
"messages_sent": 30,
"is_pro": true,
"pending_payment": null
},
"iamflyingrider@gmail.com": {
"tier": "free",
"messages_sent": 2,
"is_pro": false,
"pending_payment": null
},
"public-user": {
"tier": "free",
"messages_sent": 915,
"is_pro": false,
"pending_payment": null,
"tokens_used": 44613,
"images_count": 81
},
"test@test.com": {
"tier": "free",
"messages_sent": 208,
"is_pro": false,
"pending_payment": null
},
"test@example.com": {
"tier": "free",
"messages_sent": 419,
"is_pro": false,
"pending_payment": null
},
"test@superai.com": {
"tier": "free",
"messages_sent": 364,
"is_pro": false,
"pending_payment": null,
"tokens_used": 1000,
"images_count": 2
},
"test@sora.ai": {
"tier": "free",
"messages_sent": 486,
"is_pro": false,
"pending_payment": null
},
"test@superai.example.com": {
"tier": "free",
"messages_sent": 3,
"is_pro": false,
"pending_payment": null
},
"test2@superai.example.com": {
"tier": "free",
"messages_sent": 1,
"is_pro": false,
"pending_payment": null
},
"test_user@superai.example.com": {
"tier": "free",
"messages_sent": 8,
"is_pro": false,
"pending_payment": null
},
"test-user@superai.com": {
"tier": "free",
"messages_sent": 0,
"tokens_used": 0,
"images_count": 0,
"is_pro": false,
"pending_payment": null
}
},
"payments": []
}