Skip to content

Selecting a Back End

Marcus Green edited this page Jul 24, 2025 · 5 revisions

AI Text supports 3 "back ends", the code that actually "talks" to the external LLM. These

  • Core Moodle
  • local_ai
  • tool ai_manager

tool ai_manager was forked from an existing plugin by Enovation specifically for aitext and can be regarded as Experimental or legacy. It includes a feature to allow the inclusion of the ai model by adding this to a prompt model. With any of the other back ends this will not be processed and will render simply as model

Core Moodle supports the following LLM's

OpenAI Azure Ollama

Note that many 3rd party LLM systems support the OpenAI API standard so it may be possible to access other systems using Ollama and some configuraiton details.

local_ai_manager also supports Gemini

Clone this wiki locally