Baseten has acquired Blaxel, adding a place for AI software to run code and preserve its work to a business already supplying the computing behind AI models. The companies announced the deal on September 10 without disclosing financial terms. For developers building agents—applications that use models to choose and carry out tasks—the combination addresses two different needs: producing the next instruction and giving it somewhere to execute.

Baseten's existing product handles inference, the process of running a trained model to generate an output. An application developer can deploy a model on its infrastructure while Baseten manages serving requests and adjusting computing capacity as demand changes. Its dedicated offering supports deployments in its own cloud or the customer's environment, with tools for observing performance and controlling where the model runs. The buyer is an engineering team that wants to build an application without also maintaining every part of its model-serving infrastructure.

Blaxel supplies the working environment around that model. Each sandbox is a small isolated virtual machine with files, software libraries, running processes and logs. A code-review agent, for example, can inspect a repository and run checks inside its own environment rather than execute generated commands directly on a shared system. Blaxel saves the machine's memory and filesystem when it pauses, allowing the agent to resume the same session instead of rebuilding its workspace. Its product page also lists data processing and browser-based tasks as uses.

That persistence has a commercial purpose. Blaxel charges for active computing and for the stored snapshots that keep paused environments available. Its pricing page says a suspended sandbox incurs no active-compute charge, but retaining its snapshot still costs money. The distinction matters for an agent that waits between requests: keeping the work available is different from paying for a processor to remain busy. Blaxel also offers custom deployments and private networking for customers with additional infrastructure requirements.

The Next Web independently reported the acquisition following Axios Pro's initial coverage. The companies say Blaxel will continue operating, with its product and support relationships maintained, while Baseten adds products built from its technology. Putting model serving and execution closer together is the stated direction, not a claim that all integration has already shipped.

The combined service could reduce the work developers do to connect model requests, executable code and persistent files across separate providers. But an isolated machine does not itself guarantee that an agent chooses the right action or has appropriate permissions. The useful test is whether teams can run longer tasks with clear control over access, saved state and costs, while spending less time repairing the connections between those systems.