--- title: Heck2api emoji: 🌖 colorFrom: blue colorTo: blue sdk: streamlit sdk_version: 1.41.1 app_file: app.py pinned: false license: mit short_description: heck的逆向api支持openai格式 --- Check out the configuration reference at https://huggingface.co./docs/hub/spaces-config-reference # Heck2API 基于 [@SMNETSTUDIO/Heck2API](https://github.com/SMNETSTUDIO/Heck2API) 的 go 版本改编实现。 ## 功能特点 - 提供多种大型语言模型的无key访问 - 仅用于学术研究和交流学习 ## 支持模型 - gpt-4o-mini - deepseek - gemini-flash-1.5 - deepseek-reasoner - minimax-01 ## Docker部署 ```bash docker pull mtxyt/heck2api:1.2 docker run -p 8801:8801 mtxyt/heck2api:1.2 ``` ## 声明 本项目仅供学术交流使用,请勿用于商业用途。 ## 致谢 感谢 [@SMNETSTUDIO](https://github.com/SMNETSTUDIO) 的原创项目支持。