unsloth/studio/backend/auth
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
..
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
authentication.py feat: add Anthropic-compatible /v1/messages endpoint 2026-04-10 10:09:19 +00:00
hashing.py Final cleanup 2026-03-12 18:28:04 +00:00
storage.py fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00