惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
Y
Y Combinator Blog
博客园_首页
V
Visual Studio Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
宝玉的分享
宝玉的分享
B
Blog
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
WordPress大学
WordPress大学
L
LangChain Blog
爱范儿
爱范儿
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
C
Check Point Blog
博客园 - 聂微东
云风的 BLOG
云风的 BLOG
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Help Net Security

Mux Blog - Video technology and more

How Firecrawl helps our sales team build custom product demos | Mux Queuing Mux Robots Directives With Laravel | Mux Use any* LLM with @mux/ai | Mux An agent is only as good as its harness | Mux Getting started with Mux Robots just got easier (and cheaper) | Mux Dev Talks: Building Automated AI Workflows With Mux Robots Directives API | Mux Track what renditions your viewers are watching: Introducing Playing time by rendition | Mux It’s one rendition. What could it cost? | Mux Domo arigato, Mux Roboto: stream.new's road to Robots | Mux Is this video mostly of feet? (and other useful things you might want to ask about your video) | Mux When all their videos disappeared, Mux saved the day | Mux How to generate the best possible title, description, and tags for your video content with Mux Robots | Mux The broadcast squeezeback, rebuilt with CSS Grid and WebVTT | Mux How Mux chooses a CDN in 9.9ms | Mux How Disciple lowered its video costs with Mux | Mux New Mux Robots workflows: Better captions, dubbed audio, and deeper insights | Mux How Cutsio is making massive video libraries searchable | Mux Making it easier for agents to understand video: Introducing Find Scenes and Shots | Mux How Mux detects shot boundaries | Mux React Native needs a new video player | Mux Protect your prod environment: New rate limit controls | Mux Mux Robots Directives: less plumbing, more automation | Mux Fine-tuning a multimodal model for video intelligence | Mux How Mux helped Fuertafit make smarter product decisions | Mux Using Mux Robots to organize my archive of 90s-era VHS home videos | Mux The death of the to-do app | Mux One click content moderation dashboard with Mux Robots | Mux How Wellfound built AI video interviews in a weekend | Mux Simple pricing doesn't work for infrastructure | Mux Ship your next Mux integration from the terminal | Mux
Introducing Mux Robots: Hosted AI workflows for Mux Video...
Adam Brown · 2026-04-17 · via Mux Blog - Video technology and more

Updated 5/15/26: Mux Robots free technical preview is extended through June 15, 2026. Billing will begin after that date. Learn more about Mux Robots pricing.


When we describe Mux as “Video infrastructure for developers”, most people think about delivery, playback, analytics, and the other machinery that takes a video from some cloud storage to customer eyeballs. But that is no longer the full story. Powerful multimodal AI models have changed what video can be: a source of data, context, and features. If you can easily turn video into “data”, you can do a lot more than just stream it.

We’ve seen so many customers taking advantage of Mux features like instant thumbnails, storyboards, and generated captions. Features we originally designed for enabling delightful playback experiences turned out to be the primitives that AI models crave. But building reliable AI workflows has its own infrastructure challenges.

And that's why we're excited to announce Mux Robots, our friendly little helpers for bringing your video into the AI age.

Mux Robots hosts AI workflows for your Mux assets. With simple API calls (or directly in the Mux dashboard) you can summarize a video, moderate it, translate captions, generate chapters, find key moments, and much more.

Mux Robots takes full advantage of the primitives that Mux already exposes (and some brand new ones coming soon). It also handles the operational work behind the scenes, including model evaluation, prompt tuning, orchestration, and the infrastructure required to keep those workflows reliable over time. The goal, as always: enable customers to build scalable, reliable, and cost effective video experiences that Just Work™️.

LinkWhat Mux Robots does today

Using the API is straightforward, in the case of summarize it looks like this

Example of Summarize in Mux Robots

curl -X POST https://api.mux.com/robots/v0/jobs/summarize \
 -u $MUX_TOKEN_ID:$MUX_TOKEN_SECRET \
 -H "Content-Type: application/json" \
 -d '{"parameters" : {"asset_id": "abc123"}}'

Mux Robots jobs produce structured results, ready for use in your application. In the case of summarization, that can include a title, tags, and a description. In other workflows, it may be moderation signals, translated captions, chapter markers, or timestamps of key moments.

Read our guide to learn more about how to use the Mux Robots API. Note: Mux Robots is under a new permissions scope, so existing API keys won’t have the correct permissions. Generate new keys to start using the Mux Robots API.

To make it even easier to use, you will find a whole new Mux Robots section in the dashboard for running jobs on your assets. You can find it on the left-hand navigation, the assets list, or on your asset page.

The Mux Robots section of the Mux dashboard, showing six available workflow cards: Generate chapters, Ask questions, Summarize, Translate captions, Find key moments, and Moderate.

Watch Joshua’s video to learn more about using Mux Robots in the dashboard.

LinkMux Robots and @mux/ai

A few months ago we launched an open source library for running AI workflows on Mux Assets: @mux/ai. This library provides a foundation for Mux Robots. If you need deep customization or want to bring your own infrastructure, @mux/ai will continue to be the supported open source path.

LinkTechnical preview, pricing, and data handling

Mux Robots is launching in technical preview.

That means a few things.

First, we want people using it now. We want real workloads, customer feedback on the workflows we are shipping.

Second, we are still refining the product. The initial six workflows are just the start and far from the end goal. We’ll iterate on dashboard UX. The workflow list will grow. The API and supporting tools, like SDKs, will continue to evolve. Some of the rough edges you would expect from an early product are still visible, but we want to hear when you run into them.

Third, we are intentionally keeping the preview easy to try. Through May 15 June 15, 2026, usage is free (subject to some generous limits — up to 100M units). You can track usage for each job in the Mux Robots dashboard today, in the form of units. These units are generally accrued based on the duration of the video asset and the complexity of the Robots workflow. Read our guide for pricing details.

If you are wondering about the obvious data question, here it is plainly: we are not training on your data. Mux Robots is for inference only, no training by Mux or any AI providers.

LinkWhat’s next for Mux Robots

We shipped six workflows first because they are useful immediately and represent common patterns we already see customers building — but our team is already working on more.

LinkAutomate jobs with Directives

A Directive is the set-it-and-forget-it feature of Mux Robots. Instead of creating jobs one by one, you define what should happen as part of the asset lifecycle. For example: when a video is uploaded, automatically run summarization and moderation. That starts to connect video events and AI workflows into a single operational flow.

LinkNew Workflows

We also plan to keep adding workflows quickly. Some will be obvious extensions of the launch set, others will be things developers keep asking us for, and some will come from patterns we see emerge once people start using the product in ways we haven’t seen yet.

Just as important, we will keep refining the workflows that already exist. Model capabilities are changing fast and we'll keep evaluating and improving what sits behind each workflow.

LinkPrimitives

We're continuing to invest in the underlying primitives in Mux Video and Mux Data — features that make your video better for playback and streaming on their own, but also give Mux Robots richer inputs to work with. New ones are just around the corner, so keep your eyes open.

LinkGet started

Mux Robots is available today for all Mux Video customers, Pay as you go or above. It’s free to test, up to 100M units, through May 15 June 15, 2026.

To get started, have an admin in your organization log into the Mux Dashboard, click on "Jobs" under the new Mux Robots section, accept the AI Services Addendum, and enable it. Then you can run your first job right there in the dashboard or through the API.

We want to hear your feedback. Let us know what you think in the new feedback section at the top of your dashboard or reach out.

The Mux Robots technical preview is the first step toward something bigger: making video as programmable for AI workflows as it already is for delivery and playback. We’re opening it up to use today because the best way to build an infrastructure product is with real developers, real workloads, and real feedback. Try it in the dashboard or API, push it a little, and tell us what breaks, what works, and what you want us to build next!