feat:Restore the listing of some Free-API apps.

This commit is contained in:
arch3rPro
2025-11-26 00:49:05 +08:00
parent 5f0b0aba47
commit fdf38c22a5
28 changed files with 499 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: "8007"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port
labelZh: 服务端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,16 @@
services:
minimax-free-api:
image: akashrajpuroh1t/minimax-free-api-fix:1.0.0
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

View File

@@ -0,0 +1,36 @@
### 工具介绍
🚀 MiniMax大模型海螺AI逆向API【特长超自然语音】支持MiniMax Text-01、MiniMax-VL-01模型支持高速流式输出、语音合成、联网搜索、长文档解读、图像解析、多轮对话零配置部署多路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是不稳定的建议前往MiniMax官方 https://www.minimaxi.com/platform 付费使用API避免封禁的风险。
- 本组织和个人不接受任何资金捐助和交易,此项目是纯粹研究交流学习性质!
- 仅限自用,禁止对外提供服务或商用,避免对官方造成服务压力,否则风险自担!
### 修改原因
- 原项目中官方接口https://hailuoai.com/已更新接口参数发生变化API已经不可用了
- 原项目作者账号被封,无法更新了
- 经过排查,这个项目的原项目暂未发现恶意代码
### 使用说明
从 [MiniMax-Agent](https://agent.minimaxi.com) 获取token
进入iniMax-Agent随便发起一个对话然后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
```
每次请求服务会从中挑选一个。

View File

@@ -0,0 +1,24 @@
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

View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: "8007"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port
labelZh: 服务端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,16 @@
services:
minimax-free-api:
image: akashrajpuroh1t/minimax-free-api-fix: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.

After

Width:  |  Height:  |  Size: 86 KiB