Commit graph

57 commits

Author SHA1 Message Date
06d780ff47
fix(settings): adjust engine timeouts and enable disabled engines 2026-02-18 00:38:57 -06:00
01594f3d95
feat: add glm-4.7-flash and qwen3.5 models with provider routes and pricing 2026-02-18 00:36:08 -06:00
ba8cfb4fa2
feat(settings): add timeout_limit and configure engine weights and timeouts
BREAKING CHANGE: timeout_limit added to search section and engine configurations updated with weights and timeouts
2026-02-18 00:36:01 -06:00
0de79e1eb8
feat: add perplexity and ollama cloud api key support and models 2026-02-17 02:53:53 -06:00
92b6ec72b1
chore: remove all llm-gateway service files and configurations 2026-02-16 14:44:03 -06:00
e459a5f58e
feat: replace llm-gateway with janus service in docker-compose and prometheus config 2026-02-16 14:43:54 -06:00
c60f14e002
refactor(gateway): reorder and restructure llama-3.3-70b model routes in configuration 2026-02-16 13:09:51 -06:00
c949498a7d
fix(dashboard): update token refresh to target table body only 2026-02-16 00:54:44 -06:00
8922a65d28
feat(gateway): add gemma and qwen vision models with pricing 2026-02-16 00:27:45 -06:00
7bc5a15f4a
feat(dashboard): improve EventSource connection handling with cleanup on page unload 2026-02-15 05:28:01 -06:00
9ea3274ade
feat(auth): add HTMX support for auth flows and improve error handling 2026-02-15 05:20:41 -06:00
291b8f4863
feat(gateway): add monthly budget support and webhook notifications for circuit breaker and budget events 2026-02-15 04:52:09 -06:00
28a694744d
chore: rename personal API key env var and update docker volume path 2026-02-15 04:22:06 -06:00
90adf6f3a8
feat(gateway): add circuit breaker, retry, and concurrency limit support
feat(gateway): add debug logging with file storage and retention

feat(gateway): add audit logging for user actions

feat(gateway): add request ID tracking and rate limit headers

feat(gateway): add model aliases and load balancing strategies

feat(gateway): add config hot-reload via SIGHUP

feat(gateway): add CORS support

feat(gateway): add data export API and dashboard endpoints

feat(gateway): add dashboard pages for audit and debug logs

feat(gateway): add concurrent request limiting per token

feat(gateway): add streaming timeout support

feat(gateway): add migration support for new schema fields
2026-02-15 04:21:40 -06:00
c17ffa41f5
chore: remove litellm config and new-api setup files
The diff shows the deletion of three files that were part of the old litellm configuration and new-api setup:
1. `litellm/config.yaml` - Contains the old model configuration and fallback settings
2. `new-api/CHANNELS.md` - Documentation for channel configuration in new-api
3. `new-api/init-channels.sh` - Script to initialize new-api channels and tokens

These files are being removed as part of a refactor or migration away from the old setup pattern. The removal is a cleanup operation that removes the old configuration artifacts and associated setup scripts for the new-api system that was previously used for centralized model routing and channel management.

None of the changes require a breaking change notice as they are removing deprecated configuration files rather than introducing breaking changes.

The deletion of these files suggests a shift away from the previous litellm-based centralized model routing approach to a new system or configuration method. The removal of the init script also indicates that the automatic channel setup has been eliminated, likely replaced by a different approach to API key management and model routing.
2026-02-15 03:55:12 -06:00
f23a7c14c0
feat(dashboard): add responsive mobile sidebar with toggle functionality 2026-02-15 03:18:37 -06:00
2b6e20544b
feat(gateway): add provider health tracking and dashboard stats API 2026-02-15 03:09:14 -06:00
98822eadb8
fix(compose): env not found 2026-02-15 02:33:15 -06:00
176d35139d
feat(gateway): make API unlimited 2026-02-15 02:30:49 -06:00
5a9a6d54a3
feat(gateway): fix static token initialized in DB 2026-02-15 02:27:43 -06:00
9dea812a47
feat(gateway): update UI layout 2026-02-15 02:11:09 -06:00
d4747d7dfc
feat(gateway): update priority 2026-02-15 01:59:41 -06:00
0568d97201
feat(gateway): update llm-gateway.yaml to comment out free versions 2026-02-15 01:58:55 -06:00
225671eec4
feat(gateway): update llm-gateway.yaml for free tier 2026-02-15 01:54:10 -06:00
029b515651
feat(gateway): update llm-gateway.yaml 2026-02-15 01:49:43 -06:00
8b741e58c7
feat(gateway): priority sorted based on config definition 2026-02-15 01:37:44 -06:00
344b599bad
feat(gateway): add config mounted 2026-02-15 01:34:19 -06:00
0ce78c2820
feat(gateway): fix go version 2026-02-15 01:29:07 -06:00
2a7f0653ac
chore(docker): cleanup 2026-02-15 01:26:49 -06:00
abfa26e84a
feat(gateway): add llm-gateway service 2026-02-15 01:23:50 -06:00
4be9e56821
feat: add init-channels 2026-02-14 14:05:06 -06:00
5356e0ac64
feat: update init-channels to use cookie 2026-02-14 13:16:32 -06:00
8c872e3c35
feat: simplify acquiring access on new-api 2026-02-14 13:13:22 -06:00
0d017e24bc
feat: chose english for new-api 2026-02-14 13:04:20 -06:00
964f9e43cd
feat: replace LiteLLM with new-api for LLM proxy and add monitoring stack 2026-02-14 12:54:58 -06:00
718cf928f3
chore: add .claude to gitignore 2026-02-14 03:08:01 -06:00
1d124d957d
refactor: consolidate DeepSeek model entries and add fallback groups 2026-02-14 02:51:14 -06:00
baf502108b
feat: add new DeepInfra and SiliconFlow models to model list 2026-02-14 02:42:49 -06:00
58db4feaee
feat: restructure model list with DeepSeek V3.2 and add new DeepInfra models 2026-02-14 02:37:39 -06:00
44b9497e65
feat: remove budget 2026-02-14 01:28:14 -06:00
55cc700794
feat: restructure model list with tiered providers and add caching config 2026-02-14 01:21:51 -06:00
d575162655
feat: fix endpoint 2026-02-13 04:16:54 -06:00
c68a03e6b7
feat:add more models 2026-02-13 04:08:58 -06:00
27f17d2620
feat(model): add more models 2026-02-13 03:21:39 -06:00
6c43db6b8a
fix: revert to 0.0.0.0 2026-02-13 02:29:10 -06:00
7e77c9c26b
fix: don't expose searchxng to public 2026-02-13 02:27:36 -06:00
582194f8f5
feat: use virtual key for open-webui 2026-02-13 01:50:36 -06:00
55630095f8
feat: add postgress for litellm admin UI 2026-02-13 01:40:51 -06:00
9bf825d668
fix: bind to 0.0.0.0 for tailscale access, use hetzner firewall 2026-02-13 01:31:45 -06:00
548f377f75
fix: rename tailscale hostname to ai-proxy 2026-02-13 01:30:32 -06:00