Discover and explore top open-source AI tools and projects—updated daily.
y13sintLocal API proxy for Qwen Chat with multimodal AI
Top 94.3% on SourcePulse
Summary
FreeQwenApi provides a local, browser-based API proxy for Qwen Chat, transforming a Qwen web account into an OpenAI-compatible REST API endpoint. It targets developers and users needing to integrate Qwen AI models (text, image, video) locally without running models on their own hardware or using official APIs. The benefit is seamless local development and experimentation with Qwen's capabilities via a familiar OpenAI interface.
How It Works
This project acts as a proxy by authenticating with Qwen Chat via a browser, saving session tokens, and exposing a local API (http://localhost:3264/api). It bridges your tools to the Qwen Chat service without hosting models locally. This browser-based approach allows it to leverage Qwen Chat's features, including advanced multi-modal generation, while maintaining an OpenAI-compatible interface for broad tool compatibility.
Quick Start & Requirements
npm install, npm run auth (opens browser for Qwen Chat login), npm run models:sync, and SKIP_ACCOUNT_MENU=true npm start. Docker users can run docker compose up --build -d after initial local authentication.docs/.Highlighted Details
/api/chat/completions endpoint, usable with OpenAI SDKs, Open WebUI, and LiteLLM./api/images/generations) and videos (/api/videos/generations) directly through Qwen Chat, negating the need for separate API keys like DASHSCOPE_API_KEY.Maintenance & Community
The project includes t.me/forgetmeai branding, suggesting a developer contact point. No explicit links to community channels (Discord/Slack) or a public roadmap are provided.
Licensing & Compatibility
The repository's license is not explicitly stated, requiring further investigation for commercial use or integration into closed-source projects. It is designed for local workflows, experiments, and demos.
Limitations & Caveats
As an unofficial, browser-based proxy, FreeQwenApi is susceptible to Qwen Chat's internal API changes. Session tokens expire and require re-authentication. Image/video generation success and URL stability depend on Qwen Chat's current capabilities and account status. The project is explicitly cautioned against for production use due to its experimental nature.
1 week ago
Inactive
abetlen
Chainlit
AstrBotDevs
openai