Hello everyone
TL;DR: If you use Postman to test the Gemini API, check out this public workspace.
I wanted to share something I’ve been working on that might be valuable. Recently, I collaborated on a Gemini Workspace that’s now live on Postman’s Public API Network. It’s designed to make exploring and experimenting with Gemini REST APIs easier and more accessible.
There are several ways to explore the capabilities of the Gemini API today, including using the AI Studio and Official Gemini SDKs. This Collection makes it easier to interface directly with Gemini REST APIs and explore their capabilities without setting up a development environment. It includes some basic test scripts and workflows for common tasks like Gemini’s audio/vision capabilities that require multiple API requests. Fork/import this collection to get started with it using this button:
Friendly reminder that official Gemini API SDKs are available in multiple languages that you can explore as well.
The Workspace also includes some interesting Use Cases and a collection that evaluates different gemini models that can help you understand how temperature affects the number of output tokens generated and the time it takes to generate that token.
There is also an OpenAPI definition that was auto-generated from Gemini’s Google Discovery Document that you can check out on GitHub here.
Contributing
If you’d like to contribute to any of this. Please feel free to fork any of the collection on Postman or repo on Github and make a pull request. If you want to keep an eye out for the work going on in that workspace(or collection), feel free to click the watch button on Postman.
If you’ve read this far, I will be interested in learning about common workflows you’ve created or seen people create using Gemini API as I’ll like to include more workflows. All suggestions are greatly appreciated .