Home / Text Generation / Gemini 1.5 Pro

Free Gemini 1.5 Pro API

Updated 5/11/2026

Google's most capable model with 1M+ context window.

About the Model

Why choose Gemini 1.5 Pro?

Gemini 1.5 Pro natively supports vast 1M to 2M token context windows, allowing it to process hours of video, massive codebases, and entire books in a single prompt.

How to call Gemini 1.5 Pro

javascript
import { generateText } from 'ai';
import { google } from '@ai-sdk/google';

const { text } = await generateText({
  model: google('gemini-1.5-pro-latest'),
  prompt: 'Write a quick poem about free AI models',
});
console.log(text);

Provider Details

The following platforms provide free access to Gemini 1.5 Pro through free tiers, trial credits, or daily quotas.

ProviderContext WindowFree QuotaRequires CCTrustAction
Vercel AI GatewayN/AMonthly Credits
$5/mo
No
Trust 98
Details

Frequently Asked Questions

Is Gemini 1.5 Pro free to use?

Yes. Gemini 1.5 Pro is available for free through 1 provider(s) listed below, with no purchase required.

What are the rate limits and quotas?

Free access varies by provider — Vercel AI Gateway: Monthly Credits.

How do I get a free Gemini 1.5 Pro API key?

Sign up with Vercel AI Gateway, then create an API key from your dashboard. See the provider details above for the exact steps.

Which providers offer Gemini 1.5 Pro for free?

Gemini 1.5 Pro is currently available for free via: Vercel AI Gateway.

Know another free provider for Gemini 1.5 Pro?

Help the community by sharing other ways to access this model for free.