OpenAI API
CreatedKellanM
Integrates the OpenAI API within the Unreal Engine, enabling AI-powered functionalities.
About
This plugin grants Unreal Engine developers access to the OpenAI API, enabling the integration of cutting-edge AI capabilities directly into their projects. Compatible with Unreal Engine versions 4.26 through 5.3, it allows for the creation of dynamic and intelligent game environments. Features include generating images at runtime using DALL·E 2, transcribing speech using Whisper v2-large, and powering NPCs with GPT-4 and GPT-3.5-Turbo. The plugin supports both blueprint-based API key assignment and environment variable authentication, offering flexibility and security.
Key Features
- 721 GitHub stars
- Power NPCs with GPT-4 and GPT-3.5-Turbo
- Provides Blueprint nodes for OpenAI API calls
- Supports API Key authentication via Blueprints or Environment Variables
- Generate images at runtime using DALL·E 2
- Transcribe speech in any language using Whisper v2-large
Use Cases
- Creating interactive and intelligent NPCs powered by GPT models
- Generating dynamic textures and assets using DALL·E 2
- Implementing real-time voice command and transcription with Whisper