Lumoswitch Docs

Dashboard

The dashboard summarizes runtime readiness. It does not modify configuration; it helps determine whether the complete path from provider key to downstream request is ready.

Workspace states

StateMeaningRecommended action
IncompleteA model resource or API configuration is missingFollow the shortest setup path shown on the page
CallablePlatform model or connected model resources and an API configuration are readySend a request with an access key
Needs attentionThe basic path exists, but recent requests or upstream health are abnormalCheck the client error and test the upstream

Main sections

Upstream access

Shows the number and health of enabled upstreams. A warning means at least one enabled upstream failed its latest health check.

Model resources

Shows discovered routable models and their detection status. If an upstream exists but this section is empty, run discovery from Model resources.

API configurations

Shows how many configurations are ready to receive requests.

  1. Verify that at least one platform model or connected model resource is routable.
  2. When using a connected model, verify its upstream is healthy.
  3. Verify that the API configuration is enabled and has candidates.
  4. Send a minimal request.

Common states

For Incomplete, inspect model resources and the API configuration. Quickstart may continue without a connected upstream or discovered model, but a configuration with no candidates cannot serve calls. For Needs attention, record the client error and test the selected resource or upstream.

On this page