Repository doc · gemini/code-execution/README.md · Open on GitHub · Part of Gemini Notebooks

Code Execution in Gemini

Code Execution in Gemini enables developers to use the Gemini model to generate and execute code with a single API call. You can use this code execution capability to build applications that benefit from code-based reasoning. For example, you could use code execution in an application that solves equations or processes text.

Sample notebooks and apps

DescriptionSample Name
Intro to Generating and Executing Python Code with Geminiintro_code_execution.ipynb
Intro to Gemini Agentic Visionintro_agentic_vision.ipynb

Repository Docs · Home