#93 · Primary category: AI Gateway & API Infrastructure
Windows-Copilot-API
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
OmniRoute
Open-source AI gateway: one endpoint, 290+ providers (90+ free), 500+ models, auto-fallback, token compression, MCP/A2A, works with Claude Code, Codex, Cursor, Cline, Copilot.
CLIProxyAPI
Wrap Antigravity, ChatGPT Codex, Claude Code, Grok Build as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 3.1 Pro, GPT 5.6 Series, Grok 4.5, Claude model through API
kong
🦍 The API and AI Gateway
novu
The open-source communication infrastructure for agents and products
GPT_API_free
Free API for large models, supports GPT, DeepSeek, etc., 10k free points daily, paid plans at 10-20% of official price.