{ "opencollection": "1.0.0", "info": { "name": "Moonshot AI Utilities API", "version": "1.0.0" }, "items": [ { "info": { "name": "Utilities", "type": "folder" }, "items": [ { "info": { "name": "估算 Token 数量", "type": "http" }, "http": { "method": "POST", "url": "https://api.moonshot.cn/v1/tokenizers/estimate-token-count", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "估算给定消息和模型所需的 Token 数量。输入结构与聊天补全几乎相同。" } ] } ], "bundled": true }