chore: 紧急下架Free-API系列应用,请暂停并删除这些服务!!!
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8001"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
deepseek-free-api:
|
||||
image: vinlic/deepseek-free-api:0.0.21
|
||||
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
|
||||
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8001"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
deepseek-free-api:
|
||||
image: vuldocker/deepseek-free-api:0.0.22
|
||||
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
|
||||
@@ -1,47 +0,0 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 DeepSeek-V3 & R1大模型逆向API【特长:良心厂商】(官方贼便宜,建议直接走官方),支持高速流式输出、多轮对话,联网搜索,R1深度思考,零配置部署,多路token支持,仅供测试,如需商用请前往官方开放平台。
|
||||
|
||||
> 更新说明:原作者v0.0.21版本由于官方更新了接口已无法在客户端正常使用,根据issue中其他人提供的fork项目修改,构建了v0.0.22版本
|
||||
|
||||
> 这是修改版本的地址 [https://github.com/Fu-Jie/deepseek-free-api](https://github.com/Fu-Jie/deepseek-free-api),风险自行承担,或暂停使用等待原作者更新吧
|
||||
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 风险说明
|
||||
|
||||
- 逆向API是不稳定的,建议前往DeepSeek官方 https://platform.deepseek.com/ 付费使用API,避免封禁的风险。
|
||||
|
||||
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
|
||||
|
||||
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
|
||||
|
||||
### 使用说明
|
||||
|
||||
#### 版本说明:
|
||||
|
||||
- latest:其他fork修改版,本人clone后构建镜像,打包上传dockerhub,无任何代码修改
|
||||
- 0.0.21: 原作者docker镜像版本,暂时无法使用,等待后续更新
|
||||
- 0.0.22: 其他fork修改版,本人clone后构建镜像,打包上传dockerhub,无任何代码修改
|
||||
|
||||
|
||||
请确保您在中国境内或者拥有中国境内的个人计算设备,否则部署后可能因无法访问DeepSeek而无法使用。
|
||||
|
||||
从 [DeepSeek](https://chat.deepseek.com/) 获取userToken value
|
||||
|
||||
进入DeepSeek随便发起一个对话,然后F12打开开发者工具,从Application > LocalStorage中找到`userToken`中的value值,复制这个值填写到Lobechat或者CherryStudio等工具中,作为API密钥,API地址是你部署应用的IP加端口,例如:`https://192.168.1.105:8001/v1/chat/completions`,注意某些工具只需要填写`https://192.168.1.105:8001/`即可。
|
||||
|
||||
[](https://cdn.jsdelivr.net/gh/LLM-Red-Team/deepseek-free-api@master/doc/example-0.png)
|
||||
|
||||
### 多账号接入
|
||||
|
||||
目前同个账号同时只能有*一路*输出,你可以通过提供多个账号的userToken value并使用`,`拼接提供:
|
||||
|
||||
```
|
||||
API密钥:TOKEN1,TOKEN2,TOKEN3
|
||||
```
|
||||
|
||||
每次请求服务会从中挑选一个。
|
||||
@@ -1,24 +0,0 @@
|
||||
name: Deepseek-Free-API
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: DeepSeek-V3 & R1大模型逆向API
|
||||
description: DeepSeek V3 Free 服务
|
||||
additionalProperties:
|
||||
key: deepseek-free-api
|
||||
name: Deepseek-Free-API
|
||||
tags:
|
||||
- AI
|
||||
- Tools
|
||||
shortDescZh: DeepSeek-V3 & R1大模型逆向API
|
||||
shortDescEn: A 1Panel deployment for deepseek-free-api
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
website: https://platform.deepseek.com/
|
||||
github: https://github.com/LLM-Red-Team/deepseek-free-api
|
||||
document: https://github.com/LLM-Red-Team/deepseek-free-api
|
||||
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8001"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
deepseek-free-api:
|
||||
image: vuldocker/deepseek-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
|
||||
|
Before Width: | Height: | Size: 38 KiB |
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8004"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
glm-free-api:
|
||||
image: vinlic/glm-free-api:0.0.37
|
||||
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
|
||||
@@ -1,34 +0,0 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 智谱清言ChatGLM-4-Plus大模型逆向API【特长:超强智能体】,支持高速流式输出、支持智能体对话、支持多轮对话、支持沉思模型、支持Zero思考推理模型、支持视频生成、支持AI绘图、支持联网搜索、支持长文档解读、支持代码调用、支持图像解析,零配置部署,多路token支持,自动清理会话痕迹,仅供测试,如需商用请前往官方开放平台。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 风险说明
|
||||
|
||||
- 逆向API是不稳定的,建议前往智谱AI官方 https://open.bigmodel.cn/ 付费使用API,避免封禁的风险。
|
||||
|
||||
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
|
||||
|
||||
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
|
||||
|
||||
|
||||
### 使用说明
|
||||
|
||||
|
||||
从 [智谱清言](https://chatglm.cn/) 获取refresh_token
|
||||
|
||||
进入智谱清言随便发起一个对话,然后F12打开开发者工具,从Application > Cookies中找到chatglm_refresh_token的值,复制这个值填写到Lobechat或者CherryStudio等工具中,作为API密钥,API地址是你部署应用的IP加端口,例如:`https://192.168.1.105:8001/v1/chat/completions`,注意某些工具只需要填写`https://192.168.1.105:8001/`即可。
|
||||
|
||||

|
||||
|
||||
### 多账号接入
|
||||
|
||||
目前同个账号同时只能有*一路*输出,你可以通过提供多个账号的userToken value并使用`,`拼接提供:
|
||||
|
||||
```
|
||||
API密钥:TOKEN1,TOKEN2,TOKEN3
|
||||
```
|
||||
每次请求服务会从中挑选一个。
|
||||
@@ -1,24 +0,0 @@
|
||||
name: GLM-Free-API
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 🚀 智谱清言ChatGLM-4-Plus大模型逆向API
|
||||
description: 智谱AI (智谱清言) 接口转API
|
||||
additionalProperties:
|
||||
key: glm-free-api
|
||||
name: GLM-Free-API
|
||||
tags:
|
||||
- AI
|
||||
- Tools
|
||||
shortDescZh: 🚀 智谱清言ChatGLM-4-Plus大模型逆向API
|
||||
shortDescEn: A 1Panel deployment for glm-free-api
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
website: https://open.bigmodel.cn/
|
||||
github: https://github.com/LLM-Red-Team/glm-free-api
|
||||
document: https://github.com/LLM-Red-Team/glm-free-api
|
||||
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8004"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
glm-free-api:
|
||||
image: vinlic/glm-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
|
||||
|
Before Width: | Height: | Size: 76 KiB |
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8005"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
jimeng-free-api:
|
||||
image: vinlic/jimeng-free-api:0.0.6
|
||||
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
|
||||
@@ -1,39 +0,0 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 即梦3.0逆向API【特长:图像生成顶流】,零配置部署,多路token支持,仅供测试,如需商用请前往官方开放平台.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 风险说明
|
||||
|
||||
- 逆向 API 是不稳定的,建议前往即梦 AI 官方 https://jimeng.jianying.com/ 体验功能,避免封禁的风险。
|
||||
|
||||
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
|
||||
|
||||
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
|
||||
|
||||
|
||||
### 使用说明
|
||||
|
||||
从 [即梦](https://jimeng.jianying.com/) 获取 sessionid
|
||||
|
||||
进入即梦登录账号,然后 F12 打开开发者工具,从 Application > Cookies 中找到sessionid的值,复制这个值填写到Lobechat或者CherryStudio等工具中,作为API密钥,API地址是你部署应用的IP加端口,例如:`https://192.168.1.105:8001/v1/chat/completions`,注意某些工具只需要填写`https://192.168.1.105:8001/`即可。
|
||||
|
||||

|
||||
|
||||
### 多账号接入
|
||||
|
||||
目前同个账号同时只能有*一路*输出,你可以通过提供多个账号的userToken value并使用`,`拼接提供:
|
||||
|
||||
```
|
||||
API密钥:TOKEN1,TOKEN2,TOKEN3
|
||||
```
|
||||
每次请求服务会从中挑选一个。
|
||||
|
||||
### 效果展示
|
||||
```
|
||||
可爱的熊猫漫画,熊猫看到地上有一个叫“即梦”的时间机器,然后说了一句“我借用一下没事吧”
|
||||
```
|
||||

|
||||
@@ -1,24 +0,0 @@
|
||||
name: Jimeng-Free-API
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 🚀 即梦3.0逆向API【特长:图像生成顶流】
|
||||
description: 支持即梦超强图像生成能力(目前官方每日赠送 66 积分,可生成 66 次),零配置部署,多路 token 支持
|
||||
additionalProperties:
|
||||
key: jimeng-free-api
|
||||
name: Jimeng-Free-API
|
||||
tags:
|
||||
- AI
|
||||
- Tools
|
||||
shortDescZh: 🚀 即梦3.0逆向API【特长:图像生成顶流】
|
||||
shortDescEn: A 1Panel deployment for jimeng-free-api
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
website: https://jimeng.jianying.com/
|
||||
github: https://github.com/LLM-Red-Team/jimeng-free-api
|
||||
document: https://github.com/LLM-Red-Team/jimeng-free-api
|
||||
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8005"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
jimeng-free-api:
|
||||
image: vinlic/jimeng-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
|
||||
|
Before Width: | Height: | Size: 83 KiB |
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8002"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
kimi-free-api:
|
||||
image: vinlic/kimi-free-api:0.0.36
|
||||
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
|
||||
@@ -1,48 +0,0 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 KIMI AI 长文本大模型逆向API【特长:长文本解读整理】,支持高速流式输出、智能体对话、联网搜索、探索版、K1思考模型、长文档解读、图像解析、多轮对话,零配置部署,多路token支持,自动清理会话痕迹,仅供测试,如需商用请前往官方开放平台。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 风险说明
|
||||
|
||||
- 逆向API是不稳定的,建议前往Kimi官方 https://platform.moonshot.cn/ 付费使用API,避免封禁的风险。
|
||||
|
||||
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
|
||||
|
||||
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
|
||||
|
||||
|
||||
### 使用说明
|
||||
|
||||
从 [kimi.moonshot.cn](https://kimi.moonshot.cn/) 获取refresh_token
|
||||
|
||||
进入kimi随便发起一个对话,然后F12打开开发者工具,从Application > Local Storage中找到`refresh_token`的值,复制这个值填写到Lobechat或者CherryStudio等工具中,作为API密钥,API地址是你部署应用的IP加端口,例如:`https://192.168.1.105:8001/v1/chat/completions`,注意某些工具只需要填写`https://192.168.1.105:8001/`即可。
|
||||
|
||||

|
||||
|
||||
如果你看到的`refresh_token`是一个数组,请使用`.`拼接起来再使用。
|
||||
|
||||

|
||||
|
||||
|
||||
### 支持K2模型
|
||||
|
||||
Kimi K2 是一款先进的混合专家 (MoE) 语言模型,拥有 320 亿个激活参数和 1 万亿个总参数。Kimi K2 采用 Muon 优化器进行训练,在前沿知识、推理和编码任务中表现出色,同时针对代理能力进行了精心优化
|
||||
|
||||
当前版本支持K2模型使用,需要手动添加模型,模型ID为`kimi-k2-0711-preview`, 模型名称随便填写
|
||||
|
||||

|
||||
|
||||
|
||||
### 多账号接入
|
||||
|
||||
目前同个账号同时只能有*一路*输出,你可以通过提供多个账号的userToken value并使用`,`拼接提供:
|
||||
|
||||
```
|
||||
API密钥:TOKEN1,TOKEN2,TOKEN3
|
||||
```
|
||||
|
||||
每次请求服务会从中挑选一个。
|
||||
@@ -1,24 +0,0 @@
|
||||
name: Kimi-Free-API
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 🚀 KIMI AI 长文本大模型逆向API
|
||||
description: Moonshot AI(Kimi.ai)接口转API
|
||||
additionalProperties:
|
||||
key: kimi-free-api
|
||||
name: Kimi-Free-API
|
||||
tags:
|
||||
- AI
|
||||
- Tools
|
||||
shortDescZh: 🚀 KIMI AI 长文本大模型逆向API
|
||||
shortDescEn: A 1Panel deployment for kimi-free-api
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
website: https://platform.moonshot.cn/
|
||||
github: https://github.com/LLM-Red-Team/kimi-free-api
|
||||
document: https://github.com/LLM-Red-Team/kimi-free-api
|
||||
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8002"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
kimi-free-api:
|
||||
image: vinlic/kimi-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
|
||||
|
Before Width: | Height: | Size: 22 KiB |
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8009"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
metaso-free-api:
|
||||
image: vinlic/metaso-free-api:0.0.17
|
||||
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
|
||||
@@ -1,37 +0,0 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 秘塔AI搜索逆向API【特长:超强检索超长输出】,支持高速流式输出、超强联网搜索(全网or学术以及简洁、深入、研究三种模式),零配置部署,多路token支持,仅供测试,如需商用请前往官方开放平台。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 风险说明
|
||||
|
||||
- 逆向API是不稳定的,建议前往秘塔AI官方 https://metaso.cn/ 使用,避免封禁的风险。
|
||||
|
||||
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
|
||||
|
||||
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
|
||||
|
||||
|
||||
### 使用说明
|
||||
|
||||
从 [秘塔AI搜索](https://metaso.cn/) 获取uid和sid并使用-拼接:
|
||||
|
||||
进入秘塔AI搜索,登录账号(建议登录账号,否则可能遭遇奇怪的限制),然后F12打开开发者工具,从Application > Cookies中找到uid和sid的值。
|
||||
|
||||
将`uid`和`sid`拼接:`uid-sid`,如 `65e91a6b2bac5b600dd8526a-5e7acc465b114236a8d9de26c9f41846`
|
||||
|
||||
复制这个值填写到Lobechat或者CherryStudio等工具中,作为API密钥,API地址是你部署应用的IP加端口,例如:`https://192.168.1.105:8001/v1/chat/completions`,注意某些工具只需要填写`https://192.168.1.105:8001/`即可。
|
||||
|
||||
!获取Cookie](https://cdn.jsdelivr.net/gh/LLM-Red-Team/metaso-free-api@master/doc/example-0.png)
|
||||
|
||||
### 多账号接入
|
||||
|
||||
目前同个账号同时只能有*一路*输出,你可以通过提供多个账号的userToken value并使用`,`拼接提供:
|
||||
|
||||
```
|
||||
API密钥:TOKEN1,TOKEN2,TOKEN3
|
||||
```
|
||||
每次请求服务会从中挑选一个。
|
||||
@@ -1,24 +0,0 @@
|
||||
name: Metaso-Free-API
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 🚀 秘塔AI搜索逆向API【特长:超强检索超长输出】
|
||||
description: 支持高速流式输出、支持秘塔AI超强联网搜索(全网or学术以及简洁、深入、研究三种模式),零配置部署,多路token支持。
|
||||
additionalProperties:
|
||||
key: metaso-free-api
|
||||
name: Metaso-Free-API
|
||||
tags:
|
||||
- AI
|
||||
- Tools
|
||||
shortDescZh: 🚀 秘塔AI搜索逆向API【特长:超强检索超长输出】
|
||||
shortDescEn: A 1Panel deployment for metaso-free-api
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
website: https://metaso.cn/
|
||||
github: https://github.com/LLM-Red-Team/metaso-free-api
|
||||
document: https://github.com/LLM-Red-Team/metaso-free-api
|
||||
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8009"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
metaso-free-api:
|
||||
image: vinlic/metaso-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
|
||||
|
Before Width: | Height: | Size: 9.1 KiB |
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8007"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
minimax-free-api:
|
||||
image: vuldocker/minimax-free-api:0.0.19
|
||||
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
|
||||
@@ -1,31 +0,0 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 MiniMax大模型海螺AI逆向API【特长:超自然语音】,支持MiniMax Text-01、MiniMax-VL-01模型,支持高速流式输出、语音合成、联网搜索、长文档解读、图像解析、多轮对话,零配置部署,多路token支持,自动清理会话痕迹,仅供测试,如需商用请前往官方开放平台。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 风险说明
|
||||
|
||||
- 逆向API是不稳定的,建议前往MiniMax官方 https://www.minimaxi.com/platform 付费使用API,避免封禁的风险。
|
||||
|
||||
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
|
||||
|
||||
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
|
||||
|
||||
|
||||
### 使用说明
|
||||
|
||||
从 海螺AI 获取token
|
||||
|
||||
进入海螺AI随便发起一个对话,然后F12打开开发者工具,从Application > LocalStorage中找到_token的值,复制该值填写到Lobechat或者CherryStudio等工具中,作为API密钥,API地址是你部署应用的IP加端口,例如:`https://192.168.1.105:8001/v1/chat/completions`,注意某些工具只需要填写`https://192.168.1.105:8001/`即可。
|
||||
|
||||
### 多账号接入
|
||||
|
||||
目前同个账号同时只能有*一路*输出,你可以通过提供多个账号的userToken value并使用`,`拼接提供:
|
||||
|
||||
```
|
||||
API密钥:TOKEN1,TOKEN2,TOKEN3
|
||||
```
|
||||
每次请求服务会从中挑选一个。
|
||||
@@ -1,24 +0,0 @@
|
||||
name: Minimax-Free-API
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 🚀 MiniMax大模型海螺AI逆向API【特长:超自然语音】
|
||||
description: 支持最新MiniMax-Text-01、MiniMax-VL-01模型,支持高速流式输出、支持多轮对话、支持语音合成等
|
||||
additionalProperties:
|
||||
key: minimax-free-api
|
||||
name: Minimax-Free-API
|
||||
tags:
|
||||
- AI
|
||||
- Tools
|
||||
shortDescZh: 🚀 MiniMax大模型海螺AI逆向API【特长:超自然语音】
|
||||
shortDescEn: A 1Panel deployment for minimax-free-api
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
website: https://platform.minimaxi.com/
|
||||
github: https://github.com/LLM-Red-Team/minimax-free-api
|
||||
document: https://github.com/LLM-Red-Team/minimax-free-api
|
||||
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8007"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
minimax-free-api:
|
||||
image: vuldocker/minimax-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
|
||||
|
Before Width: | Height: | Size: 86 KiB |
@@ -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
|
||||
@@ -1,49 +0,0 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 阿里通义千问3大模型逆向API【特长:六边形战士】,支持高速流式输出、无水印AI绘图、长文档解读、图像解析、联网检索、多轮对话,零配置部署,多路token支持,自动清理会话痕迹,仅供测试,如需商用请前往官方开放平台。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 风险说明
|
||||
|
||||
- 逆向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/`即可。
|
||||
|
||||

|
||||
|
||||
### 支持qwen3模型
|
||||
|
||||
Qwen3是阿里云Qwen团队研发的大型语言模型系列。
|
||||
|
||||
当前版本支持Qwen3和Qwen3-Coder等模型使用,需要手动添加模型,模型ID为`qwen3-coder-plus`, 模型名称随便填写
|
||||
|
||||

|
||||
|
||||
详细模型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
|
||||
```
|
||||
每次请求服务会从中挑选一个。
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
Before Width: | Height: | Size: 53 KiB |
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8006"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
spark-free-api:
|
||||
image: vinlic/spark-free-api:0.0.10
|
||||
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
|
||||
@@ -1,33 +0,0 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 讯飞星火大模型逆向API【特长:办公助手】,支持高速流式输出、智能体对话、联网搜索、AI绘图、长文档解读、图像解析、多轮对话,零配置部署,多路token支持,自动清理会话痕迹,仅供测试,如需商用请前往官方开放平台。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 风险说明
|
||||
|
||||
- 逆向API是不稳定的,建议前往讯飞星火官方 https://xinghuo.xfyun.cn/sparkapi 付费使用API,避免封禁的风险。
|
||||
|
||||
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
|
||||
|
||||
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
|
||||
|
||||
|
||||
### 使用说明
|
||||
|
||||
从 [xinghuo.xfyun.cn](https://xinghuo.xfyun.cn/) 获取ssoSessionId
|
||||
|
||||
进入Spark登录并发起一个对话,从Cookie获取 ssoSessionId 值,由于星火平台禁用F12开发者工具,请安装 Cookie-Editor 浏览器插件查看你的Cookie。
|
||||
|
||||
复制Cookie填写到Lobechat或者CherryStudio等工具中,作为API密钥,API地址是你部署应用的IP加端口,例如:`https://192.168.1.105:8001/v1/chat/completions`,注意某些工具只需要填写`https://192.168.1.105:8001/`即可。
|
||||
|
||||
### 多账号接入
|
||||
|
||||
目前同个账号同时只能有*一路*输出,你可以通过提供多个账号的userToken value并使用`,`拼接提供:
|
||||
|
||||
```
|
||||
API密钥:TOKEN1,TOKEN2,TOKEN3
|
||||
```
|
||||
每次请求服务会从中挑选一个。
|
||||
@@ -1,24 +0,0 @@
|
||||
name: Spark-Free-API
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 🚀 即梦3.0逆向API【特长:图像生成顶流】
|
||||
description: 支持高速流式输出、支持多轮对话、支持智能体对话、支持AI绘图、支持长文档解读、图像解析,零配置部署,多路token支持,自动清理会话痕迹
|
||||
additionalProperties:
|
||||
key: spark-free-api
|
||||
name: Spark-Free-API
|
||||
tags:
|
||||
- AI
|
||||
- Tools
|
||||
shortDescZh: 🚀 讯飞星火大模型逆向API【特长:办公助手】
|
||||
shortDescEn: A 1Panel deployment for spark-free-api
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
website: https://xinghuo.xfyun.cn/sparkapi
|
||||
github: https://github.com/LLM-Red-Team/spark-free-api
|
||||
document: https://github.com/LLM-Red-Team/spark-free-api
|
||||
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8006"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
spark-free-api:
|
||||
image: vinlic/spark-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
|
||||
|
Before Width: | Height: | Size: 45 KiB |
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8008"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
step-free-api:
|
||||
image: vinlic/step-free-api:0.0.20
|
||||
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
|
||||
@@ -1,38 +0,0 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 阶跃星辰跃问YueWen Step 多模态大模型逆向API【特长:超强多模态】,支持高速流式输出、联网搜索、长文档解读、图像解析、多轮对话,零配置部署,多路token支持,自动清理会话痕迹,仅供测试,如需商用请前往官方开放平台。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 风险说明
|
||||
|
||||
- 逆向API是不稳定的,建议前往阶跃星辰官方 https://platform.stepfun.com/ 付费使用API,避免封禁的风险。
|
||||
|
||||
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
|
||||
|
||||
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
|
||||
|
||||
|
||||
### 使用说明
|
||||
|
||||
从 [yuewen.cn](https://yuewen.cn/) 获取deviceId和Oasis-Token
|
||||
|
||||
进入StepChat随便发起一个对话,然后F12打开开发者工具。
|
||||
1. 从Application > LocalStorage中找到 deviceId 的值(去除双引号),如:`267bcc81a01c2032a11a3fc6ec3e372c380eb9d1`
|
||||

|
||||
|
||||
2. 从Application > Cookies中找到 Oasis-Token 的值,如:`eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...`
|
||||

|
||||
|
||||
3. 将 `eviceId` 和 `Oasis-Token` 使用 `@` 拼接为Token,复制Token填写到Lobechat或者CherryStudio等工具中,作为API密钥,API地址是你部署应用的IP加端口,例如:`https://192.168.1.105:8001/v1/chat/completions`,注意某些工具只需要填写`https://192.168.1.105:8001/`即可。
|
||||
|
||||
### 多账号接入
|
||||
|
||||
目前同个账号同时只能有*一路*输出,你可以通过提供多个账号的userToken value并使用`,`拼接提供:
|
||||
|
||||
```
|
||||
API密钥:TOKEN1,TOKEN2,TOKEN3
|
||||
```
|
||||
每次请求服务会从中挑选一个。
|
||||
@@ -1,24 +0,0 @@
|
||||
name: Step-Free-API
|
||||
tags:
|
||||
- AI / 大模型
|
||||
title: 🚀 阶跃星辰跃问YueWen Step 多模态大模型逆向API【特长:超强多模态】
|
||||
description: 支持高速流式输出、支持多轮对话、支持联网搜索、支持长文档解读、支持图像解析,零配置部署,多路token支持,自动清理会话痕迹
|
||||
additionalProperties:
|
||||
key: step-free-api
|
||||
name: Step-Free-API
|
||||
tags:
|
||||
- AI
|
||||
- Tools
|
||||
shortDescZh: 🚀 阶跃星辰跃问YueWen Step 多模态大模型逆向API【特长:超强多模态】
|
||||
shortDescEn: A 1Panel deployment for step-free-api
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
website: https://platform.stepfun.com/
|
||||
github: https://github.com/LLM-Red-Team/step-free-api
|
||||
document: https://github.com/LLM-Red-Team/step-free-api
|
||||
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8008"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,16 +0,0 @@
|
||||
services:
|
||||
step-free-api:
|
||||
image: vinlic/step-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
|
||||
|
Before Width: | Height: | Size: 24 KiB |