Gemma 3n 2B (free)

Google chattool_use Free

API ID: google/gemma-3n-e2b-it

Input Price
Free
/1M tokens
Output Price
Free
/1M tokens

About Gemma 3n 2B (free)

Gemma 3 is Google's latest open-weight model family, delivering significant improvements over Gemma 2 in capability and efficiency. The models feature enhanced reasoning, coding, and multilingual performance while maintaining practical deployment requirements. Gemma 3 excels at general language tasks and demonstrates strong performance on benchmarks for its size class. The open weights enable self-hosting, fine-tuning, and customization without API dependencies. For developers seeking capable open-source AI with Google's latest improvements, Gemma 3 offers excellent value. It's particularly popular for local deployment and applications requiring deployment flexibility.

๐Ÿ†
Price Ranking
#1 lowest price among 950 Chat models โ€” Top 20% cheapest!

Model Specifications

Context Length
8k
Max Output
2k
Release Date
2025-07-09
Capabilities
chat tool_use
Input Modalities
text
Output Modalities
text

Best For

  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)
๐ŸŽ‰

This model is completely free!

No token costs - use it without worrying about API bills.

Estimate Token Usage

Google Model Lineup

Compare all models from Google to find the best fit

Model Input Output Context Capabilities
Gemma 3n 2B (free) Current Free Free 8k chat 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 1 2B Free Free 8k chat
Gemma 1 2B Free Free 8k chat
Gemma 3 1B Free Free 32k chat vision

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Meta Llama 3.2 3B Instruct
Input: Free
Output: Free
Context: 80k
Alibaba Qwen Qwen2.5-VL 7B Instruct
Input: Free
Output: Free
Context: 33k
ByteDance Seedream 4.5
Input: Free
Output: Free
Context: 4k
Black Forest Labs FLUX.2 Max
Input: Free
Output: Free
Context: 47k

๐Ÿš€ Quick Start

Get started with Gemma 3n 2B (free) API

Google AI Python SDK
import google.generativeai as genai

genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("gemma-3n-e2b-it")

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