Submit Tasks via the Web UI

The web UI is the easiest way to submit individual tasks and monitor their progress.

Submitting a Task

  1. Navigate to Tasks > Submit New Task
  2. Select the pool you want to submit to
  3. Choose a model from the available models in that pool
  4. Enter your prompt in the text area
  5. Optionally configure parameters:
    • Temperature — controls randomness (0.0 = deterministic, 1.0 = creative)
    • Max Tokens — maximum length of the response
  6. Click Submit

Your task will be queued and picked up by the next available worker that has the requested model.

Monitoring Tasks

The Tasks page shows all your submitted tasks with their current status:

| Status | Meaning | |--------|---------| | Queued | Waiting for a worker to pick it up | | Running | Currently being processed by a worker | | Completed | Finished successfully — click to see the result | | Failed | Something went wrong — click to see the error |

Click any task to view its full details, including the prompt, parameters, and result.

Batch Submission

For submitting many tasks at once, use the Batches page:

  1. Navigate to Batches > New Batch
  2. Select your pool and model
  3. Upload a JSONL file where each line is a task
  4. Click Submit Batch

The batch page shows a progress bar and lets you track completion in real time.

Live Monitoring

The Monitor page provides a real-time view of task processing across all your pools, with auto-refreshing status updates.