DelphiGemini
Description
Delphi wrapper for the Google Gemini API: stateless generation and agent workflows with multimodal, streaming, persistent interactions, structured outputs, vector search, batch, image/video generation, and grounding (Search/Maps).
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
DelphiGemini – Google Gemini API Wrapper for Delphi
  [](https://getitnow.embarcadero.com/gemini-api-wrapper-for-delphi/) 
New
- GetIt current version: 1.1.0
- Changelog v1.1.1
- Interactions
- Summary
Two simple illustrative examples of synchronous text generation.
[!TIP] To obtain a Google API key, please refer to the [following link](https://aistudio.google.com/api-keys).
Non streamed example :
// uses Gemini, Gemini.Types, Gemini.Helpers // Client: IGemini; Client := TGeminiFactory.CreateInstance('GEMINI_API_KEY'); // Json Payload var Params: TProc := procedure (Params: TInteractionParams) begin Params .Model('gemini-3-flash-preview') .Input('From which version of Delphi were multi-line strings introduced?' ); end; Memo1.Lines.Add('Please wait...'); //Synchronous example (non streamed) var Value := Client.Interactions.Create(Params); try for var Output in Value.Outputs do if Output.&Type = TContentType.text then Memo1.Lines.Text := Memo1.Text + Output.Text; finally Value.Free; end;
Streamed example
// uses Gemini, Gemini.Types, Gemini.Helpers; // Client: IGemini; Client := TGeminiFactory.CreateInstance('GEMINI_API_KEY'); // Json Payload var Params: TProc := procedure (Params: TInteractionParams) begin Params .Model('gemini-3-flash-preview') .Input('From
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