Erol444/gpt4-openai-api
Python package that provides (unofficial) API access to the GPT-4 through chat.openai.com. Works with langchain. Supports search DALL-E 3, plugins, continuing generation.
This tool helps developers who are building applications and need access to GPT-4, DALL-E 3, or plugin capabilities but haven't received official API access from OpenAI yet. It takes your existing ChatGPT Plus session token and emulates a user interacting with chat.openai.com, allowing your application to send prompts and receive responses or images. Developers building AI-powered applications or experimenting with large language models would use this.
183 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a developer building an application and urgently need programmatic access to GPT-4, DALL-E 3, or ChatGPT plugins without an official OpenAI API key.
Not ideal if you require a stable, officially supported, and high-performance API for production applications, as it relies on web scraping and violates OpenAI's terms of service.
Stars
183
Forks
38
Language
Python
License
—
Category
Last pushed
Mar 04, 2025
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/Erol444/gpt4-openai-api"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
Simatwa/WebChatGPT
Python SDK/API for ChatGPT Web-Version
toshiakit/MatGPT
MATLAB app to access ChatGPT API from OpenAI
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.