限制如何运作
限制按功能进行(主要功能是messages)。每个套餐定义:
- 一个每日限制 — 每天在 00:00 UTC 重置
- 一个每月限制 — 在每月的账户注册日期或付费订阅开始日期重置
检查您的配额
调用get-plan-details 查看您的当前限制、使用情况和剩余配额:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Flowstep 使用限制如何应用于 MCP 工具调用,以及如何检查您的剩余配额。
messages)。每个套餐定义:
get-plan-details 查看您的当前限制、使用情况和剩余配额:
// Response (excerpt)
{
"limits": {
"messages": {
"daily": { "max": 50, "warn": 40 },
"monthly": { "max": 500, "warn": 400 },
"unlimited": false
}
},
"usage": {
"messages": { "daily": 12, "monthly": 87 }
},
"remaining": {
"messages": { "daily": 38, "monthly": 413 }
}
}
| 限制 | 值 |
|---|---|
每次 create-new-design / edit-design 调用的最大附件数 | 5 |
| 最大附件大小 | 3 MB |
| 支持的附件类型 | image/jpeg, image/png, image/webp, application/pdf (base64),加上文本/代码文件 — .html, .htm, .js, .ts, .jsx, .tsx — 作为纯 UTF-8 |
生成超时(create-new-design, edit-design, regenerate-design, expand-design) | 180 秒 |
此页面对您有帮助吗?