llmQuota property

String? llmQuota
getter/setter pair

Number of LLM tokens permitted per app by this API product for the specified llm_quota_interval and llm_quota_time_unit.

For example, an llm_quota of 50,000, for an llm_quota_interval of 12 and an llm_quota_time_unit of hours means 50,000 llm tokens are allowed to be used every 12 hours.

Optional.

Implementation

core.String? llmQuota;