Developer HemulGM has released DelphiOpenAI, a native AI integration library for Delphi designed to connect FireMonkey and VCL applications with OpenAI-compatible large language models and modern AI workflows.
The library enables Delphi developers to build AI-powered desktop and mobile applications with support for conversational AI, image generation, embeddings, speech processing, assistants, and local inference providers directly from Object Pascal code.
The framework includes support for:
- ChatGPT and OpenAI API integration
- AI assistants and conversational workflows
- Image generation and multimodal AI
- Embeddings and semantic search
- Speech-to-text and audio processing
- Local LLMs through Ollama
- Azure OpenAI and alternative providers
- Async operations with no external dependencies
Built for Windows, macOS, Linux, Android, and iOS, DelphiOpenAI supports cross-platform development with Delphi and FireMonkey while maintaining a lightweight native implementation that does not require third-party libraries.
In addition to OpenAI services, the library also supports alternative AI providers including DeepSeek, Azure OpenAI, YandexGPT, and Ollama, allowing developers to switch between cloud and local AI models without major architectural changes.
Explore the FMX project, examples, and supported AI providers.
