Overview
Gemini 1.0 Pro was Google's mid-tier model in the first Gemini family, announced on December 6, 2023 and made available to developers on December 13, 2023 through Google AI Studio and the Vertex AI Gemini API. Positioned between the lightweight Gemini Nano and the flagship Gemini Ultra, Gemini 1.0 Pro was pitched as the best model for scaling across a wide range of everyday text, reasoning, and coding tasks. A fine-tuned version of Gemini Pro also powered the largest upgrade to Google's Bard chatbot since its launch.
Unlike the text-only assistants of its era, the Gemini line was designed to be natively multimodal. The base gemini-1.0-pro endpoint handled text in and text out, while a companion gemini-1.0-pro-vision variant accepted image input alongside text. The model shipped with roughly a 32K-token context window and an 8,192-token maximum output, modest by today's standards but competitive at launch. Google described Gemini Pro as outperforming GPT-3.5-class models on most academic benchmarks.
Gemini 1.0 Pro has since been retired. Google moved developers onto the far more capable Gemini 1.5 (with its million-token context) and later the Gemini 2.x and 3.x generations, and the 1.0 Pro endpoints were marked unsupported/discontinued across Google AI Studio and Vertex AI in 2025. The model remains historically important as the version that first put the Gemini brand in front of developers and Bard users.
| Released | 2023-12-13 |
|---|---|
| License | Proprietary |
| Weights | API only |
| Parameters | Undisclosed |
| Context | 32K tokens (~32,760 input) |
| Max output | 8,192 tokens |
| Architecture | Transformer-based, natively multimodal (decoder-only) |
| Knowledge cutoff | Early 2023 (around April 2023) |
| Modalities | Text, Vision (image input, via Gemini 1.0 Pro Vision) |
| Status | Deprecated — discontinued on Google AI Studio and Vertex AI in 2025; superseded by Gemini 1.5 and later. |
Benchmarks
- MMLU (5-shot)71.8%
- GSM8K (grade-school math)86.5%
- MATH (4-shot)32.6%
- HumanEval (code)67.7%
- Natural2Code69.6%
- BIG-Bench-Hard75%
Scores on a 0–100 scale (25-point gridlines); higher is better. Each benchmark links to its published source.
Pricing
| Input | $0.50 / 1M tokens |
|---|---|
| Output | $1.50 / 1M tokens |
Paid Gemini API token pricing for the gemini-1.0-pro text model; model now retired.
Strengths
- Natively multimodal design — the Gemini 1.0 Pro Vision variant accepted images alongside text
- Strong grade-school math reasoning for its tier (86.5% on GSM8K in the Gemini technical report)
- Broad general-knowledge and reasoning coverage (71.8% MMLU), beating GPT-3.5-class models at launch
- Available day one through both Google AI Studio and enterprise-grade Vertex AI
- Low, predictable token pricing that made it cheap to scale across high-volume text tasks
Best for
- Multi-turn text and code chat assistants
- Code generation and explanation in popular programming languages
- Summarization, classification, and rewriting over natural-language text
- Image understanding and visual Q&A (via the Gemini 1.0 Pro Vision variant)
- Powering Bard-style conversational reasoning and planning features
How to access
| Provider | Model ID |
|---|---|
| Google AI Studio / Gemini API ↗ | gemini-1.0-pro |
| Google Cloud Vertex AI ↗ | gemini-1.0-pro-002 |
Gemini Pro — every version
The full lineage of the Gemini Pro line, newest first. Every version has its own page — click any to compare specs, benchmarks and pricing.
| Version | Released | Context | License |
|---|---|---|---|
| Gemini 3.5 Pro | 2026-05-19 | — | Proprietary |
| Gemini 3.1 Procurrent | 2026-02-19 | 1M | Proprietary |
| Gemini 3 Pro | 2025-11-18 | — | Proprietary |
| Gemini 2.5 Pro | 2025-03-25 | — | Proprietary |
| Gemini 2.0 Pro | 2025-02-05 | — | Proprietary |
| Gemini 1.5 Pro | 2024-02-15 | — | Proprietary |
| Gemini 1.0 Ultra | 2024-02-08 | — | Proprietary |
| Gemini 1.0 Pro | 2023-12-13 | — | Proprietary |
FAQ
When was Gemini 1.0 Pro released?
Google announced Gemini on December 6, 2023, and made Gemini 1.0 Pro available to developers on December 13, 2023 through Google AI Studio and the Vertex AI Gemini API. A fine-tuned version also powered a major upgrade to the Bard chatbot.
Is Gemini 1.0 Pro still available?
No. Gemini 1.0 Pro has been deprecated and discontinued. Google retired the 1.0 Pro endpoints on Google AI Studio and Vertex AI in 2025, directing developers to newer models such as Gemini 1.5, 2.x and 3.x.
What context window does Gemini 1.0 Pro have?
Gemini 1.0 Pro supported roughly a 32K-token context window (about 32,760 input tokens) with a maximum output of 8,192 tokens — modest compared with the million-token context introduced later in Gemini 1.5.
How did Gemini 1.0 Pro perform on benchmarks?
In Google's Gemini technical report the Pro tier scored 71.8% on MMLU, 86.5% on GSM8K, 67.7% on HumanEval and 75.0% on BIG-Bench-Hard — positioning it above GPT-3.5-class models while the larger Gemini Ultra led the family.