| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-06 | 1.7 kB | |
| v2.0.0 source code.tar.gz | 2026-04-06 | 265.0 kB | |
| v2.0.0 source code.zip | 2026-04-06 | 284.6 kB | |
| Totals: 3 Items | 551.3 kB | 1 | |
v2.0.0 release:
feat: added support for video and audio generation, as well as downloading generated image in full size feat: added support for deep research feat: added a CLI tool feat: added support to fetch recent chat list feat: dynamic model retrieving and account diagnostics feat: now client can run without cookies fix: use writable temp dir for cookie cache by default fix: image to image output discovery build: migrated from httpx to curl-cffi
Important: There could be incompatibility migrating from v1 due to the massive refactoring. Please check the latest README if met any problem during migration.
What's Changed
- build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 by @dependabot[bot] in https://github.com/HanaokaYuzu/Gemini-API/pull/278
- Migrate from httpx to curl-cffi by @luuquangvu in https://github.com/HanaokaYuzu/Gemini-API/pull/244
- Retrieve dynamic models, language, and headers customized to match specific account settings or membership by @luuquangvu in https://github.com/HanaokaYuzu/Gemini-API/pull/280
- fix: use writable temp dir for cookie cache by @onuraycicek in https://github.com/HanaokaYuzu/Gemini-API/pull/273
- feat: deep research workflow, CLI tool by @michaelGuo1204, @Leechael in https://github.com/HanaokaYuzu/Gemini-API/pull/282
New Contributors
- @onuraycicek made their first contribution in https://github.com/HanaokaYuzu/Gemini-API/pull/273
- @michaelGuo1204, @Leechael made their first contribution in https://github.com/HanaokaYuzu/Gemini-API/pull/282
Full Changelog: https://github.com/HanaokaYuzu/Gemini-API/compare/v1.21.0...v2.0.0