From 3eb4ad53f3e4ed0d3224c37efd08b4a1a42076fc Mon Sep 17 00:00:00 2001 From: Ricardo Decal Date: Mon, 7 Jul 2025 20:09:13 -0700 Subject: [PATCH] [Docs] Add Anyscale to frameworks (#20590) Signed-off-by: Ricardo Decal --- docs/deployment/frameworks/anyscale.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/deployment/frameworks/anyscale.md diff --git a/docs/deployment/frameworks/anyscale.md b/docs/deployment/frameworks/anyscale.md new file mode 100644 index 0000000000000..2ee325782ac0c --- /dev/null +++ b/docs/deployment/frameworks/anyscale.md @@ -0,0 +1,9 @@ +--- +title: Anyscale +--- +[](){ #deployment-anyscale } + +[Anyscale](https://www.anyscale.com) is a managed, multi-cloud platform developed by the creators of Ray. +It hosts Ray clusters inside your own AWS, GCP, or Azure account, delivering the flexibility of open-source Ray +without the operational overhead of maintaining Kubernetes control planes, configuring autoscalers, or managing observability stacks. +When serving large language models with vLLM, Anyscale can rapidly provision [production-ready HTTPS endpoints](https://docs.anyscale.com/examples/deploy-ray-serve-llms) or [fault-tolerant batch inference jobs](https://docs.anyscale.com/examples/ray-data-llm).