Seefs
cf114ca7d6
feat: openai response /v1/response/compact ( #2644 )
...
* feat: openai response /v1/response/compact
* feat: /v1/response/compact bill
* feat: /v1/response/compact
* feat: /v1/responses/compact -> codex channel
* feat: /v1/responses/compact -> codex channel
* feat: /v1/responses/compact -> codex channel
* feat: codex channel default models
* feat: compact model price
* feat: /v1/responses/comapct test
2026-01-26 20:20:16 +08:00
Seefs
d9321b7da3
feat: channel affinity ( #2669 )
...
* feat: channel affinity
* feat: channel affinity -> model setting
* fix: channel affinity
* feat: channel affinity op
* feat: channel_type setting
* feat: clean
* feat: cache supports both memory and Redis.
* feat: Optimise ui/ux
* feat: Optimise ui/ux
* feat: Optimise codex usage ui/ux
* feat: Optimise ui/ux
* feat: Optimise ui/ux
* feat: Optimise ui/ux
* feat: If the affinitized channel fails and a retry succeeds on another channel, update the affinity to the successful channel
2026-01-26 19:57:41 +08:00
Seefs
9ac94f036c
fix: test using the correct path for rerank ( #2736 )
...
* fix: test using the correct path for rerank.
* fix: The `input` parameter for testing responses uses an array to accommodate certain channels, such as Codex, which are incompatible with single strings.
2026-01-26 19:57:15 +08:00
Seefs
d6d3d05777
Merge pull request #2735 from seefs001/feature/header-throughpass
...
feat: header passthrough
2026-01-26 19:56:51 +08:00
Seefs
232068405d
Merge pull request #2610 from Bliod-Cook/main
2026-01-26 17:30:02 +08:00
Seefs
5e23d5d615
Merge pull request #2749 from wans10/main
2026-01-26 16:50:44 +08:00
Calcium-Ion
57c65c2782
Merge pull request #2742 from seefs001/fix/pr-2540
...
feat(gemini): 支持 tool_choice 参数转换,优化多个渠道错误处理
2026-01-26 15:12:09 +08:00
Bliod-Cook
67d6699c5d
Merge branch 'main' into pr/Bliod-Cook/2610
2026-01-26 05:23:51 +00:00
wans10
29108b2e06
fix(topup): 修复用户配额获取逻辑
...
- 移除用户ID检查条件,始终获取最新用户数据
- 确保余额等统计信息准确性
- 解决用户状态更新不及时的问题
2026-01-26 09:34:09 +08:00
Seefs
a0d0659e5a
Merge pull request #2738 from Li-Xingyu/main
2026-01-25 16:42:36 +08:00
Seefs
7eaa80583b
Revert "feat: xai refusal reason"
...
This reverts commit 2548eaf8d3 .
2026-01-25 16:38:58 +08:00
Seefs
2548eaf8d3
feat: xai refusal reason
2026-01-25 16:07:37 +08:00
Seefs
d829958f53
fix: reason convert
2026-01-25 15:31:23 +08:00
Seefs
0e76cc3f67
feat: claude refusal reason
2026-01-25 15:21:31 +08:00
Seefs
0cbf805365
feat: logs show reject reason
2026-01-25 15:00:30 +08:00
Seefs
68e1e635e9
feat: logs show reject reason
2026-01-25 14:52:18 +08:00
Li-Xingyu
36b0f4b0ae
feat: enhance Authorization header handling with Header Override support
2026-01-25 14:36:37 +08:00
Seefs
7af4d07843
fix: Charge locally even if there's an error
2026-01-25 14:32:51 +08:00
Seefs
c09c272574
Merge branch 'upstream-main' into fix/pr-2540
...
# Conflicts:
# relay/channel/gemini/relay-gemini.go
2026-01-25 14:14:05 +08:00
Seefs
9453b547d7
Merge pull request #2693 from daggeryu/main
...
fix request pass-through aws channels can't test
2026-01-25 12:10:34 +08:00
Li-Xingyu
0dfa607147
feat: enhance Authorization header handling with Header Override support
2026-01-25 04:28:11 +08:00
Seefs
ceca9cf9af
Merge pull request #2713 from feitianbubu/pr/0eba660886e20b852bff73ff4ecd52d73a447981
2026-01-22 19:46:17 +08:00
Calcium-Ion
264f07da2c
Merge pull request #2717 from xyfacai/feat/qwen-config
...
feat(qwen): support qwen image sync image model config
2026-01-22 18:50:39 +08:00
Xyfacai
5609c7f928
feat(qwen): support qwen image sync image model config
2026-01-22 17:46:36 +08:00
feitianbubu
21c0a51dc3
feat: requestId time string use UTC
2026-01-22 08:58:35 +08:00
Calcium-Ion
979c81985e
Merge pull request #2703 from seefs001/feature/log-conversion-info
...
feat: log shows request conversion
2026-01-21 23:48:08 +08:00
Calcium-Ion
77d9a54627
Merge pull request #2702 from seefs001/fix/ali-baseurl
...
fix: replace Alibaba's Claude-compatible url with new url
2026-01-21 23:47:59 +08:00
Calcium-Ion
3f208ee365
Merge pull request #2701 from seefs001/fix/gemini-tool-call-index
...
fix: calls to multiple tools in gemini all return index=0
2026-01-21 23:47:48 +08:00
Calcium-Ion
14d2290bf0
Merge pull request #2663 from seefs001/feature/retry-status-code
...
feat: customizable automatic retry status codes
2026-01-21 23:47:31 +08:00
Calcium-Ion
817006d861
Merge pull request #2684 from seefs001/fix/codex-rm-max-output-tokens
...
fix: codex Unsupported parameter: max_output_tokens
2026-01-21 23:47:17 +08:00
Calcium-Ion
defda1df0a
Merge pull request #2676 from seefs001/fix/aff-login-method
...
fix: the login method cannot be displayed under the aff link.
2026-01-21 23:47:05 +08:00
Calcium-Ion
ffd20f9fc8
Merge pull request #2668 from seefs001/feature/ignore-tls-config
...
feat: TLS_INSECURE_SKIP_VERIFY env
2026-01-21 23:46:52 +08:00
Calcium-Ion
4f8abca054
Merge pull request #2667 from seefs001/fix/gemini-whitelist-field
...
fix: openAI function to gemini function field adjusted to whitelist mode
2026-01-21 23:45:57 +08:00
Calcium-Ion
9cea854bb2
Merge pull request #2710 from QuantumNous/revert-2691-pr/5f73324da8aebf6a98269c242dda05da3ea6d7bc
...
Revert "fix: video content api Priority use url field"
2026-01-21 23:39:59 +08:00
Seefs
e1ff2af1e0
Revert "fix: video content api Priority use url field"
2026-01-21 23:38:47 +08:00
Seefs
ef84945425
fix: codex rm Temperature
2026-01-21 23:22:31 +08:00
Seefs
64303cfa1a
Merge pull request #2688 from feitianbubu/pr/c579c7755c6b03e207853d06cc695ca7903388c9
2026-01-21 22:53:21 +08:00
Seefs
43970e991b
Merge pull request #2691 from feitianbubu/pr/5f73324da8aebf6a98269c242dda05da3ea6d7bc
2026-01-21 22:52:36 +08:00
Seefs
3847d8c578
Merge pull request #2696 from Bliod-Cook/email-verification-fix
2026-01-21 22:51:06 +08:00
Seefs
01bcf6028e
feat: optimized display
2026-01-21 00:17:20 +08:00
Seefs
0d5fe4bfe9
feat: optimized display
2026-01-21 00:12:41 +08:00
Seefs
1b1c987dfe
feat: optimized display
2026-01-21 00:01:36 +08:00
Seefs
38791fa46d
feat: log shows request conversion
2026-01-20 23:43:29 +08:00
Seefs
40f2b2fd68
fix: Only models with the "qwen" designation can use the Claude-compatible interface; others require conversion.
2026-01-20 22:56:02 +08:00
Seefs
4fe84bad86
fix: replace Alibaba's Claude-compatible interface with the new interface
2026-01-20 22:36:36 +08:00
Seefs
db11bfdb6d
Merge pull request #2690 from feitianbubu/pr/0d926e8180210062b85a4ee06a0b324ba9ec91f6
2026-01-20 22:21:21 +08:00
Seefs
7e90c832e2
fix: issue where consecutive calls to multiple tools in gemini all returned an index of 0
2026-01-20 22:03:19 +08:00
Bliod
61087f7a83
fix: fix email send
2026-01-20 04:29:56 +00:00
daggeryu
ca56618d95
fix request pass-through aws channels can't test
...
common.GetRequestBody(c) read bod is null
2026-01-20 10:08:56 +08:00
CaIon
b311d482e3
fix: update abortWithOpenAiMessage function to use types.ErrorCode
2026-01-19 17:35:28 +08:00