Gemma 3 12B

Google chatvisiontool_use

API ID: google/gemma-3-12b-it

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

About Gemma 3 12B

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
#587 lowest price among 950 Chat models

Model Specifications

Context Length
131k
Max Output
โ€”
Release Date
2025-03-13
Capabilities
chat vision tool_use
Input Modalities
textimage
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.04
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$1.35
/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
Gemma 3 12B Current Free Free 131k chat vision 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 Text Embedding 3 Large
Input: $0.13
Output: Free
Context: 8k
Mistral Mistral Small 3
Input: $0.05
Output: $0.08
Context: 33k
IBM Granite Granite 4.0 Micro
Input: $0.02
Output: $0.11
Context: 131k
Alibaba Qwen Qwen2.5 7B Instruct
Input: $0.04
Output: $0.10
Context: 33k

๐Ÿš€ Quick Start

Get started with Gemma 3 12B API

Google AI Python SDK
import google.generativeai as genai

genai.configure(api_key="YOUR_API_KEY")
model = genai.GenerativeModel("gemma-3-12b-it")

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