Skip to main content
Live
Main content
Review · Platforms
AN

Anyscale

Editor rating
4.1/ 5
Starting price
Free, then per instance-hour, in credits
Free tier
Yes
Platforms
ApiWeb
Developer
Anyscale, Inc. (founded by the Ray creators: Robert Nishihara, Philipp Moritz, Ion Stoica, Michael I. Jordan)
Launched
2019

Anyscale

4.1 / 5By Anyscale, Inc. (founded by the Ray creators: Robert Nishihara, Philipp Moritz, Ion Stoica, Michael I. Jordan)Researched overview by AI Chat DailyUpdated Visit official site ↗
The verdict

For teams whose workloads already run on Ray Data, Ray Train or Ray Serve, Anyscale is the most complete managed option available and the bring-your-own-cloud model means your data and GPU reservations stay where they are. It is a poor fit for anything else: pricing is consumption-based and quoted in credits rather than dollars, the published rate card stops at A100-class hardware, and the value only becomes legible once you have enough Ray workloads that operating KubeRay yourself has become somebody's full-time job.

Try AnyscaleOpens www.anyscale.com

How this was put together. This is a researched overview, not a hands-on review — compiled by the AI Chat Daily desk from Anyscale's own documentation, pricing pages and release notes, plus how the product has been received. The score reflects documented capability and market position rather than our own testing. Last checked Aug 24, 2026. No sponsorship, no affiliate relationship. Read our editorial standards and corrections policy.

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.

The good
  • 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
Watch out
  • 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
Best for
  • 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
Avoid if
  • 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

Free credit
$100

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.

Hosted (pay-as-you-go)
per instance-hour, in credits

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.

Best value
Bring your own cloud
quote-based

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.

Committed contracts
volume discount

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.

Frequently asked questions

What is the difference between Ray and Anyscale?
Ray is the open-source distributed compute engine — free, Apache-licensed, and perfectly capable of running on your own Kubernetes cluster via KubeRay. Anyscale is a commercial platform built around it by the same people: cluster provisioning and autoscaling, workload-specific dashboards, governance, and a proprietary build of Ray called the Anyscale Runtime. You are paying for operations and observability, not for access to Ray itself.
Is there a free tier?
There is a free account with $100 in credits rather than a permanently free tier. Anyscale's own template projects are priced at roughly $3 to $5 each against that balance, which is enough to run through a multimodal pipeline or a small fine-tuning example. After that it is consumption billing, and organisation owners can track balances in a credit history dashboard.
How much does Anyscale actually cost?
It depends on deployment model. On Hosted, Anyscale charges an all-in per-instance-hour rate in credits — 0.9542/hr for an L4 and 4.9591/hr for an A100 as listed on 24 August 2026, with H100 and Blackwell-class instances quote-only. On bring-your-own-cloud you keep paying your cloud provider or GPU vendor for the machines and Anyscale bills its platform usage on top. Committed contracts unlock volume discounts. There is no published flat monthly subscription.
Where does my data live?
On bring-your-own-cloud, in your VPC. Anyscale uses a dual-plane architecture: its control plane orchestrates, while clusters and data run in your cloud account in the regions you choose, under a documented shared responsibility model. On the Hosted tier, compute is Anyscale-managed and confined to a smaller set of regions. Anyscale has certified SOC 2 Type 2, with reports available through its Trust Center.
What is RayTurbo now called?
It is now the Anyscale Runtime — the proprietary build of Ray that Anyscale workloads run on. It keeps the same APIs and libraries as open-source Ray, so your code stays portable, but adds job-level checkpointing and accelerated I/O in Ray Data, mid-epoch training resumption and elastic training in Ray Train, throughput and latency work in Ray Serve, and a beta InfiniteAPPO algorithm for RLlib.
Should I just run open-source Ray myself?
If you have one team, one workload and someone who enjoys Kubernetes, yes — KubeRay is free and works. The case for paying starts when several teams contend for the same cluster, when jobs are long enough that losing a node mid-epoch costs real money, or when nobody wants to own the autoscaler. Anyscale's own customer quotes lean on exactly that boundary, one describing KubeRay as manageable until four or five people tried to run jobs simultaneously.
AI Box Daily briefingFree · Daily · No fluff

Stay ahead of everyone in AI.

The tightly edited AI news email engineers, founders, and investors actually open. One email. Every weekday. Five minutes to finish.

Loved by 10,000+ AI professionals
Free forever. Unsubscribe with one click.

The briefing read inside teams at

Keep reading

More on Anyscale

Oracle logo
Business

Oracle to spend another $700M on restructuring as AI buildout accelerates

The added charge lands as Oracle pours capital into data centers to service its Stargate commitment and cloud backlog.

Jaeden Schafer4 min read
Pentagon in talks to lend $5B to AI cloud startup Fluidstack
Business

Pentagon in talks to lend $5B to AI cloud startup Fluidstack

The proposed loan would mark one of the largest direct federal financings of AI compute infrastructure to date.

Jaeden Schafer4 min read
TCS unit to spend up to $7.4B on AI data center campus in India
Business

TCS unit to spend up to $7.4B on AI data center campus in India

Tata Consultancy Services' infrastructure arm is placing one of India's largest bets yet on domestic AI compute capacity.

Jaeden Schafer4 min read