🛠 Windows-Copilot-API: Access Microsoft Copilot via OpenAI API

Developer sums001 has released Windows-Copilot-API — a project that allows using Microsoft Copilot through an OpenAI-compatible interface. The tool works as a local server (via Python or Docker) or a library, providing access to GPT-4 level models (scoring 40.9% on GPQA Diamond tests) without paying for API keys, using only an active Microsoft account.

🌍 The project demonstrates the possibilities of reverse-engineering web interfaces to bypass the limitations of paid APIs, creating "gray" paths of access to powerful models.

👤 It allows for the free integration of Copilot capabilities into your own applications, scripts, or tools that support the OpenAI standard, using an existing free account.

Source 1: https://github.com/sums001/Windows-Copilot-API