TheDocumentation Index
Fetch the complete documentation index at: https://docs.livepeer.org/llms.txt
Use this file to discover all available pages before exploring further.
@muxionlabs/byoc-sdk is a developer tool maintained by MuxionLabs (formerly the AI Video SPE) for building BYOC containers on the Livepeer network. It provides scaffolding, local testing, and deployment utilities.
Source: muxionlabs/byoc-sdk
Example applications: muxionlabs/byoc-example-apps
Capabilities
The SDK includes:- Scaffold: Generate a BYOC container project with FrameProcessor boilerplate, Dockerfile, health check, and
aiModels.jsontemplate - Local test harness: Run your container against a local trickle server without a full orchestrator setup
- Docker build utilities: Multi-stage Dockerfile patterns optimised for NVIDIA CUDA base images and model weight caching
- Deployment helpers: Register the container with a local or remote orchestrator’s
aiModels.json
Related repositories
| Repository | Purpose |
|---|---|
muxionlabs/byoc-sdk | SDK source and CLI tooling |
muxionlabs/byoc-example-apps | Working BYOC container examples |
muxionlabs/runner-router | Multi-container routing for orchestrators running multiple BYOC models |
muxionlabs/StreamDiffusionV2 | StreamDiffusion V2 checkpoint optimised for BYOC deployment |
The BYOC SDK is maintained by MuxionLabs, not the Livepeer core team. Check the repository for current version and compatibility with your go-livepeer version.