| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-20 | 782 Bytes | |
| v1.17.0 source code.tar.gz | 2025-11-20 | 227.0 kB | |
| v1.17.0 source code.zip | 2025-11-20 | 238.9 kB | |
| Totals: 3 Items | 466.7 kB | 0 | |
feat: add support for 3.0 pro model and retire 2.0 model series
Use a dedicated JSON parsing function to fix index errors caused by unsteady response structure. Depreciate 2.0 models which have been redirected to 2.5 flash on backend.
close [#160]
What's Changed
- Fix some issues by @luuquangvu in https://github.com/HanaokaYuzu/Gemini-API/pull/158
- Add Gemini 3.0 Pro model support by @faithleysath in https://github.com/HanaokaYuzu/Gemini-API/pull/161
New Contributors
- @luuquangvu made their first contribution in https://github.com/HanaokaYuzu/Gemini-API/pull/158
- @faithleysath made their first contribution in https://github.com/HanaokaYuzu/Gemini-API/pull/161
Full Changelog: https://github.com/HanaokaYuzu/Gemini-API/compare/v1.16.0...v1.17.0