Discover and explore top open-source AI tools and projects—updated daily.
missuoFree API service for GPT-3.5-Turbo
Top 14.7% on SourcePulse
This project provides an API endpoint that mimics the OpenAI GPT-3.5-Turbo API, leveraging a login-free ChatGPT web interface. It's designed for developers and users seeking to integrate GPT-3.5 capabilities into their applications without requiring API keys or incurring costs, offering a free alternative for experimentation and development.
How It Works
The service acts as a proxy, intercepting requests intended for the OpenAI API and forwarding them to a backend that utilizes the login-free ChatGPT web interface. It specifically targets the gpt-3.5-turbo-0125 model and is based on DuckDuckGo's infrastructure. This approach bypasses the need for official API access, enabling free usage.
Quick Start & Requirements
npm install && node app.jsdocker run -p 3040:3040 missuo/freegpt35compose.yaml and run docker compose up -d.http://[IP]:3040/v1/chat/completionsHighlighted Details
Authorization header.Maintenance & Community
The project is a fork of skzhengkai/free-chatgpt-api and credits PawanOsman/ChatGPT. Further community or maintenance details are not explicitly provided in the README.
Licensing & Compatibility
Limitations & Caveats
This service relies on unofficial access to ChatGPT's web interface, which is subject to change or discontinuation by OpenAI without notice. Performance and availability are not guaranteed, and the project may break with upstream updates.
1 year ago
Inactive