'Google AI (Gemini)', 'description' => __('Google\'s most capable AI models. Excellent multimodal capabilities and generous free tier.', 'botwriter'), 'website' => 'https://ai.google.dev', 'api_url' => 'https://aistudio.google.com/apikey', 'docs_url' => 'https://ai.google.dev/gemini-api/docs', 'pricing_url' => 'https://ai.google.dev/pricing', 'free_credits' => __('FREE TIER: Unlimited free usage with rate limits (no credit card required!)', 'botwriter'), 'pricing_summary' => [ 'gemini-3.5-flash' => __('Production model (see official pricing page)', 'botwriter'), 'gemini-3.1-flash-lite' => __('Low-cost fallback model (see official pricing page)', 'botwriter'), 'gemini-2.5-pro' => 'FREE or $1.25/1M input, $10/1M output', ], 'features' => [ __('Generous FREE tier - no credit card required!', 'botwriter'), __('1 million token context window', 'botwriter'), __('Native multimodal (text, images, video, audio)', 'botwriter'), __('Google Search grounding included', 'botwriter'), __('Excellent for reasoning and coding', 'botwriter'), __('Built-in image generation (Imagen)', 'botwriter'), ], 'pros' => [ __('Best free tier in the industry', 'botwriter'), __('No credit card for free tier', 'botwriter'), __('Massive context window', 'botwriter'), __('Fast inference speed', 'botwriter'), ], 'cons' => [ __('Free tier has rate limits', 'botwriter'), __('Some features paid-only', 'botwriter'), ], ]; } /** * Render Google settings tab content */ function botwriter_render_google_settings($settings, $is_active) { $info = botwriter_get_google_info(); ?>