unsloth/studio/backend
Roland Tannous 4656e63374 studio: add external provider support for chat inference
Adds the ability to connect to OpenAI, Mistral, Google, Cohere, Together,
Fireworks, and Perplexity from the Studio chat interface.

- Provider configs stored in SQLite (no API keys persisted)
- RSA-2048 key pair generated at startup for client-side key encryption
- httpx proxy client streams SSE responses in OpenAI-compatible format
- New /api/providers routes: registry, CRUD, test, models
- /v1/chat/completions routes to external provider when provider fields present
- Integration test suite covering CRUD, connection, model listing, and inference
- Frontend spec doc with full API contract
2026-03-29 18:12:45 +00:00
..
assets studio: improve onboarding UX, tooltips, and training defaults (#4355) 2026-03-17 07:46:07 -07:00
auth fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
core studio: add external provider support for chat inference 2026-03-29 18:12:45 +00:00
loggers Final cleanup 2026-03-12 18:28:04 +00:00
models studio: add external provider support for chat inference 2026-03-29 18:12:45 +00:00
plugins Bump Data Designer to 0.5.4 (removes litellm dependency) (#4569) 2026-03-25 02:01:43 -07:00
requirements studio: add external provider support for chat inference 2026-03-29 18:12:45 +00:00
routes studio: add external provider support for chat inference 2026-03-29 18:12:45 +00:00
state Final cleanup 2026-03-12 18:28:04 +00:00
storage studio: add external provider support for chat inference 2026-03-29 18:12:45 +00:00
tests studio: add external provider support for chat inference 2026-03-29 18:12:45 +00:00
utils fix: preserve Windows drive-letter paths on native Windows (#4665) 2026-03-27 08:19:41 -07: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 Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00
main.py studio: add external provider support for chat inference 2026-03-29 18:12:45 +00:00
run.py fix: add auth + UX improvements to shutdown button (#4642) 2026-03-27 04:36:08 -07:00
startup_banner.py studio: setup log styling (#4494) 2026-03-27 03:12:48 -07:00