free-claude-code/api
arssing 2fe15bd2cd
feat: add proxy support for httpx clients (#125)
Add proxy support for providers based on
[doc](https://www.python-httpx.org/advanced/proxies/):

- Add per-provider proxy support (HTTP and SOCKS5) for all 4 providers:
nvidia_nim, open_router, lmstudio, llamacpp
- Each provider gets its own env var (NVIDIA_NIM_PROXY,
OPENROUTER_PROXY, LMSTUDIO_PROXY, LLAMACPP_PROXY) for independent proxy
configuration

---------

Co-authored-by: Alishahryar1 <alishahryar2@gmail.com>
2026-04-22 17:06:16 -07:00
..
models Fixes for issue 113 and 116 2026-04-18 16:32:31 -07:00
__init__.py Per claude model mapping (#66) 2026-03-01 21:32:23 -08:00
app.py Fixed encapsulation violations 2026-03-01 04:28:22 -08:00
command_utils.py Phase 7 & 8: Routes optimization refactor and request utils split 2026-02-15 01:41:35 +00:00
dependencies.py feat: add proxy support for httpx clients (#125) 2026-04-22 17:06:16 -07:00
detection.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
optimization_handlers.py Added optimization logging 2026-03-01 01:02:59 -08:00
request_utils.py style 2026-02-28 09:13:25 -08:00
routes.py Fixes for issue 113 and 116 2026-04-18 16:32:31 -07:00