DelphiGenAI
Description
The GenAI API wrapper for Delphi seamlessly integrates OpenAI’s latest models (gpt-5 serie), delivering robust support for agent chats/responses, text generation, vision, audio analysis, JSON configuration, web search, and asynchronous operations. Image generation with gpt-image-2. Skills and agents
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Delphi GenAI - Optimized OpenAI Integration
  [](https://getitnow.embarcadero.com/genai-optimized-openai-integration-wrapper/)  [](https://lmstudio.ai/)
New
- GetIt current version: 1.4.0
- Changelog v2.0.0
- Functional Demo (Pythia UI)
- Responses Helper
- Skills
- Run models locally with LM Studio
- Provider Support and OpenAI API Compatibility
Two quick examples
[!TIP] To obtain an API key, see https://platform.openai.com/settings/organization/api-keys
Non-streamed example:
//uses GenAI, GenAI.Types; var API_Key := 'OPENAI_API_KEY'; Client := TGenAIFactory.CreateInstance(API_KEY); //JSON payload var Payload: TResponsesParamsProc := procedure(Params: TResponsesParams) begin Params .Model('gpt-5.5') .Input('What is the difference between a mathematician and a physicist?') .Store(False); // Response not stored end; //Synchronous example var Value := Client.Responses.Create(Payload); try for var Item in Value.Output do for var SubItem in Item.Content do Memo1.Lines.Text := SubItem.Text; finally Value.Free; end;
Streamed example (SSE):
//uses GenAI, GenAI.Types; var Client: IGenAI; var API_Key
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI