Google
Online
New
Hot
Gemini 3.0 Flash
Ultra-fast with 2M context. Best for high-volume real-time applications.
Model ID: gemini-3-0-flash
Specifications
Context Window
2M tokens
Max Output
65.5K tokens
Input Price
$0.27 / 1M
Output Price
$1.08 / 1M
Capabilities
Chat
Code
Vision
Functions
JSON Mode
Price Comparison
See how much you save compared to official pricing.
| Metric | Official Price | Our Price | Savings |
|---|---|---|---|
| Input (per 1M tokens) | $0.30 | $0.27 | 10% off |
| Output (per 1M tokens) | $1.20 | $1.08 | 10% off |
Quick Start
Use this model via our OpenAI-compatible API endpoint.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.yourdomain.com/v1",
apiKey: "sk-your-api-key",
});
const response = await client.chat.completions.create({
model: "gemini-3-0-flash",
messages: [
{ role: "user", content: "Hello! What can you help me with?" },
],
max_tokens: 1024,
});
console.log(response.choices[0].message.content);Pricing Summary
Input$0.27 / 1M
Output$1.08 / 1M
Start for Free
$2 free credit on signup
Provider
Google DeepMind, creators of Gemini models.
Related Models
More from Google