OPENAI VS GOOGLE
GPT-5.5 vs Gemini 3.1 Flash-Lite
Gemini 3.1 Flash-Lite is about 20x cheaper than GPT-5.5 on a blended 3:1 input:output rate — the same 10K-in/2K-out request costs $0.0055 vs $0.11. Gemini 3.1 Flash-Lite has the larger context window (1,048,576 vs 1,047,576 tokens).
Pricing verified
API pricing per 1M tokens
| Model | Input / 1M tokens | Output / 1M tokens | Blended (3:1 mix) |
|---|---|---|---|
| GPT-5.5 | $5.00 | $30.00 | $11.25 |
| Gemini 3.1 Flash-Lite | $0.25 | $1.50 | $0.563 |
Rates from official OpenAI pricing and official Google pricing, checked 2026-08-11.
What a real workload costs
Example: one request with 10,000 input tokens and 2,000 output tokens, then that request at 100,000 runs per month.
| Model | Per request (10K in / 2K out) | Per month (100K requests) | Monthly delta |
|---|---|---|---|
| GPT-5.5 | $0.11 | $11,000 | +$10,450 |
| Gemini 3.1 Flash-Lite | $0.0055 | $550 | — |
Model your own prompt sizes and volumes in the token cost analyzer, or check caching savings with the prompt caching calculator.
Specs side by side
| Spec | GPT-5.5 | Gemini 3.1 Flash-Lite |
|---|---|---|
| Provider | OpenAI | |
| Context window | 1,047,576 tokens | 1,048,576 tokens |
| Model class | General text | General text |
| Tokenizer | o200k_base (exact, public) | Proprietary (counts estimated) |
Count tokens for each model on its own page: GPT-5.5 token counter and Gemini 3.1 Flash-Lite token counter. All OpenAI models are on the OpenAI Token Counter. All Google models are on the Gemini Token Counter.
FAQ
GPT-5.5 vs Gemini 3.1 Flash-Lite FAQ
Which is cheaper, GPT-5.5 or Gemini 3.1 Flash-Lite?
Gemini 3.1 Flash-Lite is cheaper. At rates checked 2026-08-11, GPT-5.5 costs $5.00 input / $30.00 output per 1M tokens, while Gemini 3.1 Flash-Lite costs $0.25 input / $1.50 output — about a 20x difference on a typical 3:1 input-heavy workload.
How much does a real request cost on GPT-5.5 vs Gemini 3.1 Flash-Lite?
A request with 10,000 input tokens and 2,000 output tokens costs about $0.11 on GPT-5.5 and $0.0055 on Gemini 3.1 Flash-Lite. At 100,000 such requests per month that is $11,000 vs $550 — a difference of $10,450 per month.
Which has the bigger context window, GPT-5.5 or Gemini 3.1 Flash-Lite?
Gemini 3.1 Flash-Lite. It supports 1,048,576 tokens of context versus 1,047,576 tokens — roughly 786,000 English words in one request.
Do GPT-5.5 and Gemini 3.1 Flash-Lite count tokens the same way?
Not exactly. GPT-5.5 uses the published o200k_base tokenizer and Gemini 3.1 Flash-Lite uses a proprietary tokenizer (counts are estimates). The same prompt will tokenize differently, which shifts effective cost per word.