Documentation Index
Fetch the complete documentation index at: https://docs.daydream.live/llms.txt
Use this file to discover all available pages before exploring further.
TypeScript SDK Quickstart
This guide walks you through creating a stream with all parameters configured upfront.Prerequisites
- Install the SDK
- Get an API key
Create a Stream
Create a stream with your model, prompt, ControlNets, and IP Adapter all configured:id- Unique stream identifierwhipUrl- URL to send video via WebRTC WHIPoutputPlaybackId- ID to watch the processed output
Start Broadcasting
Use thewhipUrl with the Browser SDK to send video.
Update Prompt
Change the prompt in real-time without reloading the pipeline:Get Stream Status
List All Streams
Delete a Stream
Available ControlNets
SDXL (stabilityai/sdxl-turbo):
xinsir/controlnet-depth-sdxl-1.0- Depth guidancexinsir/controlnet-canny-sdxl-1.0- Edge detectionxinsir/controlnet-tile-sdxl-1.0- Texture preservation
Lykon/dreamshaper-8, prompthero/openjourney-v4):
lllyasviel/control_v11f1p_sd15_depth- Depthlllyasviel/control_v11p_sd15_canny- Canny edgeslllyasviel/control_v11f1e_sd15_tile- Tile
Next Steps
- Methods Reference - Full API documentation
- Parameters - All available model parameters
- Browser SDK - Build web apps with broadcasting