
説明
AIChatPlus V1.6 + UE5.5 is LIVE
Assistants / Real-time / GPU AI / Blueprint / Editor tools / and more!
Documentation: Link
UE.AIChatPlus is an Unreal Engine plugin that enables communication with various GPT AI chat services. Ccurrently supported services include OpenAI (ChatGPT, DALL-E), Azure OpenAI (ChatGPT, DALL-E), Claude, Google Gemini, Ollama, Offline 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.
NEW!: offline AI llama.cpp update to version b4604.
NEW!: offline AI llama.cpp Support GPU Cuda and Metal.
NEW!: support Gemini speech-to-text.
Features:
APIs: Support OpenAI, Azure OpenAI, Claude, Gemini, Ollama, llama.cpp, DeepSeek
Offline Realtime API: support llama.cpp to run AI offline, support GPU Cuda and Metal.
Text-to-Text: all the various APIs support text-to-text generation.
Text-to-Image: OpenAI Dall-E
Image-to-Text: OpenAI Vision, Claude, Gemini, Ollama, llama.cpp
Image-to-Image: OpenAI Dall-E
Speech-to-Text: Gemini
Blueprint: All the APIs and Features support Blueprint
Editor Chat Tool: Editor AI Chat Tool which is well-crafted and feature-rich
Asynchronous: All the API can be called asynchronously
Utilities: Various tools for image, audio
Supported APIs:
Offline llama.cpp:integration with llama.cpp library, CAN Run AI Model Offline! Also Support Multimodal models(Experimental) Vision. Support Win64/Mac/Android/IOS. Support gpu CUDA and METAL.
OpenAI: /chat/completions, /completions, /images/generations, /images/edits, /images/variations
Azure OpenAI: /chat/completions, /images/generations
Claude: /messages, /complete
Gemini: :generateText, :generateContent, :streamGenerateContent
Ollama: /api/chat, /api/generate, /api/tags
DeepSeek: /chat/completions
Technical Support:
comment: leave comments in documentation
email: or email me
discord: coming soon
Thanks!