Unified AI Model Access for Unity
Access various AI models (Claude, GPT, Gemini) within Unity through a single, unified interface.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $4.99
- Category:
- Tools › Generative-ai
- Developer:
- DEVDUP
- Price:
- $4.99
- Supported Unity Versions:
- 6000.0.41 or higher
- Current Version:
- 1.0.2
- Download Size:
- 542.70 KB
- Last Update:
- Apr 9, 2025
- Description:
- The LLM API Connector is a comprehensive framework that enables your Unity applications to harness the power of cutting-edge large language models. This package provides a simple, unified interface to access multiple AI models, eliminating the need to struggle with different API implementations. Key features include:
* Unified access to Claude, GPT, and Gemini models
* Switch models with a single line of code or a single click in the inspector
* Streaming responses, history, function calling, and model-specific parameters
The package is designed with developers in mind, featuring a clean, event-based architecture for UI integration, comprehensive documentation, and efficient serialized settings in the Unity Inspector. It also supports new models, including Claude 3.7, OpenAI's 4.5 and O3-mini, and Gemini 2.5 Pro, with model-specific optimizations for best performance.
If you have any questions or suggestions, please join the Discord community or email kimhwinyen@gmail.com. - Technical Details:
- Supported Unity Versions:
* Unity 2021.3 LTS and newer (not tested with earlier versions, but might work)
Platform Compatibility:
* All platforms supported by Unity (Windows, macOS, Linux, iOS, Android, WebGL)
* Note: API usage requires internet connectivity
Implementation Details:
* Pure C# implementation
* Uses HttpClient for API communications
* SimpleJSON for lightweight JSON parsing
* No external dependencies or DLLs required
Architecture:
* Polymorphic singleton pattern for model interfaces
* Abstract factory pattern for configuration management
* Event-driven response handling
Data Security:
* No data is stored or transmitted to any servers except the specified AI API providers - Continue »