omnius 1.0.634 → 1.0.636

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -543,14 +543,14 @@ the store, `OMNIUS_DISABLE_CONTEXT_WINDOW_DUMPS=1` to disable it, and
543
543
  | `GET` | `/v1/audio/embed/health` | Role-typed embedding readiness (`?kind=acoustic|speaker|semantic`) |
544
544
  | `POST` | `/v1/audio/embed/setup` | Provision/warm one role-typed embedding runtime (admin; `?kind=...`) |
545
545
  | `POST` | `/v1/audio/embed` | Managed role-typed audio embedding (`?kind=...`) |
546
- | `GET` | `/v1/audio/diarization/live/readiness` | Non-mutating live/session-local diarization readiness (currently unavailable) |
547
- | `POST` | `/v1/audio/diarization/live/setup` | Verify/register local Sortformer snapshot (admin; not inference-ready) |
548
- | `POST` | `/v1/audio/diarization/live` | Reserved managed live speaker-turn contract (currently typed 503) |
549
- | `POST` | `/v1/audio/diarization/live/cancel` | Cancel managed live diarization when a worker is available |
550
- | `GET` | `/v1/audio/diarization/reconcile/readiness` | Non-mutating offline/dream reconciliation readiness (currently unavailable) |
551
- | `POST` | `/v1/audio/diarization/reconcile/setup` | Verify/register local pyannote snapshot (admin; not inference-ready) |
552
- | `POST` | `/v1/audio/diarization/reconcile` | Reserved managed reconciliation contract (currently typed 503) |
553
- | `POST` | `/v1/audio/diarization/reconcile/cancel` | Cancel managed reconciliation when a worker is available |
546
+ | `GET` | `/v1/audio/diarization/live/readiness` | Non-mutating managed Sortformer worker readiness |
547
+ | `POST` | `/v1/audio/diarization/live/setup` | Verify and warm a local Sortformer runtime (admin) |
548
+ | `POST` | `/v1/audio/diarization/live` | Managed live/session-local speaker-turn diarization |
549
+ | `POST` | `/v1/audio/diarization/live/cancel` | Terminate live worker work and clear its queue |
550
+ | `GET` | `/v1/audio/diarization/reconcile/readiness` | Non-mutating managed Community-1 worker readiness |
551
+ | `POST` | `/v1/audio/diarization/reconcile/setup` | Verify and warm a local Community-1 runtime (admin) |
552
+ | `POST` | `/v1/audio/diarization/reconcile` | Managed offline/dream reconciliation proposals |
553
+ | `POST` | `/v1/audio/diarization/reconcile/cancel` | Terminate reconciliation work and clear its queue |
554
554
  | `POST` | `/v1/voice/transcribe` | Transcribe audio |
555
555
  | `POST` | `/v1/voice/asr` | Legacy transcription alias |
556
556
  | `POST` | `/v1/audio/transcriptions` | OpenAI-compatible transcription alias |
@@ -565,6 +565,8 @@ the store, `OMNIUS_DISABLE_CONTEXT_WINDOW_DUMPS=1` to disable it, and
565
565
  | `POST` | `/v1/voice/speak` | Broadcast speech to voicechat clients |
566
566
  | `GET` | `/v1/voicechat/ws` | WebSocket upgrade for full-duplex voicechat |
567
567
  | `POST` | `/v1/vision/describe` | Vision describe placeholder |
568
+ | `GET` | `/v1/vision/embed/readiness` | Non-mutating isolated OpenCLIP readiness |
569
+ | `POST` | `/v1/vision/embed/setup` | Explicit isolated OpenCLIP setup (admin scope) |
568
570
  | `POST` | `/v1/vision/embed` | Create a vision embedding from media |
569
571
  | `GET` | `/v1/ocr/readiness` | Non-mutating advanced-OCR dependency and backend readiness |
570
572
  | `POST` | `/v1/ocr/setup` | Create and verify the isolated OCR venv (admin scope) |