Manage AI language models
Install, enable, and disable GEC and Autocomplete models.
AI models power neural grammar correction (GEC) and text autocomplete. You can install them during setup or turn them on/off later.
GEC models: behavior and trade-offs
GEC models generate suggestions from context, not from deterministic rules.
Common trade-offs:
Output can change after small edits in the sentence.
Suggestions don’t map to stable “rule IDs”.
You can’t reliably ignore “one rule”.
Dialect nuances are not guaranteed.
A single model can be used across dialects.
Suggestion “types” are imperfect.
The UI may classify an AI suggestion as spelling or grammar heuristically.
AI uses more CPU/RAM and can add latency.
Check Hardware requirements.
Try the behavior in a public demo.
Available AI models
English GEC
v2.5.0
Yes
English Autocomplete
v1.0.0
Yes
German GEC
v1.0.0
No
Spanish GEC
v3.1.0
No
Install / download models
AI model selection is part of the installation flow. Follow the OS-specific guides for the exact step.
Linux: Automated installation on Linux (
ai_models)Windows: Install on Windows with IIS (AI models step)
If the server has no outbound internet during installation, install resources from an offline package.
Use: Manually downloading resources (offline installation)
Verify model files are present
AppServer loads model configs from:
AppServer/grammar/neural/<lang>/AppServer/autocomplete/neural/<lang>/
If a model is missing, you’ll see errors like:
See fixes and more log examples in: Troubleshooting AI model downloads and configuration
Enable or disable AI after installation
There are two controls in AppServerX.xml:
<AIModels>controls what models AppServer can load.<Language ...>config controls where models are used.
You should update both:
Disable AI usage in
<Language ...>(check kits + autocomplete).Disable the AI model in
<AIModels>.
If you break that dependency, you may see: Unknown AI model id 'en'.
Safest way to disable AI (without breaking languages)
Restart AppServer and check logs
Restart AppServer to apply changes in
AppServerX.xml.
To restart: stop the application, then start it again.
Verify the model is disabled using status API.
Confirm logs have no AI-related errors.
Was this helpful?

