Replicate
Replicate ステータス照会
画像生成ワークフローにおいて、GET /replicate/v1/predictions/ を照会し、タスク ID ごとに Replicate の予測詳細とリアルタイムの進捗を取得します。
GET
Query a Replicate prediction
このエンドポイントは、すでに Replicate prediction id を取得している場合に使用します。現在のタスク状態を報告し、prediction が完了すると output 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.
最初にこれらのフィールドを確認してください
- prediction がまだ実行中か、すでに完了しているかを確認するには
status - 生成されたアセット URL は
output - プロバイダー側の失敗は
error - 実行時間や画像数の詳細が必要な場合は
metrics
ポーリングパターン
最初に prediction を作成
Create Predictions - General から開始します。
承認
Bearer token authentication. Use your CometAPI key.
パスパラメータ
Prediction id returned by the create endpoint.