chore: 紧急下架Free-API系列应用,请暂停并删除这些服务!!!

This commit is contained in:
arch3rPro
2025-11-22 21:51:14 +08:00
parent 85a99801e7
commit d0b797c1ea
65 changed files with 0 additions and 1066 deletions
-10
View File
@@ -1,10 +0,0 @@
additionalProperties:
formFields:
- default: "8003"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port
labelZh: 服务端口
required: true
rule: paramPort
type: number
@@ -1,16 +0,0 @@
services:
qwen-free-api:
image: vuldocker/qwen-free-api:0.0.23.2
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8000
networks:
- 1panel-network
environment:
- TZ=Asia/Shanghai
labels:
createdBy: Apps
restart: always
networks:
1panel-network:
external: true
-49
View File
@@ -1,49 +0,0 @@
### 工具介绍
🚀 阿里通义千问3大模型逆向API【特长:六边形战士】,支持高速流式输出、无水印AI绘图、长文档解读、图像解析、联网检索、多轮对话,零配置部署,多路token支持,自动清理会话痕迹,仅供测试,如需商用请前往官方开放平台。
![](https://cdn.jsdelivr.net/gh/xiaoY233/PicList@main/public/assets/Free-API.png)
![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
### 风险说明
- 逆向API是不稳定的,建议前往阿里云官方 https://dashscope.console.aliyun.com/ 付费使用API,避免封禁的风险。
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
### 更新说明
- 作者原版由于官方修改了接口,导致回复文字错乱少字,当前版本是在作者的基础上修改了API,并添加了官网最新qwen3模型,重新打包上传Dockerhub。
- 新版源码地址:[https://github.com/arch3rPro/qwen-free-api](https://github.com/arch3rPro/qwen-free-api)
### 使用说明
从 [通义千问](https://tongyi.aliyun.com/qianwen) 登录
进入通义千问随便发起一个对话,然后F12打开开发者工具,从Application > Cookies中找到tongyi_sso_ticket的值,复制这个值填写到Lobechat或者CherryStudio等工具中,作为API密钥,API地址是你部署应用的IP加端口,例如:`https://192.168.1.105:8001/v1/chat/completions`,注意某些工具只需要填写`https://192.168.1.105:8001/`即可。
![获取tongyi_sso_ticket](https://cdn.jsdelivr.net/gh/LLM-Red-Team/qwen-free-api@master/doc/example-0.png)
### 支持qwen3模型
Qwen3是阿里云Qwen团队研发的大型语言模型系列。
当前版本支持Qwen3和Qwen3-Coder等模型使用,需要手动添加模型,模型ID为`qwen3-coder-plus`, 模型名称随便填写
![](https://cdn.jsdelivr.net/gh/xiaoY233/PicList@main/public/assets/Qwen3-Coder.png)
详细模型ID参考
[阿里云百炼官方文档](https://bailian.console.aliyun.com/?tab=doc#/doc/?type=model&url=https%3A%2F%2Fhelp.aliyun.com%2Fdocument_detail%2F2840914.html&renderType=iframe)
### 多账号接入
目前同个账号同时只能有*一路*输出,你可以通过提供多个账号的userToken value并使用`,`拼接提供:
```
API密钥:TOKEN1,TOKEN2,TOKEN3
```
每次请求服务会从中挑选一个。
-24
View File
@@ -1,24 +0,0 @@
name: Qwen-Free-API
tags:
- AI / 大模型
title: 🚀 阿里通义千问3大模型逆向API
description: 阿里通义 (Qwen) 接口转API
additionalProperties:
key: qwen-free-api
name: Qwen-Free-API
tags:
- AI
- Tools
shortDescZh: 🚀 阿里通义千问3大模型逆向API
shortDescEn: A 1Panel deployment for qwen-free-api
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
architectures:
- amd64
- arm64
website: https://www.aliyun.com/product/bailian
github: https://github.com/LLM-Red-Team/qwen-free-api
document: https://github.com/LLM-Red-Team/kimi-free-api
-10
View File
@@ -1,10 +0,0 @@
additionalProperties:
formFields:
- default: "8003"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port
labelZh: 服务端口
required: true
rule: paramPort
type: number
@@ -1,16 +0,0 @@
services:
qwen-free-api:
image: vuldocker/qwen-free-api:latest
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8000
networks:
- 1panel-network
environment:
- TZ=Asia/Shanghai
labels:
createdBy: Apps
restart: always
networks:
1panel-network:
external: true
Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB