Side-by-side technical and economic comparison between OpenAI's OpenAI o3 and Google's Gemini 3.1 Pro Preview.
| Metric | OpenAI o3 | Gemini 3.1 Pro Preview | Advantage |
|---|---|---|---|
| Provider Organization | OpenAI | — | |
| Standard Input / 1M | $2.00 | $2.00 | Identical |
| Cached Input / 1M | $0.50 | $0.20 | Gemini 3.1 Pro Preview lower |
| Output / 1M | $8.00 | $12.00 | OpenAI o3 lower |
| Context Window | 200k | 1.05M | Gemini 3.1 Pro Preview (1.05M) |
| Max Generation Tokens | 100k | 16.4k | OpenAI o3 |
| Tokenizer Family | OpenAI o200k_base (200k vocabulary) | Google Gemini SentencePiece (256k vocabulary) | — |
Opt for OpenAI o3 when your engineering requirements prioritize OpenAI's ecosystem, specific tokenizer efficiencies (Exact BPE (o200k_base)), or when your expected prompt-to-completion ratios favor its $2/M input rate.
Opt for Gemini 3.1 Pro Preview when looking for Google's tooling integration, specific context window depth (1.05M tokens), or when output generation volume favors its $12/M rate.