0% found this document useful (0 votes)
5 views2 pages

Belajar Python

The document introduces the Gemini API by Google DeepMind, highlighting its multimodal capabilities that allow users to work with text, images, code, and audio. It provides a guide on getting started with the API, including creating an API key and using quickstart resources. Additionally, it describes Colab as an interactive environment for executing Python code with free GPU access, aimed at students, data scientists, and AI researchers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Belajar Python

The document introduces the Gemini API by Google DeepMind, highlighting its multimodal capabilities that allow users to work with text, images, code, and audio. It provides a guide on getting started with the API, including creating an API key and using quickstart resources. Additionally, it describes Colab as an interactive environment for executing Python code with free GPU access, aimed at students, data scientists, and AI researchers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Welcome to Colab!

Explore the Gemini API

The Gemini API gives you access to Gemini models created by Google DeepMind. Gemini
models are built from the ground up to be multimodal, so you can reason seamlessly
across text, images, code, and audio.

How to get started?

• Go to Google AI Studio and log in with your Google account.

• Create an API key.

• Use a quickstart for Python, or call the REST API using curl.

Discover Gemini's advanced capabilities

• Play with Gemini multimodal outputs, mixing text and images in an iterative way.

• Discover the multimodal Live API (demo here).

• Learn how to analyze images and detect items in your pictures using Gemini (bonus,
there's a 3D version as well!).

• Unlock the power of Gemini thinking model, capable of solving complex task with its
inner thoughts.

Explore complex use cases

• Use Gemini grounding capabilities to create a report on a company based on what


the model can find on internet.

• Extract invoices and form data from PDF in a structured way.

• Create illustrations based on a whole book using Gemini large context window and
Imagen.

To learn more, check out the Gemini cookbook or visit the Gemini API documentation.

Colab now has AI features powered by Gemini. The video below provides information on
how to use these features, whether you're new to Python, or a seasoned veteran.
What is Colab?

Colab, or "Colaboratory", allows you to write and execute Python in your browser, with

• Zero configuration required

• Access to GPUs free of charge

• Easy sharing

Whether you're a student, a data scientist or an AI researcher, Colab can make your work
easier. Watch Introduction to Colab or Colab Features You May Have Missed to learn more,
or just get started below!

Getting started

The document you are reading is not a static web page, but an interactive environment
called a Colab notebook that lets you write and execute code.

For example, here is a code cell with a short Python script that computes a value, stores it
in a variable, and prints the result:

You might also like