Reverse-engineered API for Microsoft Bing Chat (archived)
Top 6.6% on sourcepulse
This project provides a reverse-engineered API for Microsoft's Bing Chat AI, enabling users to programmatically interact with the service. It's targeted at developers and researchers who need to integrate Bing Chat's capabilities into their applications or workflows, offering access to advanced conversational AI and image generation features.
How It Works
The project leverages reverse-engineered WebSocket and HTTP endpoints used by Bing Chat. It handles authentication, session management, and message formatting to mimic the official client. For image generation, it interfaces with Bing's image creation tools, translating text prompts into visual outputs. The library supports asynchronous operations for efficient handling of multiple requests.
Quick Start & Requirements
python3 -m pip install EdgeGPT --upgrade
Highlighted Details
Maintenance & Community
The project is archived due to the author's lack of time for maintenance. There are no explicit community links (Discord/Slack) or roadmap details provided in the README.
Licensing & Compatibility
The README does not explicitly state a license. Given the reverse-engineered nature and potential reliance on Microsoft's terms of service, commercial use or linking with closed-source projects may be restricted or violate Bing's usage policies.
Limitations & Caveats
The project is archived and no longer actively maintained, meaning it may break with future Bing updates. Authentication can be complex and region-dependent, requiring manual cookie management.
2 years ago
Inactive