Skip to content

Agnes OpenAI Compatible Gateway v0.1.0

Latest

Choose a tag to compare

@4x25 4x25 released this 19 Jul 03:08

Agnes OpenAI Compatible Gateway v0.1.0

The first public release of the unofficial, stateless OpenAI-compatible gateway
for Agnes AI text, image, and video APIs.

Highlights

  • OpenAI-compatible Chat Completions, Images generation/editing, and Videos
    create/retrieve/content subsets, described by a committed OpenAPI 3.1 file.
  • Caller-owned Agnes bearer credentials only: no production server key, model
    mapping, database, cache, queue, billing, gateway rate limiting, or automatic
    generation retry.
  • Byte-for-byte Chat SSE proxying, multipart-to-Data-URI image editing, atomic
    image n fan-out, stateless video-ID polling, and credential-free media Range
    proxying.
  • Fresh 2 bilingual landing page and in-browser API playground with responsive,
    accessible, credential-memory-safe behavior.
  • Deno Deploy support plus non-root linux/amd64 and linux/arm64 GHCR images
    with SPDX SBOM, SLSA provenance, OCI metadata, and digest-level health checks.
  • Real Agnes Chat/Image/Video contract evidence and a complete real Deno Deploy
    lifecycle acceptance record.

Read the
compatibility matrix,
deployment guide,
and
Deno Deploy/GHCR acceptance evidence
before production use.

Container image:

ghcr.io/4x25/agnes-compatible-gateway:0.1.0

这是 Agnes OpenAI 兼容网关的首个公开版本。项目为非官方、无状态轻量网关,覆盖
Chat Completions、图片生成/编辑,以及视频创建、查询和内容下载子集。

主要能力包括调用方自带 Agnes Key、SSE 字节流代理、multipart 图片编辑、图片 n
原子扇出、无状态 video-ID 轮询、媒体 Range 代理、Fresh 2 双语测试台、Deno Deploy
支持,以及附带 SPDX SBOM/SLSA provenance 的 amd64/arm64 GHCR 镜像。

生产使用前请阅读
兼容矩阵
部署指南
Deno Deploy/GHCR 验收证据