AWS Reinvent Real-time Experience
PLAY NOW

Real-Time AI Video API by Decart

Build the next generation of products with real-time generative video. Production-grade models. Simple API

import { createDecartClient, models } from "@decartai/sdk";const model = models.realtime("mirage_v2");// Get user's camera stream with model specifications
const stream = await navigator.mediaDevices.getUserMedia({
 audio: true,
 video: {
   frameRate: model.fps,
   width: model.width,
   height: model.height,
 }
});// Create a client
const client = createDecartClient({
 apiKey: "your-api-key-here"
});// Connect and transform the video stream
const realtimeClient = await client.realtime.connect(stream, {
 model,
 onRemoteStream: (transformedStream) => {
   // Display the transformed video
   const videoElement = document.querySelector("#video-output");
   videoElement.srcObject = transformedStream;
 }
});// Change the style on the fly
realtimeClient.setPrompt("Cyberpunk city");// Disconnect when done
realtimeClient.disconnect();

Unlock AI Capabilities

A full stack of ground breaking real time models and lightning fast generative models

Realtime video editing
and restyling

<40ms per frame, create realtime video experiences like never before,

Video editing and 
style transfer

Describe an idea, see it live. chose from curated suggestions or prompt your own.

Image and video 
generation

Transforming entire scenes without losing a detail, while maintaining characters recognizable.

Create gaming experiences and AI world models with MirageLSD - client-side, lightweight, and powered by AI video-to-video transformation that dynamically reshapes the world during gameplay.

Start Building
Models in use
MirageLSD
Lucy Edit Live
Lucy Edit
Lucy

Power AR and XR experiences with real-time video AI. Reimagine people and environments on the go, creating immersive installations, virtual layers, and interactive moments.

Start Building
Models in use
MirageLSD
Lucy Edit Live
Lucy Edit
Lucy

Ship unique content creation apps with Decart's AI models that let users reimagine images and videos in real time, transforming everyday moments into imaginative visual edits with high-quality generative outputs.

Start Building
Models in use
MirageLSD
Lucy Edit Live
Lucy Edit
Lucy

Build interactive avatar apps with Decart's speech-to-video in real time model, combining STT, LLM dialogue, TTS, lip-sync, and WebRTC streaming —fully modular for customizing characters or media sources.

Start Building
Models in use
MirageLSD
Lucy Edit Live
Lucy Edit
Lucy

Implement interactive camera apps that stream live camera feeds and apply real-time generative video transformations, enabling restyling, animation, and dynamic edits across iOS and Android.

Start Building
Models in use
MirageLSD
Lucy Edit Live
Lucy Edit
Lucy

Our AI Models

Specializing in real-time video generation models, and ultra-fast AI image and video generation models. Your one-stop API platform for developers

Choose the right plan to get started

Build

For developers and teams building real-time video apps. Pay-as-you-go pricing with instant API access.

Get Started

Enterprise

For enterprises and organizations interested in integrating Decart's API into their services and products

Contact us
Dashboard interface showing real-time AI features with code snippet and three video tools: Lucy Edit Live, Mirage LSD, and LipSync Live.

Try on our API platform

Get started

FAQ

What is Decart AI and what can I build with it?

Decart AI is a real-time generative video platform that lets developers create live, reactive video experiences. You can build interactive live streams, AR overlays, marketing videos, or any application that requires fast, low-latency video generation.

How fast is the real-time video API?

Our API is optimized for ultra-low latency, with real-time responses under 100ms. This ensures smooth performance for live applications, interactive installations, and instant previews.

How do I integrate Decart AI into my app?

Developers can integrate Decart AI using our SDKs, plugins, and API keys. We provide code snippets, documentation, and example projects to get started quickly, whether you’re using Python, JavaScript, or other popular languages.

What types of video models are available?

Decart supports multiple generative models including Real-Time AI Video Editing and Restyling, Video-to-Video, Image-to-Image, and Text-to-Video generation. You can test models in our Playground before integrating them into your app.

How is pricing structured and can I try it for free?

We offer a free API tokens for developers to test and explore real-time video generation. Pricing scales with usage and is designed to be flexible for builders, startups, and enterprise applications. Contact us for enterprise-tier solutions.

How do I contact support?

If you need help or have questions, you can contact our support team at contact@decart.ai Our team is here to assist with any issues related to your account, generations, or pricing

Build AI Magic in Real Time

Build with Decart - power AI experiences with our lightning fast video,image and audio APIs.

Thank you!
Your submission has been received!
Oops! Something went wrong while submitting the form.