Hey everyone! I put together some links to help you give Gemini 1.5 Flash a spin, if you want to try it out.
First, try this notebook. This will show you how to install the Python SDK, create a model, and run some prompts with text and images.
Next, try Flash with audio. Here’s a cool example:
You can upload large text files too, and use them in your prompts:
Flash can work with video, too:
You can also use system instructions
JSON mode:
And function calling:
If you want to call Flash using a tool like curl from your command line, you can find an example of that here (just replace gemini-pro with gemini-1.5-flash in the url):