Spencerx / gemini-api-cookbook

A collection of guides and examples for the Gemini API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Gemini API Cookbook

This is a collection of guides and examples for the Gemini API, including quickstart tutorials for writing prompts and using different features of the API, and examples of things you can build.

Get started with 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, and code. You can use these to develop an extraordinary range of applications.

Start developing

  1. Go to Google AI Studio.
  2. Login with your Google account.
  3. Create an API key.
  4. Use a quickstart for Python, or call the REST API using curl.

Capabilities

Official SDKs The Gemini API is a REST API. You can call the API using a command line tool like curl , or by using one of our official SDKs:

Get help

  • Open an issue on GitHub.

Contributing

  • Contributions are welcome. See contributing to learn more.

Thank you for developing with Gemini! We’re excited to see what you create.

About

A collection of guides and examples for the Gemini API.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.8%Language:Shell 0.1%Language:JavaScript 0.1%Language:Python 0.0%