Replicate
Replicate 查詢狀態
透過任務 ID 查詢 GET /replicate/v1/predictions/,以擷取 Replicate 預測詳細資訊與影像生成工作流程的即時進度。
GET
Query a Replicate prediction
當您已經有 Replicate prediction id 後,請使用此端點。它會回報目前的任務狀態,並在預測完成時回傳輸出 URL。Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
先檢查這些欄位
status:查看預測是否仍在執行中或已完成output:取得生成資產的 URLerror:查看供應商端失敗資訊metrics:當您需要執行時間或影像數量詳細資訊時使用
輪詢模式
先建立 prediction
授權
Bearer token authentication. Use your CometAPI key.
路徑參數
Prediction id returned by the create endpoint.