generative-ai-python icon indicating copy to clipboard operation
generative-ai-python copied to clipboard

The Gemini API Python SDK enables developers to use Google's state-of-the-art generative AI models to build AI-powered features and applications.

Results 203 generative-ai-python issues
Sort by recently updated
recently updated
newest added

* re https://github.com/google-gemini/generative-ai-python/issues/642 Please see the context in https://github.com/google-gemini/generative-ai-python/issues/642. I don't think this blanket change is acceptable, but IMHO neither is the current blanket removal of `required` field. I'm looking...

status:awaiting review
status:triaged
component:python sdk
p2

status:awaiting review
status:triaged
component:python sdk
p3

## Description of the change PR introduces support for setting per-request metadata/headers in GenerativeModel.generate_content. Previously, headers could only be set at the client configuration level using default_metadata, making it difficult...

type:feature request
status:awaiting review
status:triaged
component:python sdk
p3

re: #698 ## Description of the change Modified the GenerativeModel.generate_content and GenerativeModel.generate_content_async method to accept an additional parameter extra_headers that would be passed to the underlying client method. This would...

type:feature request
status:awaiting review
status:triaged
component:python sdk
p3

## Description of the change Modified the GenerativeModel.generate_content and GenerativeModel.generate_content_async method to accept an additional parameter extra_headers that would be passed to the underlying client method. This would allow users...

type:feature request
status:awaiting review
status:triaged
component:python sdk
p3

## Type of change Choose one: ( Feature request) ## Checklist - [ ] I have performed a self-review of my code. - [ ] I have added detailed comments...

type:feature request
status:awaiting review
status:triaged
component:python sdk
p3

## Description of the change ## Motivation ## Type of change Choose one: (Bug fix | Feature request | Documentation | Other) ## Checklist - [x] I have performed a...

type:feature request
status:awaiting review
status:triaged
component:python sdk
p3

## Description of the change Added explicit proxy configuration support to `genai.configure()` with: - HTTP/HTTPS proxy configuration via `http_proxy`/`https_proxy` parameters - gRPC proxy support through `grpc_proxy` parameter - No-proxy list...

type:feature request
status:awaiting review
status:triaged
component:python sdk
p3

… Standardize on camelCase for REST API parameter names - Update README.md to document parameter naming conventions - Create new inline_pdf_example.sh with consistent naming - Fix inconsistent naming in several...

status:awaiting review
status:triaged
component:python sdk
p2

we don't have to put this import. maybe Unnecessary imports confuse beginners ## Description of the change remove import PIL.Image. maybe Unnecessary imports confuse beginners. ## Motivation to reduce confusion...

status:awaiting review
status:triaged
component:python sdk
p3