PulseAugur
实时 09:36:05

新的级联框架以最小的准确性损失优化LLM服务成本

一篇新的研究论文介绍了一个两阶段的级联框架,旨在优化生产环境中大型语言模型(LLM)服务的成本。该系统首先对传入的查询进行聚类,以将其路由到成本效益最高的模型。第二阶段包含一个质量评估级联,仅当初始响应被认为质量较低时,才将查询升级到更强大、更昂贵的模型。这种方法旨在保持高准确性,同时显著降低每个输出令牌的时间和总体运营成本。 AI

影响 这种级联路由方法可以通过智能地将查询匹配到成本效益最高的模型,从而显著降低LLM部署的运营成本。

排序理由 该集群围绕一篇详细介绍LLM服务新技术框架的研究论文。

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 8 个来源。 我们如何撰写摘要 →

新的级联框架以最小的准确性损失优化LLM服务成本

报道来源 [8]

  1. arXiv cs.CL TIER_1 English(EN) · Yasmin Moslem, Magdalena Kacmajor, Vasudevan Nedumpozhimana, Ammar Abbas, Solmaz Panahi, David Lynch, Zhuangzhuang Nie, Alexandros Agapitos, Aleksandar Milenovic, Hongmeng Song, Yucheng Shi, Yue Pan, Patricia Buffini, John D. Kelleher ·

    Cluster, Route, Escalate: Cascaded Framework for Cost-Aware LLM Serving

    arXiv:2606.27457v1 Announce Type: cross Abstract: Efficient deployment of large language models (LLMs) in production forces a trade-off between accuracy and cost. Operators often default to a single model that is either expensive for easy queries or insufficient for hard ones. To…

  2. arXiv cs.CL TIER_1 English(EN) · John D. Kelleher ·

    集群、路由、升级:面向成本感知的LLM服务级联框架

    Efficient deployment of large language models (LLMs) in production forces a trade-off between accuracy and cost. Operators often default to a single model that is either expensive for easy queries or insufficient for hard ones. To address this challenge, we propose a two-stage ca…

  3. Hugging Face Daily Papers TIER_1 English(EN) ·

    Cluster, Route, Escalate: Cascaded Framework for Cost-Aware LLM Serving

    A cascaded approach for deploying large language models that balances accuracy and cost by routing queries to appropriate models based on clustering and quality estimation.

  4. dev.to — LLM tag TIER_1 English(EN) · Michael Lee ·

    Tiers, not models: designing an LLM router on Cloudflare Workers

    <p>Every LLM app I've shipped had the same shelf life: pick the best model, hardcode it, and watch it become the second-best model within a month. The fix I keep seeing is a config file full of model strings and a quarterly migration chore. I wanted the abstraction one level up: …

  5. dev.to — LLM tag TIER_1 English(EN) · Kuldeep Paul ·

    Cost-Aware Routing for LLMs: Selecting the Cheapest Capable Model

    <p><a class="article-body-image-wrapper" href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpxdrabq0rg1eqy3hk43c.png"><img alt="Cost-Aware Routi…

  6. dev.to — LLM tag TIER_1 English(EN) · Kuldeep Paul ·

    Latency-Based Routing for Faster LLM Responses

    <p><a class="article-body-image-wrapper" href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fu1uikikw8hodlj1iq4an.png"><img alt="Latency-Based Ro…

  7. dev.to — LLM tag TIER_1 English(EN) · Kuldeep Paul ·

    Smart Model Routing: Sending Each LLM Request to the Right Model

    <p><a class="article-body-image-wrapper" href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6ahf9yv8uhcb0g87meuu.png"><img alt="Smart Model Rout…

  8. dev.to — LLM tag TIER_1 English(EN) · pueding ·

    Cluster-Route-Escalate Cascade Serves LLMs at 97-99% Accuracy for Less Cost: Cost-Aware LLM Cascade

    <p> </p> <p><strong>What:</strong> A new paper, <strong>Cluster, Route, Escalate</strong> (arXiv 2606.27457), is a <strong>cost-aware cascade</strong> for serving large language models: it sends most queries to a cheap model and reserves an expensive one for the hard cases.</p> <…