目录 / corent
MCP
需 API Key
未评级
已上架
corent
Generate images and videos with one tool call. Corent routes each request to the best AI model automatically — agents never pick models. Includes plan/create with a spend ceiling so autonomous agents can't overspend.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:corentApiKey)
- 端点
https://corent--krrocicrypto.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"corent": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://corent--krrocicrypto.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| generate_image | Generate an image from a text prompt. Returns a permanent public URL. Synchronous: typically completes in 2-20 seconds. Costs a few cents, billed to the Corent account. |
| generate_video | Start generating a video from a text prompt (optionally animating a source image). Asynchronous: returns a job id immediately; poll get_job until status is 'completed'. Video costs more than images (tens of cents to a few dollars depending on tier). |
| get_job | Check the status of a generation job (mainly videos). When completed, the response includes the permanent media URL and the cost. |
| get_balance | Get the Corent account's remaining balance in cents. Useful before starting expensive video generations. |
| get_status | Get live operational status of Corent's generation tiers (operational/degraded). No auth cost; useful to pick a healthy tier. |
| plan | Preview how Corent would handle a plain-language request WITHOUT generating anything (costs a fraction of a cent). Corent decides whether it's an image or video, which tier, aspect ratio, and duration, and returns the plan plus an estimated cost. Use this to decide or confirm cost before spending. If the request is something Corent can't generate (audio, text, 3D, editing, real-world actions), can_fulfill is false with a reason. |
| create | Describe what you want in plain language and Corent plans AND generates it — choosing image vs video, tier, aspect ratio, and duration for you (the 'zero decisions' path). You MUST pass max_cost_cents as a spend ceiling; if the estimated cost exceeds it, nothing is generated and you're told the estimate so you can raise the ceiling. Image results come back with a URL; video results come back as a job id to poll with get_job. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。