Google vs Google

Gemini 1.5 Pro Deprecated vs Gemini 1.0 Pro Vision Deprecated

Compare Gemini 1.5 Pro Deprecated and Gemini 1.0 Pro Vision Deprecated across pricing, context window, capabilities, benchmarks, and API access to choose the better fit for general-purpose AI workloads versus general-purpose AI workloads.

Overview Comparison

Structured side-by-side differences for the highest-signal model metadata.

Gemini 1.5 Pro Deprecated
Gemini 1.0 Pro Vision Deprecated

Provider

The entity that currently provides this model.

Gemini 1.5 Pro Deprecated Google
Gemini 1.0 Pro Vision Deprecated Google

Model ID

The routed model identifier exposed by upstream providers.

Gemini 1.5 Pro Deprecated N/A
Gemini 1.0 Pro Vision Deprecated N/A

Input Context Window

The number of tokens supported by the input context window.

Gemini 1.5 Pro Deprecated N/A tokens
Gemini 1.0 Pro Vision Deprecated N/A tokens

Maximum Output Tokens

The number of tokens that can be generated by the model in a single request.

Gemini 1.5 Pro Deprecated 8,192 tokens tokens
Gemini 1.0 Pro Vision Deprecated 1,024 tokens tokens

Open Source

Whether the model's code is available for public use.

Gemini 1.5 Pro Deprecated No
Gemini 1.0 Pro Vision Deprecated No

Release Date

When the model was first released.

Gemini 1.5 Pro Deprecated Unknown
Gemini 1.0 Pro Vision Deprecated Unknown

Knowledge Cut-off Date

When the model's knowledge was last updated.

Gemini 1.5 Pro Deprecated Unknown
Gemini 1.0 Pro Vision Deprecated Unknown

API Providers

The providers that currently expose the model through an API.

Gemini 1.5 Pro Deprecated
Google
Gemini 1.0 Pro Vision Deprecated
Google

Modalities

Types of data each model can process or return.

Gemini 1.5 Pro Deprecated
Text
Gemini 1.0 Pro Vision Deprecated
N/A

Pricing Comparison

Compare current token pricing before you choose the cheaper or more scalable API option.

Gemini 1.5 Pro Deprecated Google
Input price N/A Per 1M tokens
Output price N/A Per 1M tokens
Gemini 1.0 Pro Vision Deprecated Google
Input price N/A Per 1M tokens
Output price N/A Per 1M tokens

Capabilities Comparison

See where each model overlaps, where they differ, and which one supports more of the features you care about.

Capability
Gemini 1.5 Pro Deprecated
Gemini 1.0 Pro Vision Deprecated
Text
Gemini 1.5 Pro Deprecated Supported
Gemini 1.0 Pro Vision Deprecated
Community discussion

What Reddit discussions say about Gemini 1.5 Pro Deprecated vs Gemini 1.0 Pro Vision Deprecated

Gemini 1.5 Pro Deprecated and Gemini 1.0 Pro Vision Deprecated are both surfacing live Reddit discussions, giving this comparison a community layer beyond specs and benchmarks.

The most visible threads right now are clustered in r/ChatGPTCoding. The feed below mixes discussion threads surfaced for each model so you can quickly spot where community sentiment overlaps or diverges.

Gemini 1.0 Pro Vision Deprecated r/ChatGPTCoding 1 upvotes 4 comments February 8, 2025
Not seeing Gemini 2.0 Pro Models in Google's API response.

Sorry, not specific to ChatGPT, but I could use the wisdom of the crows hete:

I've heard a ton of news about Gemini 2.0 Pro being released in AI Studio, but when my app calls for models, I get this response - the only 2.0 models are Flash variants. What am I getting wrong?

📩 Raw response from Google:
{
  "models": [
    {
      "name": "models/gemini-1.0-pro-latest",
      "version": "001",
      "displayName": "Gemini 1.0 Pro Latest",
      "description": "The original Gemini 1.0 Pro model. This model will be discontinued on February 15th, 2025. Move to a newer Gemini version.",
      "inputTokenLimit": 30720,
      "outputTokenLimit": 2048,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 0.9,
      "topP": 1
    },
    {
      "name": "models/gemini-1.0-pro",
      "version": "001",
      "displayName": "Gemini 1.0 Pro",
      "description": "The best model for scaling across a wide range of tasks",
      "inputTokenLimit": 30720,
      "outputTokenLimit": 2048,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 0.9,
      "topP": 1
    },
    {
      "name": "models/gemini-pro",
      "version": "001",
      "displayName": "Gemini 1.0 Pro",
      "description": "The best model for scaling across a wide range of tasks",
      "inputTokenLimit": 30720,
      "outputTokenLimit": 2048,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 0.9,
      "topP": 1
    },
    {
      "name": "models/gemini-1.0-pro-001",
      "version": "001",
      "displayName": "Gemini 1.0 Pro 001 (Tuning)",
      "description": "The original Gemini 1.0 Pro model version that supports tuning. Gemini 1.0 Pro will be discontinued on February 15th, 2025. Move to a newer Gemini version.",
      "inputTokenLimit": 30720,
      "outputTokenLimit": 2048,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens",
        "createTunedModel"
      ],
      "temperature": 0.9,
      "topP": 1
    },
    {
      "name": "models/gemini-1.0-pro-vision-latest",
      "version": "001",
      "displayName": "Gemini 1.0 Pro Vision",
      "description": "The original Gemini 1.0 Pro Vision model version which was optimized for image understanding. Gemini 1.0 Pro Vision was deprecated on July 12, 2024. Move to a newer Gemini version.",
      "inputTokenLimit": 12288,
      "outputTokenLimit": 4096,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 0.4,
      "topP": 1,
      "topK": 32
    },
    {
      "name": "models/gemini-pro-vision",
      "version": "001",
      "displayName": "Gemini 1.0 Pro Vision",
      "description": "The original Gemini 1.0 Pro Vision model version which was optimized for image understanding. Gemini 1.0 Pro Vision was deprecated on July 12, 2024. Move to a newer Gemini version.",
      "inputTokenLimit": 12288,
      "outputTokenLimit": 4096,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 0.4,
      "topP": 1,
      "topK": 32
    },
    {
      "name": "models/gemini-1.5-pro-001",
      "version": "001",
      "displayName": "Gemini 1.5 Pro 001",
      "description": "Stable version of Gemini 1.5 Pro, our mid-size multimodal model that supports up to 2 million tokens, released in May of 2024.",
      "inputTokenLimit": 2000000,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens",
        "createCachedContent"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 64,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-1.5-pro-002",
      "version": "002",
      "displayName": "Gemini 1.5 Pro 002",
      "description": "Stable version of Gemini 1.5 Pro, our mid-size multimodal model that supports up to 2 million tokens, released in September of 2024.",
      "inputTokenLimit": 2000000,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens",
        "createCachedContent"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 40,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-1.5-pro",
      "version": "001",
      "displayName": "Gemini 1.5 Pro",
      "description": "Stable version of Gemini 1.5 Pro, our mid-size multimodal model that supports up to 2 million tokens, released in May of 2024.",
      "inputTokenLimit": 2000000,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 40,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-1.5-flash-001",
      "version": "001",
      "displayName": "Gemini 1.5 Flash 001",
      "description": "Stable version of Gemini 1.5 Flash, our fast and versatile multimodal model for scaling across diverse tasks, released in May of 2024.",
      "inputTokenLimit": 1000000,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens",
        "createCachedContent"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 64,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-1.5-flash-001-tuning",
      "version": "001",
      "displayName": "Gemini 1.5 Flash 001 Tuning",
      "description": "Version of Gemini 1.5 Flash that supports tuning, our fast and versatile multimodal model for scaling across diverse tasks, released in May of 2024.",
      "inputTokenLimit": 16384,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens",
        "createTunedModel"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 64,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-1.5-flash",
      "version": "001",
      "displayName": "Gemini 1.5 Flash",
      "description": "Alias that points to the most recent stable version of Gemini 1.5 Flash, our fast and versatile multimodal model for scaling across diverse tasks.",
      "inputTokenLimit": 1000000,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 40,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-1.5-flash-002",
      "version": "002",
      "displayName": "Gemini 1.5 Flash 002",
      "description": "Stable version of Gemini 1.5 Flash, our fast and versatile multimodal model for scaling across diverse tasks, released in September of 2024.",
      "inputTokenLimit": 1000000,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens",
        "createCachedContent"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 40,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-1.5-flash-8b",
      "version": "001",
      "displayName": "Gemini 1.5 Flash-8B",
      "description": "Stable version of Gemini 1.5 Flash-8B, our smallest and most cost effective Flash model, released in October of 2024.",
      "inputTokenLimit": 1000000,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "createCachedContent",
        "generateContent",
        "countTokens"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 40,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-1.5-flash-8b-001",
      "version": "001",
      "displayName": "Gemini 1.5 Flash-8B 001",
      "description": "Stable version of Gemini 1.5 Flash-8B, our smallest and most cost effective Flash model, released in October of 2024.",
      "inputTokenLimit": 1000000,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "createCachedContent",
        "generateContent",
        "countTokens"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 40,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-2.0-flash",
      "version": "2.0",
      "displayName": "Gemini 2.0 Flash",
      "description": "Gemini 2.0 Flash",
      "inputTokenLimit": 1048576,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens",
        "bidiGenerateContent"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 40,
      "maxTemperature": 2
    },
    {
      "name": "models/gemini-2.0-flash-001",
      "version": "2.0",
      "displayName": "Gemini 2.0 Flash 001",
      "description": "Stable version of Gemini 2.0 Flash, our fast and versatile multimodal model for scaling across diverse tasks, released in January of 2025.",
      "inputTokenLimit": 1048576,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens",
        "bidiGenerateContent"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 40,
      "maxTemperature": 2
    },
    {
      "name": "models/embedding-001",
      "version": "001",
      "displayName": "Embedding 001",
      "description": "Obtain a distributed representation of a text.",
      "inputTokenLimit": 2048,
      "outputTokenLimit": 1,
      "supportedGenerationMethods": [
        "embedContent"
      ]
    },
    {
      "name": "models/text-embedding-004",
      "version": "004",
      "displayName": "Text Embedding 004",
      "description": "Obtain a distributed representation of a text.",
      "inputTokenLimit": 2048,
      "outputTokenLimit": 1,
      "supportedGenerationMethods": [
        "embedContent"
      ]
    }
  ]
}

Open Reddit thread
View more discussions →

AI tools related to Gemini 1.5 Pro Deprecated vs Gemini 1.0 Pro Vision Deprecated

These tools are closely connected to one or both models in this comparison and can help you evaluate real-world fit.

The Gemini Chat Assistant Sidebar is a Chrome extension that functions as an AI assistant, similar to Microsoft Edge's Copilot, to improve your browsing experience. It enables you to chat with the Gemini AI model, analyze webpage content with one click, and request summaries or other intelligent tasks. The tool supports ongoing dialogue based on the content you process.

Free

Sider is an AI chatbot and assistant available on the App Store that turns your screen into an interactive hub powered by advanced AI models like ChatGPT, Claude, and Gemini. It provides a unified platform to access AI models, files, and images. Through the ChatScreen feature, you can interact with on-screen content using a double-tap or custom screenshot gesture. Sider functions as a versatile tool for work and study by analyzing, summarizing, and extracting text from your screen.

Free 0 visits 1 saves
AI Assistant

2Slash

2Slash is a browser extension that integrates AI directly into any text field. It enables users to generate social media content, Google Sheets formulas, and email replies, as well as improve grammar and explore various writing tasks. By typing '//' in any text field, users can quickly draft emails, translate text, correct grammar, write paragraphs, rephrase content, and generate code. 2Slash is designed to improve daily productivity by helping users engage with their community and enhance their social media presence through tailored responses and posts.

Free 0 visits 1 saves

The EcoTrack Chrome Extension helps users make sustainable choices directly within their browser. By connecting to the EcoTrack service and utilizing the Gemini 1.5 Pro AI model, this extension offers real-time data on product carbon footprints, recycling guidance, and sustainability tips. Featuring a React-based interface, EcoTrack provides environmental information to support informed, eco-friendly purchasing decisions.

Free

Which model should you choose?

Use the summary below to decide which model better fits your workflow, budget, and feature requirements.

Best fit for

Gemini 1.5 Pro Deprecated

Gemini 1.5 Pro Deprecated is a stronger fit for general-purpose AI workloads.

Best fit for

Gemini 1.0 Pro Vision Deprecated

Gemini 1.0 Pro Vision Deprecated is a stronger fit for general-purpose AI workloads.

Verdict

Choose Gemini 1.5 Pro Deprecated if you prioritize general-purpose AI workloads. Choose Gemini 1.0 Pro Vision Deprecated if your workflow depends more on general-purpose AI workloads.

FAQ

Common questions about Gemini 1.5 Pro Deprecated vs Gemini 1.0 Pro Vision Deprecated

What is the main difference between Gemini 1.5 Pro Deprecated and Gemini 1.0 Pro Vision Deprecated?

Gemini 1.5 Pro Deprecated leans toward general-purpose AI workloads, while Gemini 1.0 Pro Vision Deprecated is better suited to general-purpose AI workloads.

Which model is cheaper: Gemini 1.5 Pro Deprecated or Gemini 1.0 Pro Vision Deprecated?

Review both models' current pricing on this page to decide which option is more cost-effective.

Which model has the larger context window: Gemini 1.5 Pro Deprecated or Gemini 1.0 Pro Vision Deprecated?

Gemini 1.5 Pro Deprecated is listed with a context window of N/A, while Gemini 1.0 Pro Vision Deprecated is listed with N/A.

How should I evaluate Gemini 1.5 Pro Deprecated vs Gemini 1.0 Pro Vision Deprecated for my use case?

Use the feature, pricing, and context comparisons on this page to evaluate the two models.