{
  "status": "ok", 
  "default_account": "default", 
  "available_accounts": [
    "default", 
    "gsmbot"
  ], 
  "default_bot": "breach", 
  "available_bots": [
    "breach", 
    "cekno", 
    "gsmbot"
  ], 
  "gsmbot": {
    "account_id": "gsmbot", 
    "bot_key": "gsmbot", 
    "bot_username": "@uide2_prod_bot", 
    "delay_seconds": 30.0, 
    "timeout_seconds": 35, 
    "queue_max": 200, 
    "rule": "Phone-only. Enforced 10s delay per send. Single worker -> requests queue.", 
    "account_configured": true
  }, 
  "robin_proxy": {
    "enabled": true, 
    "base_url": "http://139.59.106.101:8000", 
    "timeout_seconds": 60, 
    "api_key_configured": true, 
    "charging_rule": "Only /robin/run decreases the 'robin' limit. Status/list/ping/health do not."
  }, 
  "nofilter_enabled": true, 
  "nofilter_keys_count": 3, 
  "venice_enabled": true, 
  "venice_keys_count": 1, 
  "venice_model_default": "venice-uncensored", 
  "features": {
    "search": true, 
    "cekno": true, 
    "gsmbot": true, 
    "llm_nofilter": true, 
    "llm_chat_venice_plus_enrichment": true, 
    "robin_proxy": true, 
    "auth_login": true, 
    "me_limits": true, 
    "admin_create_user": true, 
    "admin_set_user_limits": true, 
    "admin_cekno_topup": true
  }, 
  "supported_periods": [
    "daily", 
    "weekly", 
    "monthly", 
    "yearly"
  ], 
  "supported_endpoints_for_limits": [
    "cekno", 
    "gsmbot", 
    "llm", 
    "robin", 
    "search"
  ], 
  "defaults_env_limits": {
    "cekno": {
      "limit": 50, 
      "period": "daily"
    }, 
    "search": {
      "limit": 50, 
      "period": "daily"
    }, 
    "llm": {
      "limit": 50, 
      "period": "daily"
    }, 
    "robin": {
      "limit": 100, 
      "period": "daily"
    }, 
    "gsmbot": {
      "limit": 2, 
      "period": "daily"
    }
  }
}