Gemini AI Prompt Templates: 70+ Free Google AI Examples (2026)
Copy-paste Gemini AI prompt templates for writing, coding, research, data analysis, marketing, and business. Optimized for Gemini 2.5 Pro, Flash, and Advanced — free to use.
Gemini AI prompt templates are structured instructions optimized for Google's Gemini models. Gemini's strengths include real-time web access, a 1M+ token context window, multimodal understanding (images, PDFs, video), and native Google Workspace integration. The 70+ templates below are organized by use case and free to copy and paste.
TL;DR
- 70+ copy-paste Gemini AI prompt templates with examples
- Covers writing, coding, research, data analysis, marketing, and business
- Optimized for Gemini 2.5 Pro, Flash, and Advanced features
- Replace {{placeholders}} with your details and paste into Gemini
- Save favorites to your free AI Prompt Library account
1. Writing & Content Creation
Prompts for blog posts, email sequences, social media, product descriptions, scripts, and newsletters.
Blog Post Draft
Content marketing and SEO
Write a comprehensive blog post about {{topic}}.
Target audience: {{audience}}
Tone: {{tone}}
Word count: {{length}} words
SEO keyword: {{keyword}}
Structure: hook opening, clear H2 sections, actionable takeaways, and a compelling conclusion. Include internal linking opportunities and a meta description.Email Sequence
Drip campaigns and lead nurturing
Create a {{number}}-email sequence for {{purpose}}.
Audience: {{target}}
Goal: {{conversion action}}
Tone: {{brand voice}}
For each email: subject line (under 50 chars), preview text, body copy, and CTA. Include send timing recommendations and A/B test suggestions for subject lines.Social Media Calendar
Multi-platform content planning
Create a 2-week social media content calendar for {{brand/business}}.
Platforms: {{platforms}}
Posting frequency: {{times per week per platform}}
Current campaign: {{campaign or theme}}
For each post: platform, date, copy, hashtags, and content type (image/video/carousel/text). Include engagement prompts.Product Description
E-commerce and product marketing
Write {{number}} product descriptions for {{product type}}.
Product details: {{features, specs, materials}}
Target buyer: {{buyer persona}}
Tone: {{brand voice}}
Platform: {{website/Amazon/Shopify}}
Include: headline, key benefits (not just features), social proof hooks, and SEO-friendly copy. Vary length: short (50 words), medium (150), detailed (300).Press Release
PR and media announcements
Write a press release for {{announcement type}}.
Company: {{company name}}
Announcement: {{what's being announced}}
Key details: {{dates, numbers, quotes}}
Target media: {{industry/general/local}}
Follow AP style. Include: headline, dateline, lead paragraph (who/what/when/where/why), body, boilerplate, and media contact. Under 500 words.Script Writer
YouTube, podcast, webinar, and presentation scripts
Write a script for a {{format: YouTube video/podcast/webinar/presentation}} about {{topic}}.
Duration: {{minutes}} minutes
Audience: {{who}}
Goal: {{educate/entertain/sell}}
Include: hook (first 10 seconds), structured sections with transitions, audience engagement points, and a strong call-to-action. Add [VISUAL] cues for video scripts.Rewrite for Tone
Brand voice consistency and repurposing
Rewrite this text in a {{target tone}} voice:
{{original text}}
Maintain the same information and key points. Adjust vocabulary, sentence structure, and pacing to match the new tone. Show the changes you made and why.Content Brief
SEO content strategy and planning
Create a detailed content brief for an article about {{topic}}.
Target keyword: {{keyword}}
Search intent: {{informational/transactional/navigational}}
Include: working title options (3), target word count, H2/H3 outline, competitor content to beat, unique angles to cover, internal linking opportunities, and visual/media recommendations.Newsletter Issue
Email newsletter production
Write a {{weekly/monthly}} newsletter issue for {{brand/publication}}.
Theme: {{topic or theme}}
Audience: {{subscribers}}
Sections: introduction, main story, quick links, tip of the week, CTA
Tone: {{voice}}. Make the opening compelling enough to prevent unsubscribes. Under {{word count}} words total.Compare Gemini's writing to other models in our ChatGPT vs Claude vs Gemini guide.
2. Research & Analysis
Prompts that leverage Gemini's real-time web access for current data, fact-checking, and competitive intelligence.
Topic Research
Current events and emerging trends (uses Gemini web access)
Research {{topic}} comprehensively using your web access.
Provide:
1. Current state of the field (2025-2026 developments)
2. Key statistics and data points with sources
3. Expert opinions and consensus views
4. Controversies or debates
5. Future predictions
Cite your sources. Distinguish between established facts and emerging trends.Literature Review
Academic and professional research synthesis
Conduct a literature review on {{research topic}}.
Scope: {{timeframe, e.g., last 5 years}}
Focus areas: {{specific aspects}}
Summarize: key findings, methodological approaches, gaps in the research, and areas of consensus/disagreement. Organize thematically, not chronologically. Include a bibliography of key papers.Competitive Analysis
Market intelligence and positioning
Analyze the competitive landscape for {{company/product}} in {{industry}}.
Key competitors: {{list or "identify them"}}
Compare: product features, pricing, market positioning, strengths, weaknesses, recent moves. Use current web data. Present as a comparison matrix plus strategic insights.Trend Analysis
Industry forecasting with real-time data
Analyze current trends in {{industry/topic}} using real-time web data.
Cover:
1. Top 5 emerging trends for 2026
2. Data/evidence supporting each trend
3. Which companies are leading each trend
4. Implications for {{my business/role}}
5. Predicted timeline for mainstream adoption
Distinguish between hype and substance.Policy Brief
Government, advocacy, and corporate policy
Write a policy brief on {{policy topic}}.
Audience: {{decision-makers type}}
Position: {{neutral analysis / advocate for X}}
Structure: executive summary, background, current situation, policy options (3), pros/cons of each, recommendation, implementation timeline. Under 1500 words. Use current data.Market Research
New product and market entry analysis
Conduct market research for {{product/service}} targeting {{market}}.
Analyze:
1. Market size and growth rate
2. Target customer segments and personas
3. Pricing benchmarks
4. Distribution channels
5. Entry barriers
6. Regulatory considerations
Use current web data. Cite sources. Present findings with actionable recommendations.SWOT Analysis
Strategic planning and self-assessment
Create a detailed SWOT analysis for {{company/project}}.
Context: {{industry, stage, key details}}
For each quadrant, provide 5-7 specific, actionable items (not generic). Cross-reference: how strengths can counter threats, how opportunities can address weaknesses. End with 3 strategic priorities.Report Summary
Long document distillation (uses Gemini long context)
I'm going to share a long document. Summarize it into:
1. Executive summary (3 sentences)
2. Key findings (bullet points)
3. Data highlights (numbers that matter)
4. Recommendations (actionable items)
5. Questions this raises (gaps or concerns)
Document:
{{paste document or describe}}
Maintain nuance — don't oversimplify complex findings.Fact Check
Verification with cited sources (uses Gemini web access)
Fact-check these claims using your web access:
{{claims to verify}}
For each claim:
- Verdict: True / False / Partially True / Unverifiable
- Evidence: cite specific sources
- Context: important nuance that changes the interpretation
- Confidence level: High / Medium / Low
Be rigorous. Distinguish between reliable and unreliable sources.3. Coding & Development
Prompts for generating, debugging, reviewing, and architecting code across any language or framework.
Code Generator
Any language, any task
Write a {{language}} {{function/class/module}} that {{task description}}.
Requirements:
- {{requirement 1}}
- {{requirement 2}}
- {{requirement 3}}
Include: type annotations, error handling, docstrings, and 3 usage examples. Follow {{style guide}} conventions.Debug Assistant
Error diagnosis and resolution
I'm getting this error in my {{language/framework}} project:
{{error message}}
Relevant code:
{{code}}
Environment: {{language version, OS, relevant packages}}
Diagnose the issue, explain the root cause, provide the fix, and suggest how to prevent similar errors.Code Review
Pull request review and quality assurance
Review this {{language}} code for a pull request:
{{code}}
Check for:
- Bugs and logic errors
- Security vulnerabilities
- Performance issues
- Code style and readability
- Edge cases not handled
Format as PR comments with severity levels (critical/warning/suggestion).API Design
REST API specification and documentation
Design a RESTful API for {{resource/feature}}.
Endpoints needed: {{list}}
Auth: {{method}}
Database: {{type}}
Provide: endpoint specifications (method, path, request/response schemas), error responses, pagination strategy, and rate limiting approach. Include OpenAPI snippet.Regex Builder
Pattern matching and text extraction
Create a regex pattern to match {{description of what to match}}.
Examples that should match:
{{examples}}
Examples that should NOT match:
{{counter-examples}}
Provide: the regex, explanation of each part, {{language}} implementation, and test cases. Handle edge cases.Refactor Legacy Code
Modernizing old codebases
Refactor this legacy {{language}} code to modern standards:
{{code}}
Target: {{language version/standard}}
Maintain: exact same behavior
Show: before/after, list every change, explain why each change improves the code. Prioritize readability over cleverness.Database Schema
Database design and modeling
Design a database schema for {{application description}}.
Entities: {{entity list}}
Key relationships: {{relationships}}
Scale: {{expected data volume}}
Provide: CREATE TABLE statements, indexes, constraints, and an ER diagram description. Optimize for {{read-heavy/write-heavy/balanced}} workload.CI/CD Pipeline
DevOps automation configuration
Create a CI/CD pipeline configuration for {{project type}} using {{tool: GitHub Actions/GitLab CI/Jenkins}}.
Stages: lint, test, build, deploy
Environments: {{staging/production}}
Tech stack: {{languages, frameworks}}
Include: YAML configuration, secret management, caching strategy, and rollback procedure.Architecture Decision
Technology selection and system design
I need to choose between {{option A}} and {{option B}} for {{use case}} in my {{project type}}.
Requirements: {{key requirements}}
Constraints: {{budget, timeline, team skills}}
Scale: {{current and projected}}
Compare: performance, scalability, developer experience, cost, ecosystem, and long-term maintenance. Give a clear recommendation with reasoning.For more coding prompts, see Claude prompts for development which excels at long-form code generation.
4. Data Analysis & Visualization
Prompts for exploring datasets, writing queries, building dashboards, and turning numbers into decisions.
Data Exploration
Initial dataset assessment
I have a dataset with these columns: {{column names and types}}.
Rows: approximately {{number}}
Source: {{where the data comes from}}
Help me:
1. Identify the most interesting patterns to explore
2. Suggest 5 analysis questions worth answering
3. Recommend visualization types for each
4. Flag potential data quality issues to check firstChart Recommendation
Data visualization selection
I want to visualize {{what you're trying to show}}.
Data: {{description of your data}}
Audience: {{who will see this}}
Context: {{presentation/report/dashboard}}
Recommend: the best chart type and why, the worst chart type and why, color palette, and {{tool: Python/R/Excel/Tableau}} code to create it.Statistical Analysis
Hypothesis testing and inference
Perform a statistical analysis on this data:
{{data or description}}
Question I'm trying to answer: {{research question}}
Provide: appropriate statistical test, assumptions check, results interpretation, confidence intervals, and plain-English explanation of what the numbers mean. Note limitations.Dashboard Design
BI dashboard planning and layout
Design a {{tool: Tableau/Power BI/Looker}} dashboard for {{audience}}.
KPIs to track: {{metric list}}
Data sources: {{sources}}
Refresh frequency: {{real-time/daily/weekly}}
Provide: layout mockup (text description), chart types for each KPI, filter/drill-down interactions, and alert thresholds. Prioritize actionability over comprehensiveness.SQL Analysis Query
Business intelligence and reporting
Write SQL queries to analyze {{business question}} from this schema:
{{table schemas}}
Provide 5 queries progressing from overview to deep-dive:
1. High-level summary
2. Trend over time
3. Segment comparison
4. Anomaly detection
5. Predictive indicator
Explain what each query reveals and what to look for in results.A/B Test Analysis
Experiment evaluation and decision-making
Analyze this A/B test:
Test: {{what was changed}}
Control: {{n}} users, {{metric}} = {{value}}
Variant: {{n}} users, {{metric}} = {{value}}
Duration: {{days}}
Calculate: statistical significance, confidence interval, effect size, and minimum detectable effect. Recommend: ship, iterate, or discard. Note any concerns about the test design.Spreadsheet Formula
Excel and Google Sheets automation
I need a {{Excel/Google Sheets}} formula to {{task description}}.
Data layout: {{describe columns and rows}}
Example input: {{example}}
Expected output: {{expected}}
Provide: the formula, explanation of each part, common errors to watch for, and an alternative approach if the formula gets too complex.Data Cleaning Script
Data preparation and quality assurance
Write a {{Python/R}} script to clean this dataset:
Issues to fix:
- {{issue 1: missing values}}
- {{issue 2: duplicates}}
- {{issue 3: inconsistent formats}}
- {{issue 4: outliers}}
For each issue: detection method, cleaning approach, and logging of changes made. Preserve original data. Export clean dataset.Report Generation
Automated business reporting
Generate a {{weekly/monthly/quarterly}} business report from this data:
{{data summary or metrics}}
Audience: {{who reads this}}
Structure: executive summary, KPI dashboard, trend analysis, insights and anomalies, recommendations, and next steps. Use data to tell a story, not just list numbers.5. Marketing & SEO
Prompts for content strategy, ad copy, landing pages, email marketing, and search optimization.
SEO Content Strategy
Keyword research and content planning (uses Gemini web access)
Create an SEO content strategy for {{website}} targeting {{niche}}.
Current domain authority: {{estimate}}
Competitors: {{list}}
Provide: 20 keyword opportunities (mix of head terms and long-tail), content types for each, internal linking strategy, and a 3-month publishing calendar. Use current search data.Ad Copy Variations
Google Ads, Meta, and LinkedIn campaigns
Write {{number}} ad copy variations for {{product/service}}.
Platform: {{Google Ads/Meta/LinkedIn}}
Target audience: {{audience}}
USP: {{unique selling proposition}}
Constraints: {{character limits}}
For each: headline, description, CTA. Include 2 emotional angles and 2 rational angles. Suggest A/B test pairs.Landing Page Copy
Conversion rate optimization
Write conversion-optimized copy for a landing page promoting {{product/service}}.
Target audience: {{who}}
Main objection: {{what holds them back}}
Goal: {{signup/purchase/demo}}
Sections: hero (headline + subhead), problem statement, solution, features vs benefits, social proof prompts, FAQ, and CTA. Include 3 headline options.Email Marketing
Welcome, nurture, and promotional emails
Create a {{type: welcome/nurture/re-engagement/promotional}} email for {{brand}}.
Audience: {{segment}}
Goal: {{desired action}}
Brand voice: {{tone}}
Provide: 3 subject line options, preview text, email body, CTA button text, and P.S. line. Optimize for mobile reading. Include send time recommendation.Competitor Keywords
SEO gap analysis with live data
Using your web access, analyze the SEO strategy of {{competitor URL}}.
Identify:
1. Their top-ranking content topics
2. Content formats they use (guides, tools, comparisons)
3. Their apparent keyword strategy
4. Gaps I could exploit with my site {{my URL}}
5. Content they rank for that I should also target
Provide actionable recommendations, not just observations.Social Proof Generator
Trust-building assets and testimonials
Help me create social proof assets for {{product/service}}.
Existing data: {{customer count, results, testimonials}}
Generate: 5 trust badges/statements, 3 case study outlines, 5 testimonial request email templates, and suggestions for social proof I should start collecting.Brand Voice Guide
Brand consistency and style documentation
Create a brand voice guide for {{brand/company}}.
Industry: {{industry}}
Target audience: {{audience}}
Personality: {{3-5 adjectives}}
Include: voice attributes (with do/don't examples), tone variations by context (social/email/support/website), vocabulary list (use these words / avoid these words), and 5 sample paragraphs demonstrating the voice.Marketing Funnel
Full-funnel strategy and automation
Map out a complete marketing funnel for {{product/service}}.
Awareness → Consideration → Decision → Retention
For each stage: channels, content types, CTAs, metrics to track, and automation triggers. Include budget allocation recommendations for {{total budget}}.Hashtag Strategy
Social media growth and discoverability
Create a hashtag strategy for {{brand}} on {{platform: Instagram/TikTok/LinkedIn/Twitter}}.
Niche: {{niche}}
Follower count: {{current}}
Provide: 30 hashtags in 3 tiers (high-volume branded, medium niche, low-competition growth). Include usage rules, hashtags to avoid, and a tracking method to measure which perform best.6. Business & Strategy
Prompts for business planning, operations, OKRs, hiring, and executive communication.
Business Plan Section
Investor-ready business plan writing
Write the {{section: executive summary/market analysis/financial projections/operations plan}} section of a business plan for {{business idea}}.
Industry: {{industry}}
Stage: {{idea/startup/growth}}
Target market: {{market}}
Make it investor-ready. Include specific numbers and realistic projections. Cite market data where possible.Meeting Agenda
Productive meeting facilitation
Create an agenda for a {{meeting type}} meeting.
Attendees: {{roles}}
Duration: {{minutes}} minutes
Goal: {{desired outcome}}
Include: timed agenda items, discussion questions for each, pre-work assignments, and decision points. End with clear action items template. Optimize for productive use of time.OKR Framework
Quarterly goal setting and alignment
Help me set OKRs (Objectives and Key Results) for {{team/department}} for {{quarter/year}}.
Company objectives: {{high-level goals}}
Team focus: {{team responsibilities}}
Current challenges: {{blockers}}
Provide: 3 objectives with 3-4 key results each. Make key results specific, measurable, and ambitious but achievable. Include leading indicators.Pitch Deck Outline
Fundraising and investor presentations
Create a pitch deck outline for {{company/product}} seeking {{amount}} in {{funding type}}.
Stage: {{seed/Series A/B}}
Traction: {{key metrics}}
Ask: {{what you need and what you'll do with it}}
12 slides: problem, solution, market, product, traction, business model, competition, team, financials, roadmap, ask, appendix. Include talking points for each slide.Process Documentation
SOPs and operational playbooks
Document the process for {{business process}}.
Current steps: {{rough description}}
People involved: {{roles}}
Tools used: {{tools}}
Create: step-by-step SOP, decision tree for exceptions, RACI matrix, estimated time per step, and common failure points with solutions. Make it clear enough for a new hire to follow.Cost-Benefit Analysis
Investment and initiative evaluation
Conduct a cost-benefit analysis for {{proposed initiative}}.
Investment: {{estimated cost}}
Timeline: {{implementation time}}
Alternative: {{status quo or other option}}
Quantify: direct costs, indirect costs, tangible benefits, intangible benefits, ROI timeline, and break-even point. Include risk-adjusted projections.Customer Journey Map
UX research and retention strategy
Map the customer journey for {{product/service}}.
Persona: {{target customer}}
Stages: awareness, consideration, purchase, onboarding, retention, advocacy
For each stage: customer actions, thoughts/emotions, touchpoints, pain points, and opportunities. Identify the 3 biggest drop-off risks and how to fix them.Hiring Plan
Recruitment and talent acquisition
Create a hiring plan for {{position}} at {{company type}}.
Budget: {{salary range}}
Timeline: hire within {{weeks}}
Team: {{current team structure}}
Include: job requirements (must-have vs nice-to-have), sourcing channels, interview process (stages and questions), evaluation scorecard, and offer negotiation strategy.Quarterly Review
Business review presentations
Create a quarterly business review template for {{team/department}}.
KPIs: {{key metrics}}
Reporting to: {{audience}}
Structure: scorecard (KPIs vs targets), wins, misses (with root cause), key learnings, competitive landscape update, next quarter priorities, and resource requests. Make it executive-friendly — insights over data dumps.Explore more templates in our full prompt gallery with 1,000+ categorized prompts.
7. Multimodal & Advanced Features
Prompts that leverage Gemini's unique capabilities: image and PDF analysis, video understanding, long context, and Google Workspace integration.
Image Analysis
Visual content review and OCR (Gemini multimodal)
[Upload image or describe] Analyze this image in detail.
Provide:
1. Description of what you see
2. Text extracted (OCR)
3. Key observations and insights
4. Suggestions based on context: {{what you need}}
Be specific about colors, layout, text, and any data visible.PDF Summary
Document processing and extraction (Gemini long context)
[Upload PDF] Summarize this {{document type}} document.
Extract:
1. Main purpose and conclusions
2. Key data points and statistics
3. Action items or recommendations
4. Questions it raises
5. Comparison to {{related context}}
Keep the summary under {{word count}} words. Highlight anything surprising or concerning.Video Analysis
Video content review and transcription (Gemini video understanding)
[Upload video or provide YouTube URL] Analyze this video content.
Provide:
1. Content summary with timestamps for key points
2. Key quotes or claims made
3. Visual elements worth noting
4. Audience and purpose assessment
5. {{Specific analysis you need}}Chart/Graph Reading
Data visualization interpretation (Gemini multimodal)
[Upload chart image] Interpret this chart or graph.
Extract:
1. What data is being presented
2. Key trends and patterns
3. Anomalies or outliers
4. Conclusions supported by the data
5. What additional data would be needed for better conclusions
Provide your interpretation in plain English.Workspace Integration
Google Docs, Sheets, and Slides analysis (Gemini-exclusive)
Using Google Workspace, help me {{task}}.
Context: I have {{documents/sheets/slides}} that contain {{description}}.
Create:
1. A summary of relevant information across my documents
2. Draft {{output type}} based on the combined context
3. Suggest connections between documents I might have missed
[Gemini-exclusive: works with Google Workspace extension]Long Document Analysis
Full book or report processing (Gemini 1M+ token context)
I'm going to share a very long document ({{page count}} pages). Using your extended context window:
1. Read the entire document
2. Create a structured summary
3. Answer these specific questions:
- {{question 1}}
- {{question 2}}
- {{question 3}}
4. Identify inconsistencies or contradictions within the document
5. Generate {{deliverable}} based on the content
[Gemini strength: 1M+ token context window]Multi-Source Synthesis
Cross-source research and analysis
I need you to synthesize information from multiple sources on {{topic}}.
Source 1: {{URL or description}}
Source 2: {{URL or description}}
Source 3: {{URL or description}}
Create: unified analysis that compares perspectives, identifies consensus and disagreements, and produces a balanced synthesis. Cite which source supports each point.Code from Screenshot
UI and code replication from images (Gemini multimodal)
[Upload screenshot of code or UI] Convert this to working code.
Target: {{language/framework}}
Functionality: {{what it should do}}
Provide: clean, typed, production-ready code that replicates what's shown. Note any assumptions made about behavior not visible in the screenshot.Real-Time Research
Current events and live data lookup (Gemini-exclusive web access)
Using your web access, research {{topic}} with information from the last {{timeframe}}.
Specifically find:
1. {{specific question 1}}
2. {{specific question 2}}
3. {{specific question 3}}
Provide direct links to sources. Rate source reliability. Flag if information conflicts across sources.
[Gemini-exclusive: real-time web access built in]8. Tips for Better Gemini Prompts
Gemini responds well to structured prompts. These eight practices will improve your results across every category above.
- 1Leverage web access. Ask Gemini to research current data and cite sources. Unlike most models, Gemini has real-time internet access built in — use it. Add “use your web access and cite sources” to any research prompt.
- 2Use the long context window. Upload entire documents, codebases, or datasets. Gemini's 1M+ token context window means you can drop in a full book, a year of financial data, or an entire GitHub repo and ask questions about all of it at once.
- 3Go multimodal. Upload images, PDFs, charts, and video for richer analysis. Gemini can read text in images, describe visual scenes, analyze charts, and even process video frames — capabilities most models lack.
- 4Connect Google Workspace. Let Gemini access your Docs, Sheets, and Slides directly through the Gemini Advanced integration. This is one of Gemini's most underused capabilities for business users.
- 5Be specific about output format. Gemini follows structured formatting well. Specify exactly what you want: table, numbered list, JSON, markdown, or prose. The templates above include format instructions — customize them for your workflow.
- 6Chain prompts. Gemini maintains strong context across long conversations. Use output from one prompt as the input for the next. For example: Research (10) → SWOT (16) → OKRs (48) → Pitch Deck (49).
- 7Ask for sources. Gemini can provide URLs and citations when using web access; always verify critical claims independently. Add “provide source URLs for all statistics and claims” to research prompts.
- 8Compare models. Try the same prompt in Gemini, ChatGPT, and Claude to find the best fit for your use case. See our ChatGPT vs Claude vs Gemini comparison for a detailed breakdown of each model's strengths.
Frequently Asked Questions
What are the best Gemini AI prompts?
The best Gemini prompts leverage its unique strengths: real-time web access, long context window (1M+ tokens), multimodal understanding, and Google Workspace integration. This guide has 70+ templates optimized for Gemini 2.5 Pro, Flash, and Advanced.
How is Gemini different from ChatGPT and Claude?
Gemini excels at real-time research (live web access), multimodal tasks (images, PDFs, video), long documents (1M+ token context), and Google Workspace integration. ChatGPT is strongest for creative writing; Claude for long-form analysis and coding. Many prompts work across all three.
Which Gemini model should I use?
Gemini 2.5 Pro for complex reasoning and coding tasks. Gemini 2.5 Flash for fast, everyday use. Gemini Advanced (paid) for the latest features, longer context, and multimodal capabilities. All prompts in this guide work with any Gemini model.
Can I use these prompts with ChatGPT or Claude?
Yes. All prompts are model-agnostic at their core. However, Gemini-specific features (web search, Google Workspace, multimodal) won't transfer. The prompts note when a feature is Gemini-exclusive.
Are these Gemini prompts free?
Yes. Every prompt is free for personal or commercial use. Save favorites to your AI Prompt Library account for quick access.
Related Resources
Get 10 Free AI Prompt Templates
Join 2,000+ professionals getting weekly prompt tips and templates. No spam, unsubscribe anytime.
Related Articles
AI Guides
100+ Best Claude AI Prompts — Free Templates & Examples (2026)
Browse 100+ Claude AI prompts with XML formatting and thinking tags. Free copy-paste templates for coding, writing, analysis, and research — from Anthropic's prompt library.
18 min read
AI Guides
Claude AI <thinking> Tags — 25+ Prompts & Chain-of-Thought Examples (2026)
Master Claude's <thinking> tags with 25+ copy-paste prompts. Thinking tags vs extended thinking explained, with before/after examples that improve reasoning by 40%.
12 min read
Comparisons
Claude vs ChatGPT Prompts: Which AI Works Better? [2026 Comparison]
Head-to-head comparison of Claude vs ChatGPT prompts. Testing results, strengths/weaknesses, when to use each, and 50+ optimized prompts for both models.
15 min read