ai_usage_limits
27 sites
Security covered
AI usage limits is a Drupal module that extends the Drupal AI module by allowing administrators to define usage limits for each enabled AI provider.
Features
Supports the following usage limits:
- Input token usage
- Output token usage
- Total token usage
- Cached token usage
- Reasoning token usage
Limitations
Currently only tested with the AI Provider OpenAI module.
If you have it working with another provider, please let the module author know
via the issue queue.
Permissions
- `administer ai providers` - Required to access and modify usage limits.
Requirements
- AI - Requires version 1.2.0-beta1 or higher
Compatibility
- OpenAI Provider - Requires version 1.2.0-alpha1 or higher
- Other AI provides extending the OpenAiBasedProviderClientBase class from AI core (untested)
Alternatives
You can use LiteLLM as a proxy, and connect that with OpenAI or other AI providers. LiteLLM allows for cost management. Use AI Provider LiteLLM to connect to a LiteLLM provider.