If you are looking to try out the platform, you can use the cloud hosted version for free!
Deploying the Image
You have several options for hosting the platform:Azure
Deploy the Literal AI platform on Azure in a few minutes with the Azure Developer CLI.
AWS
Deploy the Literal AI platform on AWS in a few minutes with the CDK.
Google Cloud
Coming soon.
Manual Deployment
Deploy the Literal AI platform anywhere. You will have to provision the infrastructure and deploy the Docker image.
Update the SDKs
By default, the Literal AI SDKs point to the cloud hosted version of the platform. To point the SDKs to your self-hosted platform you will have to update theurl
parameter in the SDK instantiation:
Update Chainlit
If you are using Chainlit, you will need to update theLITERAL_API_URL
environment variable to point to your self-hosted platform.