TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Open Source LLMOps Stack

64 点作者 marcklingen2 个月前
Some background: I work on Langfuse and we&#x27;ve been collaborating with LiteLLM.<p>(LiteLLM is a Python library and proxy&#x2F;gateway that handles cost management, virtual keys, caching, and rate-limiting for OpenAI or other LLM APIs. Langfuse manages LLM tracing, evaluation, prompt management, and experiments.)<p>We’ve each been building our open-source projects since early 2023 and learned that many devs and especially platform teams use the two together, so we created an integrated “OSS LLMOps stack.”<p>This is a fully self-hostable, technology-agnostic setup that lets you (1) Use LLMs via a standardized interface without adding complexity to the application; (2) Keep LLM Tracing, Evaluation, Prompt Management in-house for compliance; (3) Track cost and usage via a single interface, create virtual API keys for attribution of costs<p>It also enables direct transfer of LLM traces from the LiteLLM proxy to Langfuse. This simplifies the rollout of LLMOps practices (observability and evaluations) across multiple projects—you don&#x27;t need to instrument all applications.<p>Additionally, the LiteLLM proxy can fetch and cache prompts from Langfuse&#x27;s prompt management system, using them as templates for requests made through the proxy.<p>Both of these workflows can function without the integration, but are easier to manage with it!<p>We’d love your feedback!

3 条评论

smcleod2 个月前
LiteLLM requires you to call them to discuss pricing to enable SSO... sure part of it is open source but not the part you need to scale it.
sunpazed2 个月前
Great stuff! I used both LiteLLM and Langfuse for a recent project at work — both tools were instrumental in development and deployment. Looking forward to seeing how this collaboration develops.
mrbonner2 个月前
It was just Ops, then DevOps, MLOps, AIOps and now LLMOps. I lost count of how many promote cases I reviewed over the last 10 years with those &quot;Ops&quot; as the sole reason to promote.
评论 #43189524 未加载
评论 #43189237 未加载
评论 #43218344 未加载