ModelMachines.ai
Loading...
In the meantime: use the Workloads page for run lifecycle, the Endpoints page for runtime/billing state, and the Wallet page for credit history.

Transaction history

Internal admin scope. Actions on this page change real platform state for the named tenant — credits, subscriptions, runtime status. No undo from the UI.
Internal admin scope. Submitting this form provisions credits and changes the tenant's onboarding state. Reversible only via further admin actions.

Subscription parameters

All fields are required unless marked optional.
Free-form string. Must match a plan recognized by the backend.
Credits added to the tenant's wallet on each monthly replenishment.
Move tenant.status from pending_subscription to active.
Issue the first month's credits immediately, rather than waiting for the next replenishment cycle.
Internal admin scope. Both actions create real wallet transactions visible in the tenant's audit log.

Manual adjustment or top-up

Use adjustment for corrections (positive or negative). Use top_up for paid additions.
For adjustment, negative values are allowed (e.g. -10 to deduct 10 credits). top_up requires a positive value.
Persisted on the transaction for audit.

Monthly replenishment

Issue the configured monthly credit amount. Override the amount only if you need to issue a custom value for this cycle.
Leave blank to use the tenant's plan-configured monthly credit amount.
Currently a manual flow. Per the integration contract, reconciliation is operator-input today rather than auto-derived from cloud billing. Use the actual_credits value you've validated externally.

Reconciliation parameters

The workload must already be in a terminal state (succeeded/failed/cancelled).
If higher than the estimate, the difference is charged. If lower, the difference is refunded.
Internal admin scope. This view spans all tenants. Treat tenant_id values as identifying.
Per the integration contract, the runtime meter is currently API-triggered rather than scheduler-driven. Manual ticks consume credits across all currently-active endpoints.

Trigger metering tick

A tick walks all active endpoints, computes credits consumed since the last tick, and writes the resulting transactions. Side effects: wallet balances change, endpoints may transition to depleted_grace or suspended.

New workload

Paste a blob URL to an .ipynb or .py file. Credits will be reserved up front based on an estimate.
Paste a blob URL to an .ipynb or .py file. The pipeline fetches it, instruments it for tracking, and runs it through the cluster.
⌘>
⌘>
⌘>
⌘>
⌘>
⌘>

Backend configuration

Address of the API serving this workspace. The backend must be reachable from your browser, with cross-origin access allowed for this page.