Digitorn
Digitorn
← All integrations
Google

Build AI agents on Google Gemini in YAML

Gemini 2.0 Pro and Flash, with strong multimodal support and very large context windows.

Why Google Gemini

Gemini's headline strengths are context window size (up to 2M tokens) and multimodal handling. For agents that need to reason over long documents, video, or audio, Gemini removes constraints other providers still impose. Pricing on Flash is competitive for high-volume tasks.

Models worth knowing about

premium
gemini-2.0-pro
Long-context coordinator
fast
gemini-2.0-flash
High-volume triage
Strengths
  • Up to 2M token context, the largest available
  • Native multimodal: vision, audio, video
  • Flash tier is genuinely cheap at scale
  • Strong code generation
Worth knowing
  • No first-class entry in the credential catalog yet, configure via inline env template
  • Tool-use format differs from OpenAI and Anthropic
  • Output token caps require explicit configuration
  • Geographic availability has gaps

Drop into your app.yaml

agent brain block
1brain:2  provider: google3  model: gemini-2.0-pro4  config:5    api_key: "{{env.GOOGLE_API_KEY}}"6  temperature: 0.27  max_tokens: 8192
⚡ Inline config (catalog support pending)

Google Geminidoesn't have a first-class catalog entry yet. Configure it inline using env templates, the same way the blog examples show. Native catalog support is on the roadmap.

GOOGLE_API_KEYGoogle AI Studio API key
# add to ~/.digitorn/.env
GOOGLE_API_KEY=...
Run one in 5 minutes

Install Digitorn and chat with your Google Gemini agent

# 1. install the runtime
curl -sSL https://digitorn.ai/install | sh

# 2. drop your Google Gemini key in the env file
echo 'GOOGLE_API_KEY=...' >> ~/.digitorn/.env

# 3. install a starter agent and chat
digitorn install hub://digitorn/digitorn-code
digitorn chat digitorn-code
Newsletter

Get the next post in your inbox.

Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.

One-click unsubscribe. We never share your address. Powered by our own infrastructure, not a tracker.

Other providers Digitorn supports

frontierAnthropic Claude/integrations/anthropicfrontierOpenAI/integrations/openaifastDeepSeek/integrations/deepseekfrontierMistral/integrations/mistralopenOllama/integrations/ollamaopenvLLM/integrations/vllmfastGroq/integrations/groqenterpriseAzure OpenAI/integrations/azure-openaiopenTogether AI/integrations/together-ai