Skip to content

PaidUsers

.halguru.yamlRestrictionsPaidUsers

Gets or sets the access restrictions and limitations for paid users. Provides configuration details such as message limits and access levels specific to users with a paid plan in the AI system.

Restrictions:
  PaidUsers:
    MaxTotalMessagesCount: 
    MaxMonthlyMessagesCount: 5
    MaxDailyMessagesCount: 
    MaxInputMessageWordsCount: 1000
    MaxOutputMessageWordsCount: 1000
    MaxInputMessageTokensCount: 2000
    MaxOutputMessageTokensCount: 2000
    MaxTotalInputWordsCount: 1000000
    MaxTotalOutputWordsCount: 1000000
    MaxMonthlyInputWordsCount: 100000
    MaxMonthlyOutputWordsCount: 100000
    MaxDailyInputWordsCount: 10000
    MaxDailyOutputWordsCount: 10000
    MaxTotalInputTokensCount: 1000000
    MaxTotalOutputTokensCount: 1000000
    MaxMonthlyInputTokensCount: 100000
    MaxMonthlyOutputTokensCount: 100000
    MaxDailyInputTokensCount: 10000
    MaxDailyOutputTokensCount: 10000

Field Information#

Name Description
Title Paid Users
Field Type Object
Required False

Field List#

Name Type Required Description
MaxTotalMessagesCount Integer The maximum number of messages that can be sent by the user.
MaxMonthlyMessagesCount Integer The maximum number of messages that can be sent by the user per month.
MaxDailyMessagesCount Integer The maximum number of messages that can be sent by the user per day.
MaxInputMessageWordsCount Integer The maximum number of words allowed per input message for a user
MaxOutputMessageWordsCount Integer The maximum number of words allowed per output message for a user
MaxInputMessageTokensCount Integer The maximum number of tokens allowed in a single input message
MaxOutputMessageTokensCount Integer The maximum number of tokens allowed in a single output message
MaxTotalInputWordsCount Integer The maximum number of input words allowed for a user
MaxTotalOutputWordsCount Integer The maximum number of output words allowed for a user
MaxMonthlyInputWordsCount Integer The maximum number of input words allowed per month for a user
MaxMonthlyOutputWordsCount Integer The maximum number of output words allowed per month for a user
MaxDailyInputWordsCount Integer The maximum number of input words allowed per day for a user
MaxDailyOutputWordsCount Integer The maximum number of output words allowed per day for a user
MaxTotalInputTokensCount Integer The maximum number of input tokens allowed for a user
MaxTotalOutputTokensCount Integer The maximum number of output tokens allowed for a user
MaxMonthlyInputTokensCount Integer The maximum number of input tokens allowed per month for a user
MaxMonthlyOutputTokensCount Integer The maximum number of output tokens allowed per month for a user
MaxDailyInputTokensCount Integer The maximum number of input tokens allowed per day for a user
MaxDailyOutputTokensCount Integer The maximum number of output tokens allowed per day for a user

Technical Information#

Property Value
Path Restrictions.PaidUsers
Internal Type AgentModels.RestrictionsModels.PaidUserRestrictions
Internal Root Type AgentHalGuru
File Extension .halguru.yaml
JSON Schema halguru-schema.json

.halguru.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0