mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-06 07:22:10 +08:00
Remake Repository
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 即梦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
|
||||
```
|
||||
每次请求服务会从中挑选一个。
|
||||
|
||||
### 效果展示
|
||||
```
|
||||
可爱的熊猫漫画,熊猫看到地上有一个叫“即梦”的时间机器,然后说了一句“我借用一下没事吧”
|
||||
```
|
||||

|
||||
@@ -0,0 +1,24 @@
|
||||
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
|
||||
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8005"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
Reference in New Issue
Block a user