Run an inference cohort
- Call endpoint-scoped capabilities.
available=truemeans the current account, API-key scope, endpoint assignment, live residency and compatibility registry all admit the endpoint at that moment. - Optionally call
cohorts:plan. Planning is read-only and does not reserve memory, move tensors or create a billable root. - Call
cohorts:runwithexecution.mode=cohortand an idempotency key. - Read the summary and events, or connect to the events URL with
Accept: text/event-stream. - Cancel with
cohort:cancelif the result is no longer needed.
Never reuse one idempotency key for different input or policy. A retry with the same request is safe; a conflicting fingerprint returns an explicit conflict.