返回全部动态

LiteLLM 发布 v1.102.0-dev.2:镜像签名验证与多项修复

原标题:v1.102.0-dev.2

LiteLLM Releases一手来源开源质量 67

AI 摘要

LiteLLM 发布 v1.102.0-dev.2 开发版本,该版本所有 Docker 镜像均使用 cosign 签名,并提供了基于固定 commit hash 和 release tag 两种验证方式。本次更新包含大量修复与功能改进,涉及 MCP 代理日志与授权、消费追踪、流式响应构建、Azure AI 定价、护栏策略、路由 TTFT 百分位、hosted_vllm 图像编辑支持以及多项性能优化。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

## Verify Docker Image Signature All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d726492c814b3644b7d376029d0). **Verify using the pinned commit hash (recommended):** A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key: ```bash cosign verify \ -


发布时间:2026-09-11 10:56
抓取时间:2026-09-11 11:06
来源机构:BerriAI
阅读原文github.com