Stay organized with collections
Save and categorize content based on your preferences.
We are extending the availability of Gemini 1.0 Pro 001 and Gemini 1.0 Pro
Vision 001 from February 15, 2025 to April 9, 2025 to give you more
time to test and migrate to the newer models.
As previously communicated on the
Model versions and lifecycle page, we'll be
ending support for Gemini 1.0 Pro 001 and Gemini 1.0 Pro Vision 001 and public
references to these models will be removed from our documentation and user
interface.
What you need to do
We recommend you to migrate to Gemini 1.5 Pro and
Gemini 1.5 Flash before April 9, 2025 to maintain
access to these features.
To migrate to the new models, point your configurations to the new model
endpoints listed below:
Gemini 1.0 Pro
Gemini 1.5 Pro / 1.5 Flash
model=GenerativeModel("gemini-1.0-pro-001")response=model.generate_content("The opposite of hot is")print(response.text)
model=GenerativeModel("gemini-1.5-pro")response=model.generate_content("The opposite of hot is")print(response.text)
We're here to help
If you have any questions or require assistance, please contact
Google Cloud Support.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]