镜像概览

完整引用
docker.io/helicone/helicone-all-in-one
Registry
docker.io
命名空间
helicone
仓库
helicone-all-in-one
已缓存 Tag 数
7
最近同步
07/06/2026, 08:42 PM

简介

Helicone LLM 可观测性一体化镜像,集成网关、日志与成本分析,用于代理 OpenAI/Anthropic 等 API 并追踪调用链。

详细介绍

Helicone 在 LLM 请求路径上插入代理层,记录 prompt、token 用量、延迟与费用,并提供 Dashboard 做团队配额与 A/B 实验分析。all-in-one 镜像打包 Web、Worker 与依赖组件,适合中小团队私有化部署。需配置 PostgreSQL/ClickHouse 等存储(部分版本内置 SQLite 仅适合试用),并将应用 SDK 的 base URL 指向 Helicone 网关。

快速启动

docker run -d --name helicone \
  -p 8787:8787 \
  -e HELICONE_API_KEY=sk-helicone-xxx \
  docker.io/helicone/helicone-all-in-one:latest

推荐实践

docker run -d --name helicone \
  --restart unless-stopped \
  -p 8787:8787 \
  -e DATABASE_URL=postgres://user:pass@db:5432/helicone \
  -e HELICONE_API_KEY=sk-helicone-xxx \
  -e TZ=Asia/Shanghai \
  docker.io/helicone/helicone-all-in-one:2024.12.01

核心参数说明

  • -p 8787:8787 — Helicone 网关与 Dashboard 端口
  • -e DATABASE_URL — PostgreSQL 持久化请求日志
  • -e HELICONE_API_KEY — 客户端鉴权密钥
  • --restart unless-stopped — 可观测平台持续运行
  • 固定 tag — 与 SDK Helicone-Auth 头格式兼容

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: helicone
spec:
  replicas: 1
  selector:
    matchLabels:
      app: helicone
  template:
    metadata:
      labels:
        app: helicone
    spec:
      containers:
        - name: helicone
          image: docker.io/helicone/helicone-all-in-one:2024.12.01
          ports:
            - containerPort: 8787
          env:
            - name: DATABASE_URL
              valueFrom:
                secretKeyRef:
                  name: helicone-db
                  key: url
---
apiVersion: v1
kind: Service
metadata:
  name: helicone
spec:
  selector:
    app: helicone
  ports:
    - port: 8787
      targetPort: 8787

生产建议外部托管 PostgreSQL,Ingress 限制 Dashboard 访问;按 QPS 水平扩展 replicas。

最新 Tag(20 条)

查看全部 7 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/helicone/helicone-all-in-one
:latest
linux/amd64linux/arm64
2025/08/22 03:573.3 GBsha256:2b68beaf316d
docker.io/helicone/helicone-all-in-one
:v2025.08.21
linux/amd64linux/arm64
2025/08/22 03:573.3 GBsha256:2b68beaf316d
docker.io/helicone/helicone-all-in-one
:v2025.08.20
linux/amd64linux/arm64
2025/08/21 02:023.3 GBsha256:8d4dd03fc71f
docker.io/helicone/helicone-all-in-one
:v2025.08.19
linux/amd64linux/arm64
2025/08/20 00:373.3 GBsha256:25b8c4b3599b
docker.io/helicone/helicone-all-in-one
:v2025.08.11
linux/amd64
2025/08/11 16:223.3 GBsha256:80598433c619
docker.io/helicone/helicone-all-in-one
:v2025.08.10
linux/amd64linux/arm64
2025/08/11 11:033.4 GBsha256:2724d9a95fad
docker.io/helicone/helicone-all-in-one
:v2025.08.08
linux/amd64linux/arm64
2025/08/08 13:013.3 GBsha256:4ec5c90ed46b