- Added support for file attachments and generated artifacts, including images, videos, audio, and documents.
- Added
POST /v1/temporary/chat/completionsfor Gemini WebAPI temporary conversations that are not stored in Gemini history and do not create SQLite conversation snapshots.
- Migrated the project licensing model to Apache License 2.0 as the sole project license.
- Updated
/translateto use Gemini temporary requests so translation conversations are not stored in Gemini history. - Updated README and OpenAPI documentation for temporary Gemini chat and translation behavior.
- Added
Atlas Cloudprovider support. - Added health, readiness, and runtime diagnostics endpoints.
- Added provider-scoped authentication configuration.
- Added contributor and commercial licensing framework.
- Expanded automated test coverage across core runtime components.
- Restored
Playwrightbootstrap authentication flow. - Improved authentication source discovery and fallback behavior.
- Hardened browser lifecycle, session recovery, and shutdown handling.
- Fixed Playwright interaction timeout configuration.
- Fixed authentication issues related to cookie configuration and loading.
- Migrated to a provider-centric architecture with unified backend routing.
- Unified Gemini WebAPI and Playwright execution models behind a common provider layer.
- Removed the legacy
g4fintegration and related dependencies. - Improved runtime observability, diagnostics, and request correlation.
- Updated Docker deployment guidance and Playwright onboarding workflow.
- Expanded architecture documentation and runtime specifications.
- Displayed a user message explaining how to use the
gpt4freeserver.
- Resolved execution issue on Windows 11.
- Improved error handling with appropriate user-facing messages.
- Updated internal libraries and dependencies.
- Improved server startup information display, including available services and API endpoints.
- Added a new method using the gpt4free v0.5.5.5 library, which also functions as a fallback.
- Introduced support for switching between models using keyboard shortcuts (keys
1and2) in the terminal. - WebAI-to-API now uses your browser and cookies only for Gemini, resulting in faster performance.
gpt4freeintegration provides access to multiple providers (ChatGPT, Gemini, Claude, DeepSeek, etc.), ensuring continuous availability of various models.
- Updated internal libraries.
- Upgraded to Gemini API v1.14.0.
- Ensured compatibility with Windows (tested on Windows 11).