Modal's sub-second Python-native runtime
Modal Labs
This shows the market is splitting between products that feel like a Python runtime and products that feel like model hosting infrastructure. Modal lets a developer import a library, wrap a function with a decorator, and call it remotely, which removes the packaging step between local code and production. Baseten is closer to shipping a model service, where developers define model logic in model.py and specify runtime behavior in config.yaml, then expose it as an API. That difference matters most for teams iterating quickly on internal tools, agents, and batch jobs, where setup friction and startup time shape daily usage.
-
Modal is built around turning any Python function into cloud execution. Its core workflow is app.function decorators, remote calls, automatic container building, and fast startup from a custom runtime. That makes it feel like extending local Python, not provisioning inference infrastructure.
-
Baseten is built around deploying production model endpoints. Truss packages model code in model.py, and config.yaml defines GPUs, memory, secrets, concurrency, and other runtime settings. Even with newer Python driven config in beta, the default workflow still centers on explicit deployment configuration and API serving.
-
Hyperscalers are compressing the infrastructure layer underneath both companies. AWS added Scale Down to Zero for inference in November 2024, then cut SageMaker GPU instance prices by up to 45% in June 2025. That raises the value of products like Modal that win on workflow speed and developer ergonomics, not just raw compute access.
Going forward, the strongest platforms will be the ones that hide the most infrastructure without boxing developers into narrow model serving workflows. Modal is positioned to pull more general cloud workloads into the AI stack, while Baseten is positioned to deepen around enterprise inference, dedicated deployments, and production controls. The category is moving from raw GPU access toward opinionated developer surfaces.