Ray Serve
Scalable model serving library built on Ray for ML applications.
About
Ray Serve handles online inference on top of the Ray distributed computing framework. It stays framework agnostic, serving PyTorch, TensorFlow, Keras, and scikit-learn models alongside arbitrary Python business logic, and its distinguishing feature is model composition: multiple models and processing steps combine into one application through a programmable Python API instead of static configuration files. Each component autoscales independently, deployments can claim fractional GPUs to pack models onto shared hardware, and LLM-oriented features include response streaming, dynamic request batching, and multi-node multi-GPU serving. HTTP handling integrates with FastAPI for request parsing and validation. The same code runs on a laptop, on Kubernetes, or on cloud and on-premise clusters. Distributed as part of the open source Ray project under the Apache 2.0 license, it is used by ML engineers and platform teams building scalable inference APIs without vendor lock-in.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- AI Deployment & MLOps
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- Apache-2.0
- Added
- Apr 3, 2026
Related Tools
Local AI API platform that runs LLMs on your hardware with OpenAI-compatible API.
Self-hosted Go gateway that routes LLM traffic across providers with failover, caching, and guardrails.
Open-source orchestrator for AI training and inference across clouds, Kubernetes, and bare metal.
Kubernetes-native workflow orchestration platform for machine learning and data pipelines.
Open-source AI gateway that routes requests to more than 1,600 LLMs through one API with guardrails and caching.
Framework for building production-ready AI application services.