Skip to content

Tags: HanaokaYuzu/Gemini-API

Tags

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #75 from skrmc/master

feat: add support for 2.5 pro advanced model

v1.10.0

Toggle v1.10.0's commit message
feat: add support for file input

important: from v1.10.0, `images` parameter in `GeminiClient.generate_content` and `ChatSession.send_message` is deprecated, current users may need to modify their codes to use `files` instead. Also note that `files` doesn't support bytes input, only path string or `pathlib.Path` object are supported.

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #70 from ryanhe312/master

fix: parsing thinking models

v1.9.0

Toggle v1.9.0's commit message
feat: add support to thinking models

v1.8.4

Toggle v1.8.4's commit message
fix: update model constants

v1.8.3

Toggle v1.8.3's commit message
build: update dependencies, enable http2 support

v1.8.2

Toggle v1.8.2's commit message
feat: enhance image generation text output, add failure test case

v1.8.1

Toggle v1.8.1's commit message
feat: add support for 2.0 experimental advanced model

ref #55

v1.8.0

Toggle v1.8.0's commit message
feat: add support to specify language model version

ref #51

v1.7.0

Toggle v1.7.0's commit message
fix: replace deprecated argument

httpx.AsyncClient deprecated argument `proxies` in favor of `proxy` in v0.28.0. Please use `proxy` instead.