GoogleGemini

Google Gemini LLM Integration for AI-powered analysis and chat capabilities. This integration provides access to Google Gemini's large language models for: - AI-powered chat conversations - Text analysis and generation - Natural language processing tasks Supports both Google AI Studio (API key) and Google Cloud Vertex AI (service account) authentication. Supported models include Gemini 2.0 Flash, Gemini 1.5 Pro, and various preview models.

Cloud Services · Google Gemini

Configuration parameters

  • auth_type — Authentication Type (required)
  • url — Server URL (required)
  • api_key
  • service_account_key
  • project_id — Project ID
  • location — Location
  • model — Default Model (required)
  • max_tokens — Max tokens (required)
  • temperature — Temperature
  • top_p — Top P
  • top_k — Top K
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (1)

  • google-gemini-send-message

    Send a chat message to the Gemini AI model.