chiyi
4fb7fc9204
feat: sync all features to image2api
2026-08-15 23:00:30 +08:00
chiyi
4c5b932e81
fix(adobe): 媒体分类接口抓不到参考图的 400 归为临时错误,自动换号重试
2026-08-09 13:40:08 +08:00
chiyi
6d17caaf80
feat(leonardo): 接入视频通道并新增 seedance-2.0/minimax-h3 模型
2026-08-08 21:55:33 +08:00
chiyi
f76ecd5769
feat: 二次元前端改版 + 后端账号plan探测/调度修复
2026-08-06 10:11:05 +08:00
chiyi
7f4701d362
feat: veo3.1 拆分 fast/standard, seedance双模型, per_second定价, 子号过滤, 随机种子, UI优化
2026-08-03 20:27:20 +08:00
chiyi
e90aeecea3
fix(adobe): nano-banana modelVersion 修正 + 移除 runway 死代码
2026-08-02 23:35:50 +08:00
chiyi
4987717d23
feat: Adobe积分号不锁定额度 + Nano Banana双通道 + 前端显示额度
...
- Adobe不再区分视频/图片额度,移除ImageLimited/VideoLimited限制
- Adobe积分号quota耗尽不锁定(status不改为quota),只记录失败用于轮转
- Nano Banana 2/Pro 保留Runway通道,新增nano-banana-2/nano-banana-pro走Adobe
- Adobe模型重命名: runway-nano-banana-2, runway-nano-banana-pro
- 前端管理后台Adobe账号显示积分余额(之前固定显示—)
- README更新模型列表
2026-08-02 20:09:03 +08:00
chiyi
cd0b7090f2
refactor(adobe): switch to express.adobe.com origin, remove ErrAuthPermanent, simplify ARP session/PID
2026-08-02 00:07:17 +08:00
chiyi
0a1811b254
优化408
2026-08-01 14:44:05 +08:00
chiyi
e2540dc2a3
优化408
2026-08-01 12:58:13 +08:00
chiyi
110edc9b81
更新adobe 优化408
2026-08-01 01:49:05 +08:00
chiyi
a1514b5f82
更新408
2026-07-31 23:47:17 +08:00
chiyi
60be9201e5
支持远程url吗
2026-07-16 00:50:27 +08:00
chiyi
21cca6513b
更新下载超时延长
2026-07-09 19:38:30 +08:00
chiyi
5198b08bdf
fix(adobe): poll until the genCtx deadline instead of a shorter hardcoded cap
...
pollImage/pollVideo capped themselves at 3min/10min while the caller's genCtx budget is 8min (image) / 12min (video), so slow-but-valid generations were killed early with 'adobe generation timed out'. Now the loop honors ctx.Err() and uses the full budget.
2026-07-09 16:49:21 +08:00
chiyi
622bc9ba9a
feat(providers): account calls (auth/refresh/credits) egress on the local IP
...
Now only the generate/video submit uses proxy.url; cookie-exchange/login, token refresh, credit-balance and project/session bootstrap all go direct. Also splits adobe GenerateVideo (submit=proxy, poll/download=local). Verified live: adobe gpt 1K cookie-exchange via local IP, submit 23.244.30.102 (proxy) vs local 76.209.9.65, 2.0MB PNG. Build+vet pass.
2026-07-09 16:36:04 +08:00
chiyi
db3219416e
feat(adobe): route only the image-generate submit through the proxy
...
Reference-image upload, job polling and result download now run on the local IP; only the generate submit egresses via proxy.url. Verified live: submit egress 74.244.159.228 (proxy) vs upload/poll/download 76.209.9.65 (local), 1K adobe gpt image generated OK.
2026-07-09 16:08:33 +08:00
chiyi
f3803d01cf
更新adobe协议
2026-07-08 20:17:33 +08:00
chiyi
5e809d375b
更新调度
2026-07-07 13:22:34 +08:00
chiyi
67354c3b8c
增加随机指纹
2026-07-07 12:03:52 +08:00
chiyi
713cca8f67
优化chatgpt检查
2026-07-06 10:57:41 +08:00
chiyi
c96bee4094
增加积分
2026-07-05 22:45:27 +08:00
chiyi
b83007edb6
修复下载问题
2026-07-04 19:45:29 +08:00
chiyi
f9e72c0168
修复bug
2026-07-03 18:12:46 +08:00
chiyi
7a168a1dd8
adobe限流不封号
2026-07-02 16:59:27 +08:00
chiyi
dde178f8f7
增加上传重试
2026-07-02 15:38:54 +08:00
chiyi and Claude Opus 4.8
8ec4562f81
feat: 易支付积分充值 + 站内公告 + OpenAI 视频修复 + grok/adobe 失败处理
...
充值/订单(易支付 mapi):
- 订单表 + 30 分钟自动取消;支付弹窗(二维码/跳转监控、倒计时、轮询、5s 倒计时关闭)
- 系统设置可配:开关/商户ID/密钥/支付地址(根地址拼 /mapi)/支付方式/最低额/积分比例(默认 1元=100积分)
- 异步通知 MD5 验签、幂等到账;用户累计充值;前台/后台订单页(筛选+搜索+分页,前后台分风格);用户管理累计充值列
站内公告:
- Markdown 公告,登录用户首次访问/刷新弹出;内容哈希做版本,改了就重新推;管理员不弹;空内容=下线
OpenAI 视频(/v1/videos)修复:
- /content 拿不到视频:grok 资源 URL 需鉴权,改为用生成账号 token 取流;adobe/runway 公开 URL 直代理(不存 RustFS)
- size→分辨率用短边判定(1280x720 = 720p,之前误判 1080p 被拒)
失败处理:
- grok 429「Too many requests」/403 anti-bot 改判临时错误(不再误封号),真额度耗尽才算 quota
- adobe 视频 408 / system under load 归为临时错误 → tempAsDead 封号
其它:
- 充值默认关闭;签到格子浅色可见;登录验证码按钮浅色可读;并发/账户信息展示
- 创作记录/画图台只显示画图台作品(排除 API);日志页 API 视频预览显示 —
- 视频去画中画/下载/投屏(全局);图片缩略图改背景图规避 Edge 视觉搜索
- 订单/兑换码/配置/日志菜单文案与图标;充值版块样式
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-01 01:32:33 +08:00
chiyi and Claude Opus 4.8
606caaf047
Initial open-source release (MIT): image2api AI gateway
...
Full Go backend + Vue 3 frontend, OpenAI-compatible API, multi-provider
account pools, billing/admin, Docker one-command deploy with auto HTTPS.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-25 22:59:04 +08:00