Skip to main content

Google (Gemini)

Connect to Google's Gemini models through the Generative AI API.

Configuration

FieldRequiredExample
Application NameYesmy-gemini-app
Model NameYesgemini-2.0-flash, gemini-2.5-pro
API KeyYesAIza...

Getting Your API Key

  1. Go to Google AI Studio
  2. Click Get API Key
  3. Create a new API key or use an existing one
  4. Copy and securely store your key
ModelDescription
gemini-3.0-proMost powerful model for multimodal understanding and agentic tasks
gemini-2.5-proAdaptive thinking, leads WebDev Arena and LMArena
gemini-2.5-flashBest for large-scale processing, agentic use cases (54% SWE-bench)
gemini-2.5-flash-liteLowest latency and cost, optimized for throughput
gemini-2.5-flash-imageState-of-the-art for targeted image transformation

For the complete list of available models, visit the Gemini API Models Documentation.

Advanced Parameters

ParameterTypeDescription
max_output_tokensintegerMaximum tokens in response
temperaturefloatRandomness (0.0-2.0)
top_pfloatNucleus sampling
top_kintegerTop-k sampling

Setup Steps

  1. Navigate to AI Applications → New Application
  2. Select Model Providers tab
  3. Click Google
  4. Enter your Application Name and API Key
  5. Select your desired Model Name
  6. Configure Advanced Settings (optional)
  7. Click Test Response to verify (optional)
  8. Review and submit