Keyword filters catch the words you thought of. They miss sarcasm, they miss coordinated harassment written politely, and they block the word "grape" in a fruit-growing server. AI moderation exists because rule lists are a poor model of intent — and because the volume of a busy server makes reading everything by hand impossible.
Key takeaways
- Two systems, one allowance: AI Auto-Moderation for content, AI Server Control for administration, sharing 10,000,000 tokens a month.
- AI moderation runs alongside rule-based automod, not instead of it. Deterministic filters stay cheaper and faster for the cases they already cover.
- Actions are per category — delete, warn, timeout, mute, kick, ban, or alert staff without acting.
- Trust Tiers reduce token spend by checking established members less often. Off by default.
- Capabilities verified 1 September 2026 against Vetox module configuration and published pricing.
What AI Moderation Actually Does
- DefinitionDiscord AI moderation
- Moderation that evaluates the meaning of a message rather than matching it against a word list, allowing it to judge context — so a slur written with spaces between the letters is caught, and an innocent message containing a blocked substring is not.
The practical difference is in the two failure modes of keyword filtering. False negatives: anything the list did not anticipate — a new spelling, a coded phrase, an insult assembled from ordinary words. False positives: the Scunthorpe problem, where a legitimate message contains a banned substring. A system that reads for meaning addresses both, and it does so without anyone maintaining a list that grows every week.
AI Features Across the Major Discord Bots
AI is the newest category in this comparison and the least evenly distributed. Several of the established all-in-one bots ship nothing here at all; among those that do, the scope ranges from a single moderation classifier to broader tooling.
VetoxBest overall | Sapphire | MEE6 | PeakBot | Dyno | Carl-bot | ProBot | Arcane | YAGPDB | |
|---|---|---|---|---|---|---|---|---|---|
| AI features | Premium1 | 2 | 3 | Premium4 | — | — | |||
| Rule-based auto-mod | 5 | 6 | Premium7 | 8 | 9 | 10 | 11 | 12 | |
| Moderation | 13 | 14 | Premium | 15 | 16 | ||||
| Logging | 17 | 18 | — | 19 | 20 | Limited21 | 22 | ||
| Platform | |||||||||
| Languages | 21 | 1 | 10 | 1 | Not published | Not published | 10 | Not published | Not published |
| Web dashboard | |||||||||
| Developer API | |||||||||
AI features
Vetox
Sapphire
MEE6
PeakBot
Dyno
Carl-bot
ProBot
Arcane
YAGPDB
Rule-based auto-mod
Vetox
Sapphire
MEE6
PeakBot
Dyno
Carl-bot
ProBot
Arcane
YAGPDB
Moderation
Vetox
Sapphire
MEE6
PeakBot
Dyno
Carl-bot
ProBot
Arcane
YAGPDB
Logging
Vetox
Sapphire
MEE6
PeakBot
Dyno
Carl-bot
ProBot
Arcane
YAGPDB
Table notes
- 1Vetox — AI features: Black only — 10,000,000 tokens/month
- 2Sapphire — AI features: AI Moderation — insults, threats, identity attacks, per-category sensitivity
- 3MEE6 — AI features: Separate paid product from Premium
- 4PeakBot — AI features: Server builder, text and image moderation, AI analytics
- 5Vetox — Rule-based auto-mod: Classic rules free; AI-powered semantic and image moderation requires Black
- 6Sapphire — Rule-based auto-mod: 10+ modules, condition-based punishments
- 7MEE6 — Rule-based auto-mod: Moderator plugin
- 8PeakBot — Rule-based auto-mod: AI-powered filtering is Premium
- 9Dyno — Rule-based auto-mod: Custom responses and multiple log channels are Premium
- 10Carl-bot — Rule-based auto-mod: Drama Watcher is Premium
- 11Arcane — Rule-based auto-mod: Discord AutoMod integration
- 12YAGPDB — Rule-based auto-mod: 25 rules free, 150 Premium
- 13Vetox — Moderation: Active punishment registry plus classic auto-mod, free
- 14Sapphire — Moderation: Case management, reason aliases, custom DM notices
- 15Carl-bot — Moderation: Modlogs, timed punishments, sticky roles, infraction history
- 16YAGPDB — Moderation: Kick/ban/mute, modlog, warnings
- 17Vetox — Logging: 14 event categories; webhook logging and the log executor require Basic+
- 18Sapphire — Logging: 80+ log types, filterable by user, role or channel
- 19Dyno — Logging: Action Log
- 20Carl-bot — Logging: 100 weblog entries free, 500 Premium
- 21Arcane — Logging: 1-hour retention free, 12-hour Premium; advanced voice and fast logs are Premium
- 22YAGPDB — Logging: 1-hour history free, 12-hour Premium
AI Auto-Moderation in Vetox
AI Auto-Moderation scans messages silently and judges them by category, then applies whatever you configured for that category. It is dashboard-configured rather than command-driven, so there is no slash command to expose to members and nothing for a moderator to run — it either acts or it does not.
Vetox AI Auto-Moderation at a glance
- Availability
- Black tier
- Scans
- Messages, with optional image and username checking
- Actions per category
- Delete, warn, timeout, mute, kick, ban, or alert staff only
- Custom rules
- 25 on Black
- Configuration
- Dashboard only — no slash commands
- Runs alongside rule-based automod
- Yes, both can be active at once
- Trust Tiers
- Optional reputation gate that reduces token spend; off by default
- Billing
- Shares the AI Usage wallet with AI Server Control
The per-category action mapping is the setting that decides whether the system is useful. Treating every judgement as a ban makes the AI a liability; treating everything as an alert makes it a notification system. Most servers land on deletion plus a warning for the ordinary categories and an alert-only setting for the ones where a human should look first.
AI Server Control: Administration by Mention
The second system is not about content at all. In a channel you designate, an administrator mentions the bot and describes an administrative task — creating roles, adjusting channels, running moderation actions — and it carries the work out. It exists because the slowest part of running a large server is rarely deciding what to do; it is performing thirty repetitive clicks to do it.
| AI Auto-Moderation | AI Server Control | |
|---|---|---|
| Acts on | Member messages | Server configuration |
| Triggered by | Every message, silently | An admin mentioning the bot |
| Used by | Nobody — it runs in the background | Administrators |
| Typical outcome | A deletion, timeout or staff alert | Roles, channels or moderation applied |
| Tier | Black | Black |
The two AI systems, and what each is for
- Acts on
- AI Auto-ModerationMember messagesAI Server ControlServer configuration
- Triggered by
- AI Auto-ModerationEvery message, silentlyAI Server ControlAn admin mentioning the bot
- Used by
- AI Auto-ModerationNobody — it runs in the backgroundAI Server ControlAdministrators
- Typical outcome
- AI Auto-ModerationA deletion, timeout or staff alertAI Server ControlRoles, channels or moderation applied
- Tier
- AI Auto-ModerationBlackAI Server ControlBlack
One reads the server and reacts; the other takes instructions and executes. They share the same monthly token allowance.
The Token Allowance, and How to Not Burn It
AI usage and allowance
- Monthly allowance
- 10,000,000 tokens, on the Black tier
- Shared between
- AI Auto-Moderation and AI Server Control
- Top-up
- $1 for 500,000 additional tokens
- Visibility
- A dedicated AI Usage page in the dashboard
- Biggest saving
- Trust Tiers — check established members less often
Two settings do most of the work in keeping consumption sensible. Trust Tiers stop the system re-evaluating members who have earned a track record, which is where the bulk of ordinary traffic comes from. And leaving rule-based automod switched on means the cheap, obvious cases — invite links, banned domains, raw spam — never reach the AI at all. The pairing is the point: deterministic filters handle what is certain, and the AI is spent on what needs judgement.
Related comparisons
Sources
- Vetox — official siteaccessed 2026-08-24
- Vetox — official documentationaccessed 2026-08-24
- Vetox — Server Premium pricingaccessed 2026-08-24
- Vetox — Commandsaccessed 2026-08-24