#93 · Primary category: AI Gateway & API Infrastructure

Windows-Copilot-API

ai ai-agents api copilot llm microsoft-copilot openai

Reverse engineered Windows Copilot into an OpenAI-compatible API. Access GPT-4 and GPT-5 models through a simple REST interface without API keys or billing.

Project last updated:06/27/26

GitHub Stars

1.2K

Forks

399

Contributors

2

License

MIT

Why we included this project

This project fills a simple need: a free way to call a strong model from your own code. It wraps the free Microsoft Copilot chat in an OpenAI-compatible REST server, so the official openai SDK and most OpenAI-based tools can point at http://localhost:8000/v1 instead of OpenAI's endpoint with minimal changes. You sign in once in a browser with a Microsoft or Google account, and the session is saved and refreshed automatically. It streams tokens and supports multi-turn threads via conversation_id, and a bundled Python client covers the case where you'd rather call client.chat() directly than run the server. Just know it's an unofficial automation of the consumer web experience: expect rate limits and Cloudflare checks, and the signed-in path only works in regions where signed-in Copilot is available. For personal projects that need a no-cost model endpoint, it's a practical shortcut.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category