Google Models

W-Kits supports Google's Gemini models. Import and use these models in your AI agents for different capabilities.

Environment Setup

Import and Usage

import { google } from 'w-kits/models';

const agent = new Agent({
  model: google('gemini-2.0-flash-exp'),
  // ... other configuration
});

Model Capabilities

ModelImage InputObject GenerationTool UsageTool Streaming
gemini-2.0-flash-exp
gemini-1.5-pro-latest
gemini-1.5-pro
gemini-1.5-flash-latest
gemini-1.5-flash