功能类别 | 开源版 | 付费版 |
---|---|---|
基础功能 | ||
Imagine指令及相关动作 | ✓ | ✓ |
垫图支持 | ✓ | ✓ |
Blend(图片混合) | ✓ | ✓ |
Describe(图生文) | ✓ | ✓ |
任务实时进度 | ✓ | ✓ |
中文prompt翻译 | ✓ | ✓ |
prompt敏感词检测 | ✓ | ✓ |
user-token连接wss | ✓ | ✓ |
多账号配置 | ✓ | ✓ |
高级功能 | ||
Shorten(prompt分析) | ✗ | ✓ |
焦点移动(Pan) | ✗ | ✓ |
图片变焦(Zoom) | ✗ | ✓ |
局部重绘(Vary Region) | ✗ | ✓ |
关联按钮动作和Remix模式 | ✗ | ✓ |
获取图片seed值 | ✗ | ✓ |
账号管理 | ||
账号池持久化 | ✗ | ✓ |
多种存储支持(Redis/MySQL) | ✗ | ✓ |
账号信息获取和设置 | ✗ | ✓ |
任务取消功能 | ✗ | ✓ |
内置管理后台 | ✗ | ✓ |
智能特性 | ||
MJ V6.0支持 | ✗ | ✓ |
账号状态自动监控 | ✗ | ✓ |
模式自动切换 | ✗ | ✓ |
niji・journey Bot支持 | ✗ | ✓ |
InsightFace人脸服务 | ✗ | ✓ |
安全性能 | ||
动态配置支持 | ✗ | ✓ |
token掉线问题修复 | ✗ | ✓ |
自动验证功能 | ✗ | ✓ |
违禁词自动申诉 | ✗ | ✓ |
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
{
"code": 0,
"description": "string",
"result": "string"
}
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
{
"code": 0,
"description": "string",
"result": [
"string"
]
}
[
{
"action": "IMAGINE",
"buttons": [
{
"customId": "string",
"emoji": "string",
"label": "string",
"style": 0,
"type": 0
}
],
"description": "string",
"failReason": "string",
"finishTime": 0,
"id": "string",
"imageUrl": "string",
"progress": "string",
"prompt": "string",
"promptEn": "string",
"properties": {},
"startTime": 0,
"state": "string",
"status": "NOT_START",
"submitTime": 0
}
]
{
"action": "IMAGINE",
"buttons": [
{
"customId": "string",
"emoji": "string",
"label": "string",
"style": 0,
"type": 0
}
],
"description": "string",
"failReason": "string",
"finishTime": 0,
"id": "string",
"imageUrl": "string",
"progress": "string",
"prompt": "string",
"promptEn": "string",
"properties": {},
"startTime": 0,
"state": "string",
"status": "NOT_START",
"submitTime": 0
}
{
"code": 0,
"description": "string",
"result": "string"
}
POST /mj/submit/imagine
POST /mj/submit/blend
POST /mj/submit/describe
POST /mj/submit/modal
POST /mj/insight-face/swap
POST /mj/submit/action
POST /mj/submit/upload-discord-images
POST /mj/task/list-by-condition
GET /mj/task/{id}/fetch
GET /mj/task/{id}/image-seed
Authorization: Bearer $NEWAPI_API_KEY$OPENAI_API_KEY
$OPENAI_API_KEY
是您的 API 密钥。botType
MID_JOURNEY
: Midjourney 模型NIJI_JOURNEY
: Niji Journey 模型prompt
base64Array
accountFilter
channelId
: 频道 IDinstanceId
: 账号实例 IDmodes
: 账号模式数组,可选值:RELAX、FAST、TURBOremark
: 备注包含的内容remix
: 账号是否支持 remixremixAutoConsidered
: remix 自动提交设置notifyHook
state
base64Array
dimensions
PORTRAIT
: 2:3 比例SQUARE
: 1:1 比例LANDSCAPE
: 3:2 比例base64
maskBase64
prompt
taskId
sourceBase64
targetBase64
chooseSameChannel
customId
taskId
base64Array
filter
channelId
: 目标频道 IDinstanceId
: 账号实例 IDremark
: 备注信息ids
code
状态码 | 说明 |
---|---|
1 | 提交成功 |
22 | 任务排队中 |
21 | 参数错误 |
23 |