v0.1.182
Wei-Shaw/sub2apiv0.1.182Aug 25, 2026by github-actions[bot]
AI Summary
The release improves OpenAI Responses Lite compatibility across different account types and transmission methods. It also fixes critical issues regarding billing, channel monitoring, and payment result synchronization.
Key Highlights
- Unified OpenAI Responses Lite handling for OAuth, API Key, HTTP, and WebSocket requests.
- OpenAI image generation requests now preserve the original user prompt for OAuth.
- Fixed Anthropic cache billing to prevent duplicate accumulation.
- Composite group now correctly routes Kimi Code K3 model identifiers.
- Payment balance is refreshed immediately after recharge completion.
New Features
- Unified OpenAI Responses Lite handling.
- OAuth image prompt retention.
- OpenCode Go limit parsing fix.
- Anthropic cache billing fix.
- Composite group routing fix.
- Payment balance refresh.
Full Release Notes
> AI API Gateway Platform - 将 AI 订阅配额分发和管理 提升 OpenAI Responses Lite 在不同账号类型及传输方式下的兼容性,并修复计费、渠道监控和支付结果同步问题。 ## Bug 修复 - OpenAI Responses Lite:统一 OAuth、API Key、HTTP 和 WebSocket 请求处理,固定并行工具调用模式并保留数值精度 - OpenAI 图片生成:确保 OAuth 图片生成请求原样保留用户提示词 - OpenCode Go:正确解析用量限制的重置时长,避免账号过早恢复调度 - Anthropic 缓存计费:修复缓存创建明细重复累计导致的重复计费 - Antigravity:修正 Sonnet 4.5 兼容模型路由,同时保留显式 Sonnet 4.5 请求 - Composite 分组:支持 Kimi Code K3 模型标识的正确路由 - 渠道监控 V2:修复 Composite 分组错误未归属到真实账号平台的问题 - 支付结果:余额充值完成后及时刷新用户余额 --- ## 📥 Installation **Docker:** ```bash # Docker Hub docker pull weishaw/sub2api:0.1.182 # GitHub Container Registry docker pull ghcr.io/wei-shaw/sub2api:0.1.182 ``` **One-line install (Linux):** ```bash curl -sSL https://raw.githubusercontent.com/Wei-Shaw/sub2api/main/deploy/install.sh | sudo bash ``` **Manual download:** Download the appropriate archive for your platform from the assets below. ## 📚 Documentation - [GitHub Repository](https://github.com/Wei-Shaw/sub2api) - [Installation Guide](https://github.com/Wei-Shaw/sub2api/blob/main/deploy/README.md)