omnius 1.0.626 → 1.0.628

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
@@ -535,6 +535,9 @@ the store, `OMNIUS_DISABLE_CONTEXT_WINDOW_DUMPS=1` to disable it, and
535
535
  | `POST` | `/v1/voice/asr-models/switch` | Compatibility activation alias |
536
536
  | `POST` | `/v1/voice/tts` | Synthesize speech |
537
537
  | `POST` | `/v1/audio/speech` | OpenAI-compatible TTS alias |
538
+ | `GET` | `/v1/audio/classify/health` | Jetson CUDA/TensorRT YAMNet readiness |
539
+ | `POST` | `/v1/audio/classify/setup` | Provision and warm the pinned JetPack TensorRT YAMNet runtime |
540
+ | `POST` | `/v1/audio/classify` | Direct-tool compatible CUDA audio classification |
538
541
  | `POST` | `/v1/voice/transcribe` | Transcribe audio |
539
542
  | `POST` | `/v1/voice/asr` | Legacy transcription alias |
540
543
  | `POST` | `/v1/audio/transcriptions` | OpenAI-compatible transcription alias |