OptimaGPT Documentation
OptimaGPT is an on-premises AI server built by Parker Software. It gives your organisation access to powerful large language models without sending any data to a third-party service. Everything runs on your own hardware, on your own network.
The three components
OptimaGateway is the central hub. It handles authentication, request routing, user management, and the web interface. Administrators configure everything — users, API keys, connected nodes, and AI models — through the Gateway's admin panel.
OptimaNode is the inference engine. It discovers AI model files on its host machine, manages the underlying inference processes, and executes requests forwarded to it by the Gateway. You can connect multiple Nodes to a single Gateway.
OptimaChat is the chat interface. Accessible from any web browser, it lets users have conversations with your AI models. The same interface is also available as the OptimaGPT desktop application.
Where to start
| I want to… | Go to… |
|---|---|
| Install OptimaGPT for the first time | Getting Started |
| Understand the architecture | Introduction |
| Configure the Gateway | Gateway |
| Set up a Node | Node |
| Start chatting | Chat |
| Connect via the API | API |
| Install the desktop app | Desktop |