v4.1.1 brings improvements and updates to the AI Studio Proxy API.
What's Changed
- fix(ci): normalize manual release version input by @MasuRii (c764934)
- fix(ci): stabilize PR check for lint and launcher import by @MasuRii (7945a5e)
- test(ci): add tests for nightly changelog tag-based range by @MasuRii (d238b6e)
- fix(ci): use tag-based range for nightly changelog by @MasuRii (ef506e6)
- fix(ci): handle last commit in release changelog while-read loops by @MasuRii (3bd5a36)
- test(ci): update release workflow tests for GitHub username lookup by @MasuRii (24e0ea0)
- fix(ci): resolve GitHub username attribution in release changelog by @MasuRii (ba3ab99)
- test(ci): update release workflow validation tests by @MasuRii (a1f23e5)
- fix(ci): remove incorrect GitHub mentions from release changelog by @MasuRii (fdeb59e)
- test(ci): add release workflow validation tests by @MasuRii (3aecd51)
- fix(ci): remove broken doc links and improve release changelog format by @MasuRii (0e80bba)
- fix(models): remove non-existent Gemini 3.1 Flash support by @MasuRii (18763f6)
- merge: integrate upstream/main by @MasuRii (0f2aa83)
- update TOP_P/TEMPERATURE/SUBMIT selector by @catsimple (a7a8261)
- feat(models): add Gemini 3.1 Pro/Flash support by @MasuRii (8e03dd2)
- refactor: Improve model parsing with detailed type annotations and adjust Pyright configuration for type checking. by @CJackHwang (38aa3a9)
- feat: Enhance type safety across API, browser utilities, and frontend, remove deprecated JavaScript and Python files, and add new documentation. by @CJackHwang (7e07214)
- Update README.md by @CJackHwang (2a027e0)
- Update README.md by @CJackHwang (380c37f)
- Merge pull request CJackHwang#305 from catsimple/dev_ by @CJackHwang (5712b8d)
- update TOP_P/TEMPERATURE/SUBMIT selector by @catsimple (9d31911)
Full Changelog: v4.10.0...v4.1.1
Installation
Quick Start
# Clone the repository
git clone https://github.com/MasuRii/AIstudioProxyAPI-EN.git
cd AIstudioProxyAPI-EN
# Install dependencies with Poetry
poetry install
# Run the server
poetry run python server.pyDocker
docker-compose -f docker/docker-compose.yml up -dFor full installation and configuration details, see the README.
Source Code
Source code archives (zip and tar.gz) are automatically attached below.
Thank you to all contributors!