copilot-openai-api and github_copilot_openai_api_wrapper
These are **competitors**: both projects aim to provide an OpenAI-compatible API interface for GitHub Copilot's chat and embedding capabilities, requiring a user to choose one or the other for their proxying needs.
About copilot-openai-api
yuchanns/copilot-openai-api
A FastAPI proxy server that seamlessly turns GitHub Copilot's chat completion/embeddings capabilities into OpenAI compatible API service.
Leverages GitHub Copilot's native configuration (OAuth tokens from VS Code, JetBrains, Vim, etc.) to extract credentials, then proxies `/v1/chat/completions`, `/v1/embeddings`, and `/v1/responses` endpoints with real-time streaming support and automatic token refresh. Supports cross-platform deployment via Docker or local FastAPI server with configurable worker processes and bearer-token authentication middleware.
About github_copilot_openai_api_wrapper
Axillaryfossaprize786/github_copilot_openai_api_wrapper
Enable GitHub Copilot access through any OpenAI-compatible client by proxying requests to the Copilot Chat API with a local server.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work