Technical Support
🟢 Online now
Hello 👋

How can we help you today?
Contact on WhatsApp
B4X Store
🚀 Gemini Lib! 🧠

🚀 Gemini Lib! 🧠

ID: #400
Online / Ready
LOCAL B4X APP
GEMINI_IA v5.0

Gemini_IA Power Pack

The most advanced AI resource for the B4X ecosystem.

🖼️ Image Generation

B4X Example: Multi-line Formatv5.0
Dim IA As Gemini_IA IA.Initialize(Me, "IA") IA.ApiKey = "YOUR_API_KEY" IA.GenerateImage("a ninja cat eating ceviche on the beach of Guayaquil at sunset, cyberpunk style") Private Sub IA_Response(Result As GeminiResponse) If Result.Success = False Then Return If Result.IsImage Then If Result.Image.IsInitialized Then B4XImageView1.Bitmap = Result.Image IA.SaveImage(Result.Image, File.DirApp, "cat.png") Else Log("Image not initialized") End If Else Log("Text received: " & Result.Text) End If End Sub

💬 Basic Text Prompt

Dim Gemini As Gemini_IA Gemini.Initialize(Me, "Gemini") Gemini.ApiKey = "KEY" Gemini.Ask("Explain how photosynthesis works") Private Sub Gemini_Response(Result As GeminiResponse) If Result.Success = False Then Return Log(Result.Text) End Sub

👁️ Vision Analysis

Dim Gemini As Gemini_IA Gemini.ApiKey = "KEY" Gemini.AskWithImage("Describe this:", _ File.Combine(File.DirApp, "photo.png")) Private Sub Gemini_Response(Result As GeminiResponse) If Result.Success Then Log(Result.Text) End Sub
Professional Response Architecture
Type GeminiResponse( _ Text As String, _ Image As B4XBitmap, _ IsImage As Boolean, _ Success As Boolean _ ) 'Example for PDF Analysis Gemini.AskWithPdf("Summarize document:", File.DirApp, "doc.pdf")
GET API KEY 🚀

Production-ready product. 100% compatible with XUI and B4XPages.

Terms and Conditions of Sales

Acquiring this advanced source code synchronizes your agreement with the following technical protocols:

🛡️ 01. User Responsibility

  • The engineering team is not responsible for lack of technical implementation knowledge.
  • Modifications to the source code that result in core errors void technical support.

📚 02. External Dependencies

We are not obligated to provide external libraries. Most required assets are available in the Official B4X Forum.

🚫 03. Refund Protocol

Due to the immediate digital delivery and nature of source code resources:

NO REFUNDS PERMITTED AT ANY TIME

🔑 04. License Deployment

  • Single acquisition grants usage in personal and commercial engineering projects.
  • Includes permanent access to future version updates and optimizations.

📡 05. Distribution & Intellectual Property

Redistributing, reselling, or sub-licensing the source code—partially or in its entirety—within custom views, repositories, or derivative products is strictly prohibited. Authorization is only granted for linking to the official purchase terminal.

⚙️ 06. Protocol Modification

B4X App Store reserves the right to update these terms at any time to reflect security and distribution policy changes.

No feedback transmissions detected.