
🇨🇳 Chinese

🇨🇳 Chinese
- OpenAI格式
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
查询任务
Developing
GET
/replicate/v1/predictions/{id}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
string
required
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Responses
🟢200成功
application/json
Body
object {0}
Example
{
"id": "t2s7f615pdrm40ck09v88sm224",
"model": "black-forest-labs/flux-schnell",
"version": "dp-4d0bcc010b3049749a251855f12800be",
"input": {
"prompt": "black forest gateau cake spelling out the words \"FLUX SCHNELL\", tasty, food photography, dynamic shot"
},
"logs": "Using seed: 60392\nrunning quantized prediction\nUsing seed: 60392\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 18.90it/s]\n100%|██████████| 4/4 [00:00<00:00, 13.76it/s]\n100%|██████████| 4/4 [00:00<00:00, 14.34it/s]\nTotal safe images: 1 out of 1\n",
"output": [
"https://replicate.delivery/yhqm/ET5pE6NBPtbKGVXfuHLhyfTEsNAZu6Z1X1aR6PufeXf0rqydC/out-0.webp"
],
"data_removed": false,
"error": null,
"status": "succeeded",
"created_at": "2024-11-06T17:11:57.619Z",
"started_at": "2024-11-06T17:11:57.625316416Z",
"completed_at": "2024-11-06T17:11:58.232302833Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/t2s7f615pdrm40ck09v88sm224/cancel",
"get": "https://api.replicate.com/v1/predictions/t2s7f615pdrm40ck09v88sm224",
"stream": "https://stream.replicate.com/v1/files/wcdb-c34r7kxfbxiit6ukraxcir7dtxmqtu6zoirh6xiawnvn44bqilyq"
},
"metrics": {
"image_count": 1,
"predict_time": 0.606986414
}
}
Modified at 2024-11-06 17:22:56