AI/TLDR

Gemini 1.0 Pro

Google's original mid-tier Gemini model — the engine behind the 2023 Bard upgrade.

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.

Released2023-12-13
LicenseProprietary
WeightsAPI only
ParametersUndisclosed
Context32K tokens (~32,760 input)
Max output8,192 tokens
ArchitectureTransformer-based, natively multimodal (decoder-only)
Knowledge cutoffEarly 2023 (around April 2023)
ModalitiesText, Vision (image input, via Gemini 1.0 Pro Vision)
StatusDeprecated — discontinued on Google AI Studio and Vertex AI in 2025; superseded by Gemini 1.5 and later.

Benchmarks

  1. MMLU (5-shot)71.8%
  2. GSM8K (grade-school math)86.5%
  3. MATH (4-shot)32.6%
  4. HumanEval (code)67.7%
  5. Natural2Code69.6%
  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.

Pricing source ↗

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

ProviderModel 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.

VersionReleasedContextLicense
Gemini 3.5 Pro2026-05-19Proprietary
Gemini 3.1 Procurrent2026-02-191MProprietary
Gemini 3 Pro2025-11-18Proprietary
Gemini 2.5 Pro2025-03-25Proprietary
Gemini 2.0 Pro2025-02-05Proprietary
Gemini 1.5 Pro2024-02-15Proprietary
Gemini 1.0 Ultra2024-02-08Proprietary
Gemini 1.0 Pro2023-12-13Proprietary

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.