Predictions

A live, unified log of every inference request across your API keys, SDKs, CLI, and Playgrounds — with status, latency, cost, source, and full output inspection.

The Predictions page is your real-time audit log of every model inference request associated with your account — aggregated from all clients into a single searchable list.

In the Skytells Console, go to AI → Predictions in the left sidebar.


Predictions list

The main view is a table of predictions in reverse-chronological order (most recent first). Each row represents a single model execution.

List columns

ColumnDescription
StatusThe current lifecycle state of the prediction.
IDA truncated unique identifier for the prediction (e.g., 05bd8fe1-7646-4b3d-8...). Click to inspect the full record.
Model or DeploymentThe model namespace that was invoked — e.g., FLUX.2-pro, truefusion-pro, flux-fast, beatfusion-2.0.
SourceWhere the prediction originated: API (direct API call via key), WEB (from a Playground session in the Console).
QueuedTime the prediction spent in the queue before execution began. if it started immediately.
RunningActual execution time once the model started processing, in seconds (e.g., 5.51s, 1.37s).
TotalEnd-to-end elapsed time from submission to completion.

Prediction statuses

StatusBadge colorMeaning
SucceededGreenThe model ran successfully and output is available.
ProcessingBlueThe model is currently running.
QueuedGreyThe prediction is waiting for capacity.
FailedRedThe model returned an error. Open the detail to see error.
CancelledOrangeThe prediction was cancelled before it completed.

The search bar at the top of the list filters predictions in real time. You can search by:

  • Model name or namespace — e.g., flux, truefusion, beatfusion
  • Prediction ID — paste the full UUID or a prefix
  • Status — filter by succeeded, failed, processing, etc.

Use the refresh button (↻) to reload the list and pull the latest status for in-flight predictions.

Select Load more at the bottom of the list to paginate through older predictions.

Predictions from all clients — API, SDK, CLI, and Playground sessions — appear in this list. The Source column shows where each prediction originated.


Inspecting a prediction

Click any row to open the prediction detail sidebar on the right side of the page. The sidebar provides a quick summary without leaving the list.

FieldDescription
Prediction IDThe full UUID for this prediction, shown at the top. Copyable.
ModelThe model namespace that was used.
Created atThe exact timestamp when the prediction was submitted.
StatusCurrent or final status of the prediction.
Predict timeThe measured execution duration (e.g., 5.51s).
SourceAPI or WEB.
CostThe dollar amount charged for this prediction (e.g., $0.02).

Below the metadata, the sidebar shows two views:

  • JSON — The Prediction object as returned by the Predictions API.
  • Preview — A visual preview of the output (rendered image, playable video, or playable audio).

Opening the full prediction view

Select View full prediction at the bottom of the sidebar to open the dedicated prediction detail page.


Full prediction detail page

The dedicated prediction detail page gives you deep access to the complete prediction record.

Header bar

The header displays key metadata in a concise summary row:

  • Status badgeSucceeded, Failed, etc.
  • SourceAPI or WEB
  • Output typeImage, Video, Audio, Text
  • Predict time — measured execution duration
  • Date — when the prediction was created
  • Cost — the dollar cost charged

An action button — Try in Playground — appears on the right, loading this exact prediction's input into the Inference Playground so you can re-run or iterate on it.

Input panel (left)

The input panel shows every parameter submitted for this prediction:

TabContent
InputAll input fields as key-value pairs, as submitted at creation time.
JSONThe input field of the Prediction object as raw JSON.
CreateOpens the Playground pre-loaded with this model to create a new prediction.

Output panel (right)

TabContent
PreviewRendered output — image inline, video with playback, audio with playback.
JSONThe output field of the Prediction object, including delivery URLs for generated assets.

Output files

Below the output panel, all generated files are listed with filename and file size. Each file is downloadable directly from the prediction detail page.


Source column

The Source column tells you where each prediction originated:

LabelMeaning
APICreated via the Predictions API, TypeScript or Python SDK, or CLI.
WEBSubmitted from the Inference Playground in the Console.

You can also ask Eve to open a specific prediction or summarize your recent inference history. Say "Show me my last prediction" or "What did prediction 05bd8fe1 return?" and Eve will navigate directly.


How is this guide?

On this page