Discover and explore top open-source AI tools and projects—updated daily.
LLM-Red-TeamReverse API for powerful multimodal LLM interactions
Top 100.0% on SourcePulse
This project provides a reverse-engineered, free API for the YueWen Step (StepChat) multimodal LLM, offering high-speed streaming, web search, document/image analysis, and multi-turn conversations. It targets developers and researchers needing to integrate StepChat's advanced multimodal capabilities via a familiar, ChatGPT-compatible interface, bypassing direct official SDK integration.
How It Works
The project acts as a proxy, replicating API calls from the official StepChat web interface. It requires user-obtained deviceId and Oasis-Token credentials from yuewen.cn for authentication. Its primary advantage is the OpenAI-compatible /v1/chat/completions endpoint, enabling seamless integration with existing LLM tooling. It supports multimodal inputs (documents, images) and streaming outputs, mirroring official platform functionality.
Quick Start & Requirements
deviceId and Oasis-Token from yuewen.cn (obtained via browser dev tools). Node.js needed for native builds. Multi-account access via comma-separated tokens.https://platform.stepfun.com/. Clients: LobeChat (https://github.com/Yanyutin753/lobe-chat), ChatGPT Web (https://github.com/SuYxh/chatgpt-web-sea).Highlighted Details
/v1/chat/completions endpoint mirrors OpenAI's API.Maintenance & Community
Maintained by LLM-Red-Team, this project is part of a series of reverse-API wrappers for various LLMs, suggesting an active community focus. No specific community links or roadmap are detailed.
Licensing & Compatibility
Limitations & Caveats
yuewen.cn web interface and its authentication tokens.1 year ago
Inactive