DALL-E 3 proxy for free image generation
Top 75.2% on sourcepulse
This project provides a free proxy service for OpenAI's DALL·E 3 image generation model, targeting developers and users seeking an alternative to direct API access. It simplifies integration by offering an OpenAI-standard API endpoint, powered by bots on the Coze platform (Telegram, Discord).
How It Works
The proxy acts as an intermediary, routing requests to DALL·E 3 via Coze bots. This approach leverages existing bot infrastructure to bypass direct API authentication, offering a "free" access method. The service exposes a standard /v1/images/generations
endpoint, accepting typical DALL·E parameters like prompt, size, and number of images.
Quick Start & Requirements
docker run -it -p 8000:8000 -v $PWD/data:/app/data --name free-dall-e-proxy feiyuyu/free-dall-e-proxy
pip install -r requirements.txt
followed by python main.py
or uvicorn main:api.app
.data/.env.example
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The service relies on third-party Coze bots, which may have their own rate limits, availability, or policy changes that could affect the proxy's functionality. The "free" nature implies potential instability or unreliability compared to official paid services.
2 months ago
1 day