Releases: DecartAI/sdk
Releases · DecartAI/sdk
v0.1.3
🐞 Bug Fixes
- Play remote audio and video through a single media element - by @AdirAmsalem in #152 (f75a8)
View changes on GitHub
v0.1.2
🚀 Features
View changes on GitHub
v0.1.1
🚀 Features
- files: Add
client.filesandimage_refsupport in realtime - by @AdirAmsalem in #145 (c3b2f)
View changes on GitHub
v0.1.0
v0.0.68
What's new
Support 1080p resolution
Lets users of realtime models opt into 1080p output via a new resolution option on realtime.connect. Defaults to 720p.
const realtimeClient = await client.realtime.connect(stream, {
model: models.realtime("lucy-latest"),
resolution: "1080p", // default: "720p"
onRemoteStream,
});🚀 Features
- realtime: Add
resolutionoption - by @AdirAmsalem in #140 (9d4e9)
View changes on GitHub
v0.0.67
🚀 Features
- Add
mirroroption to pre-flip input video for selfie streams - by @AdirAmsalem in #128 (4875e)
View changes on GitHub
v0.0.66
🚀 Features
- Expose SDK model registry exports - by @AdirAmsalem in #134 (dbc8a)
View changes on GitHub
v0.0.65
🚀 Features
- Rename Lucy VTON public model ids - by @AdirAmsalem in #131 (a78d2)
View changes on GitHub
v0.0.64
🚀 Features
- Drop retired realtime/video models from SDK - by @AdirAmsalem in #130 (70a01)
🐞 Bug Fixes
- realtime: Prevent telemetry 401s on reconnection - by @tomershlasky in #88 (7a801)
View changes on GitHub
v0.0.63
🚀 Features
- List all realtime models in demo dropdown - by @eilon-decart in #125 (669c6)
- Scope client tokens to specific browser origins - by @AdirAmsalem in #124 (65bcb)
🐞 Bug Fixes
- Custom realtime models broken under zod 4.4+ - by @AdirAmsalem in #126 (f946a)