Gemini 2.0 Flash

Google chatvisionvideoaudiotool_use Long

API ID: google/gemini-2.0-flash-001

Input Price
$0.10
/1M tokens
Output Price
$0.40
/1M tokens

About Gemini 2.0 Flash

Gemini 2.0 Flash is a budget-friendly general-purpose model from Google with ultra-long context (1.0M), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#675 lowest price among 950 Chat models

Model Specifications

Context Length
1.0M
Max Output
8k
Release Date
2025-02-05
Capabilities
chat vision video audio tool_use
Input Modalities
textimagefileaudiovideo
Output Modalities
text

Best For

  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.16
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$5.10
/month
1000 tickets/day, ~800 tokens each

Google Model Lineup

Compare all models from Google to find the best fit

Model Input Output Context Capabilities
Gemini 2.0 Flash Current Free Free 1.0M chat vision video audio tool_use
Gemma 3n 4B Free Free 33k chat tool_use
Gemini 2.5 Flash Image Preview (Nano Banana) Free Free 33k chat vision image_gen
Gemma 3n 2B (free) Free Free 8k chat tool_use
Gemma 1 2B Free Free 8k chat
Gemma 1 2B Free Free 8k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

OpenAI GPT-4.1 Nano
Input: $0.10
Output: $0.40
Context: 1.0M
NVIDIA Llama 3.3 Nemotron Super 49B V1.5
Input: $0.10
Output: $0.40
Context: 131k
Mistral Mistral Tiny
Input: $0.25
Output: $0.25
Context: 32k
Other InternVL3 78B
Input: $0.10
Output: $0.39
Context: -

๐Ÿš€ Quick Start

Get started with Gemini 2.0 Flash API

Google AI Python SDK
import google.generativeai as genai

genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("gemini-2.0-flash-001")

response = model.generate_content("Hello!")
print(response.text)