Documentation
Introduction

Pluto

Pluto is a development tool aimed at helping developers build cloud and AI applications, tackling the challenges of deploying AI applications and open-source models, as well as the high entry barrier to cloud services.

Pluto supports writing applications in familiar programming languages like Python and TypeScript, and enables developers to directly define and use the cloud resources required by the application within the code, such as AWS SageMaker, DynamoDB, etc. Pluto automates the extraction of infrastructure resource needs from the code through static analysis and creates the necessary resource instances on specified cloud platforms (AWS, Kubernetes, Alibaba Cloud, etc.), streamlining the process of resource creation and application deployment.

Try It Out

More Examples

To explore more examples, please see the Cookbook section.