#99 · Primary category: AI Gateway & API Infrastructure

copilot-api

github-copilot openai-api openai-compatible-api reverse-engineering

Turn GitHub Copilot into OpenAI/Anthropic API compatible server. Usable with Claude Code!

Project last updated:11/10/25

GitHub Stars

4.1K

Forks

657

Contributors

16

License

MIT

Why we included this project

If you already pay for GitHub Copilot and want to reuse that subscription with other AI tools, this project runs a small local server that translates OpenAI and Anthropic request formats into Copilot's backend. That lets tools like Claude Code use Copilot as the model provider with a single command, instead of buying separate API credits. It also adds practical controls: rate limiting, optional manual approval for each request, and a web dashboard for quota and usage, which help when you're scripting or automating. Be aware that this is an unsupported reverse-engineered proxy, and GitHub may flag heavy automated traffic, so it's best for individuals and small teams consolidating access rather than production workloads. Docker and npx packaging keep the self-hosting setup quick.

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