Skip to content

OmniProxy v1.2.4

Choose a tag to compare

@github-actions github-actions released this 12 Jul 10:55
· 43 commits to master since this release

v1.2.4 - GPT-5.6 model family / GPT-5.6 模型家族适配

This stable release promotes the GPT-5.6 model-family support validated in v1.2.4-beta.1. The Forge provider integration tested in later beta builds is not included.

本次正式版发布在 v1.2.4-beta.1 中验证过的 GPT-5.6 模型家族适配。后续 beta 测试过的 Forge 厂商集成不包含在本正式版中。

Features / 新特性

  • GPT-5.6 model family: Added gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna to Codex setup, gateway routing, OpenCode, Pi, and frontend model selectors.
    • GPT-5.6 模型家族:在 Codex 一键配置、网关路由、OpenCode、Pi 和前端模型选择器中新增 gpt-5.6-sol、gpt-5.6-terra 与 gpt-5.6-luna。
  • Role-aware defaults: New installations use Sol for flagship Codex workloads and Terra for the balanced OpenAI-compatible route, while previous models remain available.
    • 按角色设置默认模型:新安装使用 Sol 处理旗舰 Codex 工作负载,OpenAI 兼容入口默认使用更均衡的 Terra,同时继续保留旧模型选项。
  • GPT-5.6 billing rules: Added Sol, Terra, and Luna token pricing, prompt-cache write/read pricing, and long-context multipliers for billing and weekly quota estimates.
    • GPT-5.6 计费规则:为费用账单和周额度估算新增 Sol、Terra、Luna Token 价格、提示词缓存写入/读取价格及长上下文倍率。

Bug Fixes / 问题修复

  • Codex model aliases: Normalize the GPT-5.6 family alias and effort-suffixed model names before forwarding Chat Completions requests to the Codex Responses backend.
    • Codex 模型别名:将 GPT-5.6 家族别名及带 effort 后缀的模型名归一化后,再转发到 Codex Responses 后端。
  • Model context profiles: Codex profiles now write the correct 1.05M context for Sol/Terra and 400K context for Luna.
    • 模型上下文配置:Codex profile 现在为 Sol/Terra 写入 1.05M 上下文、为 Luna 写入 400K 上下文。
  • Provider scope: Removed Forge configuration, credentials, routing, UI entries, and documentation from the stable build.
    • 厂商范围:正式版已移除 Forge 配置、凭证、路由、界面入口和相关文档。

Breaking Changes / 不兼容更新

  • None / 无

Validation / 验证

  • cd OmniProxyBackend && go test ./...
  • cd frontend && npm test
  • cd frontend && npm run build
  • node scripts/check-lines.mjs
  • git diff --check

Full Changelog / 完整更新日志: v1.2.3...v1.2.4