PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
August 10, 2026ACM Transactions on Architecture and Code Optimization0 citationsOpen Access

CELLServe: An SLO-Aware and Cost Efficient LLMs Serving System for Serverless Computing Environments

View Full Paper
ZWZejian WangNLNan LinZCZinuo Cai

Key Points

  • The study aims to develop a system for serving large language models efficiently in serverless computing environments while managing latency and resource constraints.
  • Proposed CELLServe, integrating PD disaggregation and continuous batching for serverless platforms.
  • Formulated SLO-constrained resource provisioning as an optimization problem with a dedicated algorithm.
  • Implemented an opportunistic instance merging strategy for decode phase functions.
  • CELLServe achieves 1.85×–1.92× higher request throughput than baselines under identical SLOs and GPU budgets.
  • Maintains high resource efficiency under dynamic workloads.

Abstract

Large Language Models (LLMs) have enabled diverse AI applications. However, LLMs inference impose unprecedented computational and memory overhead, creating an inherent trade-off between latency Service Level Objectives (SLOs) and resource constraints. Serverless computing, with on-demand provisioning and pay-as-you-go billing, is becoming a promising paradigm for LLM serving. But existing solutions fail to integrate state-of-the-art inference optimizations, resulting in suboptimal GPU utilization and prolonged latency. While Prefill-Decode (PD) disaggregation combined with continuous batching has resolved such inefficiencies in traditional cloud deployments, migrating these techniques to serverless makes two challenges particularly pronounced: (1) SLO-constrained resource provisioning for independently scaling prefill and decode phase functions, and (2) function lifespan management to mitigate resource waste from continuous batching-induced prolonged instance lifespans. To tackle these issues, we propose CELLServe , an SLO-aware and cost-efficient serverless LLM serving system that pioneers integrating PD disaggregation and continuous batching into serverless platforms. CELLServe formalizes SLO-constrained joint resource provisioning as an optimization problem with a dedicated algorithm, and introduces an opportunistic instance merging strategy for decode phase functions to reclaim fragmented resources. Comprehensive evaluations on five mainstream LLMs and real-world traces show that CELLServe achieves 1.85×–1.92×higher request throughput than baselines under identical SLOs and GPU budgets, while sustaining high resource efficiency under dynamic workloads.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Wang et al. (2026) studied this question.

synapsesocial.com/papers/6a797d1c9c20a9bbd31842d5https://doi.org/10.1145/3830086
Ask AI
Helpful
Bookmark
Share
View Full Paper