LLM ReferenceLLM Reference
Google AI Studio

Gemini 1.5 Flash on Google AI Studio

Gemini 1.5 · Google DeepMind

Serverless

Last refreshed 2026-05-11. Next refresh: weekly.

Why use Gemini 1.5 Flash on Google AI Studio?

Google AI Studio offers Gemini 1.5 Flash with competitive pricing. Google AI Studio is a model prototyping environment and API access point for Gemini models, offering an inference playground for developers to test and build AI applications.

Compare Gemini 1.5 Flash across 2 providers to find the best fit for your use case
Input / 1M
-
Output / 1M
-
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install google-genai
Auth
export GOOGLE_API_KEY=...
Call
import os
from google import genai
client = genai.Client(api_key=os.environ["GOOGLE_API_KEY"])
response = client.models.generate_content(
Model ID
gemini-1.5-flash

Request example

import os
from google import genai

client = genai.Client(api_key=os.environ["GOOGLE_API_KEY"])
response = client.models.generate_content(
    model="gemini-1.5-flash",
    contents="Hello"
)
print(response.text)

Gotchas

  • Use the model name directly, e.g. "gemini-2.0-flash", "gemini-1.5-pro", or "gemini-2.5-pro-preview-05-06".
  • The examples expect GOOGLE_API_KEY; rename it only if your application config maps the new variable.

Compare Gemini 1.5 Flash Across Providers

ProviderInput (per 1M)Output (per 1M)
GCP Vertex AI$0.07$0.30
Google AI Studio

Capabilities

Structured Outputs

About Gemini 1.5 Flash

Gemini 1.5 Flash is a large language AI model by Google, crafted for speed and efficiency in high-volume scenarios 145. As a lightweight model, it's optimized for fast processing and cost-effectiveness, making it ideal for real-time applications and high-frequency tasks 567. With its multimodal capabilities, Gemini 1.5 Flash effectively processes and reasons across multiple data types, including text, images, audio, video, and PDFs 145. Despite its smaller size compared to Gemini 1.5 Pro, it excels in tasks like summarization, chat applications, and data extraction from lengthy documents, employing "knowledge distillation" to transfer essential knowledge from larger models 5. Additionally, it features an extensive context window of up to 1 million tokens, allowing it to manage large information volumes effectively 456.

FAQ

What is the context window for Gemini 1.5 Flash on Google AI Studio?

Gemini 1.5 Flash supports a 1,000,000 token context window on Google AI Studio.

How does Google AI Studio compare to other Gemini 1.5 Flash providers?

Gemini 1.5 Flash is available from 2 providers. The cheapest input pricing is $0.075/1M tokens from GCP Vertex AI.

Who created Gemini 1.5 Flash?

Gemini 1.5 Flash was created by Google DeepMind as part of the Gemini 1.5 model family.

Is Gemini 1.5 Flash open source?

Gemini 1.5 Flash's open source status is unknown in the seed data.

Get Started

Model Specs

Released2024-05-14
Context1M
ArchitectureDecoder Only

Related Models on Google AI Studio