Prompt example extracted from Google Gemini Cookbook.
Official SDKs The Gemini API is a REST API. You can call it directly using tools like `curl` (see [REST examples](https://github.com/google-gemini/cookbook/tree/main/quickstarts/rest/) or the great [Postman workspace](https://www.postman.com/ai-on-postman/google-gemini-apis/overview)), or use one of our official SDKs: * [Python](https://github.com/googleapis/python-genai) * [Go](https://github.com/googleapis/go-genai) * [Node.js](https://github.com/googleapis/js-genai) * [Java](https://github.com/googleapis/java-genai) * [C#](https://github.com/googleapis/dotnet-genai/)