unsloth/studio/backend
Roland Tannous 46fcf98e74 feat: add Anthropic-compatible /v1/messages endpoint
Proxy requests to llama-server's native Anthropic Messages API handler.
Supports both streaming (SSE with message_start, content_block_delta,
etc.) and non-streaming responses. Auth via x-api-key header (Anthropic
SDK) or Authorization Bearer (OpenAI SDK). Adds Messages tab with
Anthropic SDK and cURL snippets in the Access Endpoint dialog.
2026-04-10 10:09:19 +00:00
..
assets Add Gemma 4 model sampling defaults (#4838) 2026-04-03 13:57:15 -07:00
auth feat: add Anthropic-compatible /v1/messages endpoint 2026-04-10 10:09:19 +00:00
core feat: encrypt Access Endpoint API key in transit via RSA+AES-GCM handshake 2026-04-10 04:51:41 +00:00
loggers Final cleanup 2026-03-12 18:28:04 +00:00
models feat: add image/multimodal support to /v1/responses endpoint 2026-04-10 09:36:44 +00:00
plugins Bump Data Designer to 0.5.4 (removes litellm dependency) (#4569) 2026-03-25 02:01:43 -07:00
requirements feat: encrypt Access Endpoint API key in transit via RSA+AES-GCM handshake 2026-04-10 04:51:41 +00:00
routes feat: add Anthropic-compatible /v1/messages endpoint 2026-04-10 10:09:19 +00:00
state Final cleanup 2026-03-12 18:28:04 +00:00
storage feat: custom scan folders for GGUF model discovery (#4723) 2026-03-31 06:40:31 -07:00
tests split venv_t5 into tiered 5.3.0/5.5.0 and fix trust_remote_code (#4878) 2026-04-07 20:05:01 +04:00
utils feat: persistent Access Endpoint API key with Regenerate button 2026-04-09 20:24:19 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
_platform_compat.py Fix Studio crash on Anaconda/conda-forge Python (#4484) 2026-03-22 05:36:55 -07:00
colab.py Fix/studio colab button message: Add fallback message for Colab Studio button when proxy URL fails (#4866) 2026-04-05 21:57:45 -07:00
main.py feat: encrypt Access Endpoint API key in transit via RSA+AES-GCM handshake 2026-04-10 04:51:41 +00:00
run.py feat: backend API key auth + access-endpoint route for external OpenAI-compatible access 2026-04-09 01:23:36 +00:00
startup_banner.py studio: unify Windows installer/setup logging style, verbosity controls, and startup messaging (#4651) 2026-03-30 00:53:23 -07:00