Anyscale is an unusual product to evaluate because the thing it manages is free. Ray is open source, well documented, and deployable on any Kubernetes cluster through KubeRay without paying anyone. Everything Anyscale sells sits in the gap between "Ray works" and "Ray works reliably for several teams in production", which makes the buying decision less about features than about how much of your engineering time is currently going into cluster operations.
- Runs on AWS, Azure and Google Cloud, on VMs or Kubernetes, including EKS, AKS, GKE, SageMaker HyperPod, CoreWeave, Nebius and Lambda
- Bring-your-own-cloud keeps compute and data in your own VPC and lets you consume existing GPU reservations
- The Anyscale Runtime adds job-level checkpointing, mid-epoch training resumption and elastic training on top of open-source Ray
- Same Ray APIs throughout, so application code stays portable if you leave the platform
- Workspaces attach hosted VS Code, Jupyter and a terminal to a live cluster; SSO, SAML, SCIM, audit logs and per-project quotas on the admin side
- The value proposition is unreadable unless your workload is already written in Ray
- Published rates cover CPU, T4, L4, A10G and A100 instances only — H100, B200 and GB families are quote-only
- Pricing is denominated in Anyscale Credits on the pricing page, which makes like-for-like comparison awkward
- The Hosted tier is limited to a subset of regions with business-hours support and a cap on support cases
- Runtime optimisations are proprietary, so the performance you tune for does not follow you back to open-source Ray
- Teams already running Ray Data, Train or Serve in production
- Multimodal batch inference and preprocessing across mixed CPU and GPU pools
- Distributed training that must survive spot preemption and node failure
- Platform teams operating Ray for several squads at once
- Your workload fits comfortably on a single machine
- You want the cheapest possible GPU hour
- Nobody on the team writes or wants to write Ray
- You need a fixed monthly price rather than consumption billing
Pricing
New accounts start with $100 in Anyscale credits and access to template projects — the pricing page prices sample workloads at $3 to $5 of that allowance.
All-in rate on Anyscale-managed compute, no fixed monthly fee. Listed on 24 August 2026 as 0.0135 credits/hr for CPU-only instances, 0.5682 for NVIDIA T4, 0.9542 for L4, 1.3635 for A10G and 4.9591 for A100. H100, B200 and GB-family instances are quote-only.
Anyscale deploys into your AWS, Azure, Google Cloud or Kubernetes account. You pay your own provider for compute — including existing reservations — and Anyscale bills platform usage on top, invoiced directly or through the AWS, Azure or GCP marketplaces.
Prepaid credits under a contractual agreement, with discounts that scale with usage and enterprise SLAs including 24x7 support and unlimited case submissions.
What the platform actually provides
Anyscale wraps Ray in four layers. There is provisioning: you register an Anyscale cloud against AWS, Azure, Google Cloud or a Kubernetes cluster, and Anyscale handles cluster creation, autoscaling by worker type, spot instances with on-demand fallback, and image caching so new nodes join quickly rather than rebuilding containers from scratch.
There is developer experience: Workspaces give you hosted VS Code, JupyterLab and a web terminal attached to a live Ray cluster, or you can connect a local VS Code or Cursor to the same containerised environment. Because workspaces, jobs and services share configuration, moving from interactive work to a scheduled production job is a packaging step rather than a rewrite.
There is production plumbing: Anyscale Jobs for batch training, data processing and batch inference, with job queues and schedules; Anyscale Services as an extension of Ray Serve with zero-downtime upgrades, head node fault tolerance and high availability. And there is governance — SSO, SAML and SCIM, role-based access across organisation, cloud and project scopes, audit log export, resource quotas per cloud or project or user, and spend budgets with alerts.
The observability layer is the part existing Ray users tend to notice first. Rather than generic cluster metrics, Anyscale ships purpose-built dashboards for Ray Data and Ray Train with operator-level metrics, dataset-aware logs, integrated CPU and GPU profiling, and 30 days of persisted logs so you can debug a failed run without keeping an expensive cluster alive to look at it.
The Anyscale Runtime, formerly RayTurbo
Anyscale workloads do not run on stock Ray. They run on the Anyscale Runtime — the current name for what the company previously marketed as RayTurbo. It presents the same APIs and libraries, which is the explicit anti-lock-in argument, but adds proprietary behaviour underneath.
In Ray Data that means responsive cluster and actor pool autoscaling so jobs begin before the full cluster is up, job-level checkpointing that survives driver, head node or whole-cluster failure, and automatic file chunking, vectorised operations and query planning. In Ray Train it means mid-epoch resumption — restarting from the exact sample where a run stopped, so the dataset iterator still sees each row once per epoch — and elastic training that rescales worker groups when nodes are preempted. Ray Serve gets throughput and latency work. RLlib gets InfiniteAPPO, a decentralised asynchronous PPO variant, currently in beta and gated behind a support request.
Those are the features that justify the premium, and they are also the features you give up if you migrate back. Your Ray code will still run on open-source Ray; the fault tolerance characteristics you designed around will not.
Hosted or your own cloud
Two deployment models, and the difference matters more than the pricing table suggests.
Hosted is the on-ramp: Anyscale-managed infrastructure on VMs, a limited set of regions, monthly credit card invoices, business-hours support with a cap of five case submissions. It is designed for a first project rather than a production platform.
Bring-your-own-cloud is the real product. Anyscale deploys into your account — AWS, Azure or Google Cloud, on VMs or Kubernetes, or on-premises — using a dual-plane architecture where Anyscale's control plane orchestrates and your data plane runs the clusters. Data stays in your storage, in your regions, under a documented shared responsibility model. You can point it at GPU reservations you have already paid for, and billing arrives either directly or through the AWS, Azure or GCP marketplaces, which matters if you have committed cloud spend to burn down. Enterprise SLAs with 24x7 coverage and unlimited support cases attach here.
The Kubernetes story has broadened considerably: Anyscale documents operator deployments on EKS, AKS, GKE, SageMaker HyperPod, CoreWeave, Nebius and Lambda Managed Kubernetes, plus generic clusters, with integrations for YuniKorn and Kueue scheduling. Machine pools and a global resource scheduler let you share reservations, spot instances and on-demand VMs across workloads and regions from one control plane.
How the bill works
Consumption, not subscription. Anyscale describes it as pay-as-you-go with no fixed monthly fee, unlocking discounts as usage grows, with committed contracts available for volume pricing.
On the Hosted tier the pricing page quotes all-in per-instance-hour rates in Anyscale Credits. As listed on 24 August 2026: 0.0135 for CPU-only, 0.5682 for a T4, 0.9542 for an L4, 1.3635 for an A10G and 4.9591 for an A100. Anything in the H100, B200 or GB families is a sales conversation. The credit denomination is a small but real friction — you cannot put those numbers next to a Runpod or Lambda rate card without first establishing what a credit is worth for your account.
On bring-your-own-cloud the structure inverts: compute is your cloud bill, and Anyscale's charge is the platform layer on top. That is the version most enterprise buyers end up on, and the one where the comparison against self-hosted Ray is cleanest, because the compute cost is identical either way and the only variable is the platform fee against the engineering time it displaces.
Where Anyscale stands in 2026
Nothing on Anyscale's own properties indicates a change of ownership or direction as of August 2026: the site carries a 2026 Anyscale, Inc. copyright, Ray Summit 2026 is scheduled with a published agenda, and the founding team remains the Ray authors from UC Berkeley's RISELab. Do not read that as confirmation nothing has happened — read it as the limit of what the company itself documents.
What has visibly changed is emphasis. The marketing has shifted from "managed Ray clusters" toward multimodal data processing, batch inference and agentic workloads, with named customer results — Tripadvisor on embedding generation cost, Canva on run time and cloud spend, Coinbase on fraud model training, Physical Intelligence and Runway on research workflows. The Kubernetes and multi-cloud surface has expanded well beyond the original AWS-and-GCP VM story. And Anyscale now ships agent skills for Claude Code, Cursor, Codex and GitHub Copilot that automate deploying and debugging Ray workloads, which is a fair signal of where the company thinks developer workflow is heading.
The honest question
If you are choosing infrastructure from scratch and Ray is not already in your stack, Anyscale is the wrong place to start — pick the framework first, on its merits, and revisit the platform later. If Ray is in your stack and one person runs KubeRay for one team, self-hosting is cheaper and you should keep doing it.
The inflection point is contention and scale: several teams sharing clusters, training runs long enough that a preempted node costs real money, serving workloads that need zero-downtime rollout, or an organisation that needs quotas, budgets and audit logs across all of it. That is the band where the Anyscale Runtime's fault tolerance and the platform's governance features stop being conveniences and start being the reason jobs finish. Below it, you are paying for capabilities you will not exercise.
Alternatives to Anyscale
Frequently asked questions
What is the difference between Ray and Anyscale?
Is there a free tier?
How much does Anyscale actually cost?
Where does my data live?
What is RayTurbo now called?
Should I just run open-source Ray myself?
Latest Anyscale news
- Sep 12, 2026Oracle to spend another $700M on restructuring as AI buildout acceleratesThe added charge lands as Oracle pours capital into data centers to service its Stargate commitment and cloud backlog.
- Sep 11, 2026Pentagon in talks to lend $5B to AI cloud startup FluidstackThe proposed loan would mark one of the largest direct federal financings of AI compute infrastructure to date.
- Sep 5, 2026TCS unit to spend up to $7.4B on AI data center campus in IndiaTata Consultancy Services' infrastructure arm is placing one of India's largest bets yet on domestic AI compute capacity.
- Sep 4, 2026Nscale seeks $3.5B in pre-IPO financing ahead of month-end listingThe British AI compute provider wants $1.5B in convertible notes and $2B more from Nvidia before going public.
- Aug 28, 2026Lambda raises $1B in debt to buy Nvidia chips for Microsoft leaseThe neocloud's third GPU-backed loan this year points to a debt-fueled AI infrastructure race now topping $400B globally.
- Aug 27, 2026Google tightens Android app memory rules as AI chip demand squeezes phonesNew Play Store thresholds land in February 2027, with Zero Tap Sign-In mandatory by April 2027 as memory supply tightens.



