Overview
- Full name
docker.io/hlohaus789/g4f- Registry
- docker.io
- Namespace
- hlohaus789
- Repository
- g4f
- Cached tags
- 970
- Last synced
- 07/13/2026, 02:05 PM
Introduction
GPT4Free 镜像,聚合多 LLM 提供商 API 的 OpenAI 兼容代理,本地 LLM 网关与免费/低成本模型接入实验。
Details
hlohaus789/g4f 运行 GPT4Free 项目,聚合多个 LLM 提供商接口并提供 OpenAI 兼容 API。定位为 LLM API 代理服务,稳定性依赖上游;本地 LLM 网关实验、开发环境 API 替代或低成本模型接入测试。注意合规与上游 ToS。
快速启动
docker run -d --name g4f \
-p 8080:8080 \
docker.io/hlohaus789/g4f:latest
推荐实践
docker run -d --name g4f \
--restart unless-stopped \
-p 8080:8080 \
-v /data/g4f:/app/har_and_cookies \
docker.io/hlohaus789/g4f:0.3.0
核心参数说明
-p 8080:8080— OpenAI 兼容 API-v .../har:...— Cookie/会话持久化- 合规 — 遵守上游服务条款
- 访问 — 限内网开发环境
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: g4f
spec:
replicas: 1
selector:
matchLabels:
app: g4f
template:
metadata:
labels:
app: g4f
spec:
containers:
- name: g4f
image: docker.io/hlohaus789/g4f:0.3.0
ports:
- containerPort: 8080
volumeMounts:
- name: cookies
mountPath: /app/har_and_cookies
volumes:
- name: cookies
persistentVolumeClaim:
claimName: g4f-cookies
---
apiVersion: v1
kind: Service
metadata:
name: g4f
spec:
selector:
app: g4f
ports:
- port: 8080
targetPort: 8080
内网 namespace;PVC 存会话数据。
Latest tags (20)
View all 970 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/hlohaus789/g4f :latest | linux/amd64 | 2026/06/26 11:42 | 1.4 GB | sha256:1406d01a5c63… | |||
docker.io/hlohaus789/g4f :v7.7.0 | linux/amd64 | 2026/06/26 11:42 | 1.4 GB | sha256:1406d01a5c63… | |||
docker.io/hlohaus789/g4f :v7.7.0-slim | linux/amd64linux/arm64 | 2026/06/26 11:40 | 677.7 MB | sha256:e79fdd4b76f0… | |||
docker.io/hlohaus789/g4f :latest-slim | linux/amd64linux/arm64 | 2026/06/26 11:40 | 677.7 MB | sha256:e79fdd4b76f0… | |||
docker.io/hlohaus789/g4f :v7.7.0-armv7 | linux/arm/v7 | 2026/06/26 11:31 | 594.6 MB | sha256:460f3cc3b8c6… | |||
docker.io/hlohaus789/g4f :latest-armv7 | linux/arm/v7 | 2026/06/26 11:31 | 594.6 MB | sha256:460f3cc3b8c6… | |||
docker.io/hlohaus789/g4f :v7.6.6 | linux/amd64 | 2026/06/14 22:46 | 1.5 GB | sha256:e5a473b66777… | |||
docker.io/hlohaus789/g4f :v7.6.6-slim | linux/amd64linux/arm64 | 2026/06/14 22:44 | 677.4 MB | sha256:bb0cf6828c22… | |||
docker.io/hlohaus789/g4f :v7.6.6-armv7 | linux/arm/v7 | 2026/06/14 22:34 | 594.4 MB | sha256:ba8a77d107a9… | |||
docker.io/hlohaus789/g4f :v7.6.5 | linux/amd64 | 2026/06/14 17:27 | 1.5 GB | sha256:109617ea2f72… | |||
docker.io/hlohaus789/g4f :v7.6.5-slim | linux/amd64linux/arm64 | 2026/06/14 17:25 | 677.3 MB | sha256:af09e760a116… | |||
docker.io/hlohaus789/g4f :v7.6.5-armv7 | linux/arm/v7 | 2026/06/14 17:16 | 594.4 MB | sha256:16fad4d99151… | |||
docker.io/hlohaus789/g4f :v7.6.4 | linux/amd64 | 2026/06/12 20:21 | 1.5 GB | sha256:ce5888888f53… | |||
docker.io/hlohaus789/g4f :v7.6.4-slim | linux/amd64linux/arm64 | 2026/06/12 20:19 | 677.3 MB | sha256:a7d834e0e3a3… | |||
docker.io/hlohaus789/g4f :v7.6.4-armv7 | linux/arm/v7 | 2026/06/12 20:09 | 594.4 MB | sha256:864d96253d4e… | |||
docker.io/hlohaus789/g4f :v7.6.3 | linux/amd64 | 2026/06/12 19:53 | 1.5 GB | sha256:d6768bd90b59… | |||
docker.io/hlohaus789/g4f :v7.6.3-slim | linux/amd64linux/arm64 | 2026/06/12 19:51 | 677.3 MB | sha256:3133c4002ed0… | |||
docker.io/hlohaus789/g4f :v7.6.3-armv7 | linux/arm/v7 | 2026/06/12 19:41 | 594.4 MB | sha256:835f07f88f2a… | |||
docker.io/hlohaus789/g4f :v7.6.2 | linux/amd64 | 2026/06/12 01:01 | 1.5 GB | sha256:06af2d95611f… | |||
docker.io/hlohaus789/g4f :v7.6.2-slim | linux/amd64linux/arm64 | 2026/06/12 00:59 | 677.4 MB | sha256:0e32171028d9… |