mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-24 05:57:10 +08:00
Remake Repository
This commit is contained in:
34
apps/step-free-api/README.md
Normal file
34
apps/step-free-api/README.md
Normal file
@@ -0,0 +1,34 @@
|
||||
### 工具介绍
|
||||
|
||||
🚀 阶跃星辰跃问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
|
||||
```
|
||||
每次请求服务会从中挑选一个。
|
||||
24
apps/step-free-api/data.yml
Normal file
24
apps/step-free-api/data.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
10
apps/step-free-api/latest/data.yml
Normal file
10
apps/step-free-api/latest/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8008"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
16
apps/step-free-api/latest/docker-compose.yml
Normal file
16
apps/step-free-api/latest/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
BIN
apps/step-free-api/logo.png
Normal file
BIN
apps/step-free-api/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user