[Plugin] AIChatPlus - AI Chat Integration (OpenAI, Azure, Claude, Gemini, Ollama, llama.cpp, Deepseek ...)

[AI Chat Plus] is an Unreal Engine plugin that enables communication with various AI chat services.

Ccurrently supported services include OpenAI (ChatGPT, DALL-E), Azure OpenAI (ChatGPT, DALL-E), Claude, Google Gemini, Ollama, llama.cpp, DeepSeek. It is designed to facilitate integration with these AI chat services for UE developers.

The implementation is based on asynchronous REST requests, ensuring high performance and convenience. More service providers will be supported in the future.

Latest Version: v1.6.0 ( 2025-03-02 )

Blueprint

Editor Chat Tool:

Links

AIChatPlus v1.6.2

New

  • Cllama has added the KeepContext parameter, with a default value of false, which automatically destroys the context after the chat ends.
  • Cllama has added the KeepAlive parameter, which reduces the repetitive reading of the model.