限制如何運作
限制按功能(主要功能是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 秒 |
這個頁面有幫助嗎?