Xijun Dai
|
bb786c9618
|
feat(ai-proxy): add responses support for doubao (#2509)
Signed-off-by: Xijun Dai <daixijun1990@gmail.com>
|
2025-06-28 10:39:21 +08:00 |
|
woody
|
01a9161153
|
fix(ai-proxy): Unify the naming convention & fix api name mapping (#2441)
|
2025-06-20 16:35:30 +08:00 |
|
woody
|
926913f0e7
|
feat(ai-proxy): add support for OpenAI Fine-Tuning API (#2424)
|
2025-06-17 13:44:00 +08:00 |
|
Xijun Dai
|
33fc47cefb
|
feat(ai-proxy): add batches & files support (#2355)
Signed-off-by: Xijun Dai <daixijun1990@gmail.com>
|
2025-06-03 09:42:36 +08:00 |
|
Xijun Dai
|
a73c33f1da
|
feat(ai-proxy): support OpenAI-compatible image and audio model Mapping (#2341)
|
2025-05-30 12:16:52 +08:00 |
|
Kent Dong
|
29370b18d7
|
feat: Support /v1/models API in ai-proxy (#2164)
|
2025-05-06 15:53:13 +08:00 |
|
澄潭
|
45fbc8b084
|
optimize plugin sdk (#1930)
|
2025-03-22 22:46:37 +08:00 |
|
Kent Dong
|
eef8adf42f
|
fix: Skip reading non-JSON request bodies in ai-proxy (#1914)
|
2025-03-18 21:23:54 +08:00 |
|
Kent Dong
|
5de7c2a5ea
|
feat: Support files and batches APIs provided by Azure OpenAI (#1904)
|
2025-03-17 11:21:05 +08:00 |
|
澄潭
|
9a89665b22
|
optimize retry&failover logic (#1903)
|
2025-03-17 11:19:33 +08:00 |
|
Se7en
|
19496e5759
|
feat: support retry on http status code (#1817)
Co-authored-by: Kent Dong <ch3cho@qq.com>
|
2025-03-11 13:38:02 +08:00 |
|
Se7en
|
d3afe345ad
|
fix: remove last failed apiToken from retry apiToken list (#1802)
|
2025-02-26 21:11:51 +08:00 |
|
澄潭
|
1787553294
|
set include_usage by default for all model providers (#1818)
|
2025-02-26 16:49:16 +08:00 |
|
Kent Dong
|
49617c7a98
|
feat: Unify the SSE processing logic (#1800)
|
2025-02-25 11:00:18 +08:00 |
|
澄潭
|
2e6ddd7e35
|
Add ai search plugin (#1804)
|
2025-02-24 11:14:47 +08:00 |
|
Kent Dong
|
2328e19c9d
|
fix: Fix a bug in openaiCustomUrl support (#1790)
|
2025-02-22 12:12:49 +08:00 |
|
澄潭
|
49aad4152c
|
Supports completions API & support config openai baseUrl through openaiCustomUrl (#1765)
|
2025-02-18 09:57:48 +08:00 |
|
澄潭
|
2dbde1833f
|
ai proxy support passthrough path when api name is unknown (#1754)
|
2025-02-13 21:22:43 +08:00 |
|
pepesi
|
a84a382f1d
|
feature: allow ai-proxy to forward standard AI capabilities that are … (#1704)
|
2025-02-12 15:23:44 +08:00 |
|
Se7en
|
133a30b8d5
|
fix: stream response buffer issue (#1703)
|
2025-01-22 11:28:37 +08:00 |
|
澄潭
|
d29b8d7ca8
|
fix ai proxy checkStream (#1645)
|
2025-01-06 15:30:02 +08:00 |
|
澄潭
|
2501895b66
|
ai-cache update body buffer limit size (#1644)
|
2025-01-06 14:53:29 +08:00 |
|
Se7en
|
579c986915
|
feat: retry failed request (#1590)
|
2024-12-26 18:30:50 +08:00 |
|
澄潭
|
39c007d045
|
optimize ai proxy (#1603)
|
2024-12-19 16:22:35 +08:00 |
|
StarryNight
|
2a200cdd42
|
AI proxy return unified status in header phase (#1588)
|
2024-12-16 18:41:38 +08:00 |
|
pepesi
|
8f660211e3
|
feat: ai-proxy support custom error handler by cover util.ErrorHandler (#1537)
|
2024-12-06 11:47:50 +08:00 |
|
pepesi
|
8154cf95f1
|
feat: support custom log (#1521)
|
2024-11-27 20:11:29 +08:00 |
|
Se7en
|
d24123a55f
|
feat: implement apiToken failover mechanism (#1256)
|
2024-11-16 19:03:09 +08:00 |
|
Yang Beining
|
acec48ed8b
|
[ai-cache] Implement a WASM plugin for LLM result retrieval based on vector similarity (#1290)
|
2024-10-27 16:21:04 +08:00 |
|
Kent Dong
|
708e7af79a
|
feat: Support configuring a global provider list in ai-proxy plugin (#1334)
|
2024-09-26 11:27:22 +08:00 |
|
rinfx
|
f51408d7ff
|
add bailian support (#1319)
Co-authored-by: Kent Dong <ch3cho@qq.com>
|
2024-09-18 16:35:13 +08:00 |
|
澄潭
|
496346fe95
|
fix ai proxy check request body logic (#1252)
|
2024-08-26 13:33:44 +08:00 |
|
Pxl
|
29fcd330d5
|
feat: support ai-proxy custom settings (#1219)
|
2024-08-22 13:59:32 +08:00 |
|
urlyy
|
dcea483c61
|
Feat: Add Deepl support for plugins/ai-proxy (#1147)
|
2024-08-15 18:53:56 +08:00 |
|
澄潭
|
29079f4e2a
|
Support set buffer limit (#1153)
|
2024-07-25 20:42:39 +08:00 |
|
Kent Dong
|
b6d07a157c
|
feat: Always buffer request body in ai-proxy plugin (#1155)
|
2024-07-25 19:35:39 +08:00 |
|
Kent Dong
|
0cfef34bff
|
feat: Support fallback route in ai-proxy plugin (#1123)
|
2024-07-24 19:25:32 +08:00 |
|
Kent Dong
|
f6ee4ed166
|
fix: Bypass the response body processing in ai-proxy if it is returned internally (#1149)
|
2024-07-24 16:18:00 +08:00 |
|
Kent Dong
|
d5a9ff3a98
|
fix: Fix possible type-casting related panics in ai-proxy plugin (#1127)
|
2024-07-16 18:38:43 +08:00 |
|
Kent Dong
|
f069ad5b0d
|
feat: Add statusCodeDetails info when returning response in Wasm plugins directly (#1116)
|
2024-07-16 09:52:46 +08:00 |
|
Kent Dong
|
5a2c6835f7
|
feat: Support embeddings API for Qwen in the ai-proxy plugin (#1079)
|
2024-07-08 19:37:08 +08:00 |
|
Yifan Gao
|
50f79c9099
|
feat: support ollama ai model (#1001)
Co-authored-by: Kent Dong <ch3cho@qq.com>
|
2024-05-28 10:55:59 +08:00 |
|
Kent Dong
|
7fcb608fce
|
fix: Fix the incorrect usage of DisableReroute (#991)
|
2024-05-23 09:35:57 +08:00 |
|
Kent Dong
|
76b5f2af79
|
feat: Enhance the feature of ai-proxy plugin (#976)
|
2024-05-22 20:30:46 +08:00 |
|
Kent Dong
|
559a109ae5
|
feat: Refactor Qwen stream event processing workflow (#939)
|
2024-05-15 11:43:45 +08:00 |
|
Kent Dong
|
333f9b48f3
|
feat: Add an AI-Proxy Wasm plugin (#921)
Co-authored-by: 澄潭 <zty98751@alibaba-inc.com>
|
2024-05-14 17:00:12 +08:00 |
|