Self-hosting the Literal AI platform is available as part of our enterprise offering. With this option, you will deploy the Docker image on your own infrastructure. The Docker image is available on a private registry, and you will need to contact us to discuss enterprise licensing and get access to the registry.
You have several options for hosting the platform:
Deploy the Literal AI platform on Azure in a few minutes with the Azure Developer CLI.
Deploy the Literal AI platform on AWS in a few minutes with the CDK.
Coming soon.
Deploy the Literal AI platform anywhere. You will have to provision the infrastructure and deploy the Docker image.
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 the url
parameter in the SDK instantiation:
If you are using Chainlit, you will need to update the LITERAL_API_URL
environment variable to point to your self-hosted platform.
Self-hosting the Literal AI platform is available as part of our enterprise offering. With this option, you will deploy the Docker image on your own infrastructure. The Docker image is available on a private registry, and you will need to contact us to discuss enterprise licensing and get access to the registry.
You have several options for hosting the platform:
Deploy the Literal AI platform on Azure in a few minutes with the Azure Developer CLI.
Deploy the Literal AI platform on AWS in a few minutes with the CDK.
Coming soon.
Deploy the Literal AI platform anywhere. You will have to provision the infrastructure and deploy the Docker image.
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 the url
parameter in the SDK instantiation:
If you are using Chainlit, you will need to update the LITERAL_API_URL
environment variable to point to your self-hosted platform.