spraay_gpu_status
Check the status of a GPU prediction by ID. Poll for results from longer-running jobs like video generation or large model inference and retrieve output when complete.
Instructions
Check the status of a GPU prediction by ID. Use this to poll for results on longer-running jobs like video generation or large model inference. Returns output when complete. Costs $0.002 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Prediction ID returned from spraay_gpu_run |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |