AI-Studio/app/MindWork AI Studio
Prodman Devokadev e0d7a810ea Add LiteLLM as a new LLM provider
Add LiteLLM as a first-class provider. LiteLLM is a self-hosted AI
gateway that exposes a single OpenAI-compatible endpoint in front of
100+ models across providers (OpenAI, Anthropic, Google, Azure, AWS
Bedrock, and more).

The provider mirrors the existing OpenAI-compatible providers: it uses
the shared StreamOpenAICompatibleChatCompletion helper for streaming
chat and LoadModelsResponse against /v1/models for automatic model
discovery. The user supplies the base URL of their proxy; it is
normalized and the OpenAI-compatible /v1/ path is appended. It uses the
self-hosted trust policy and confidence handling, since the gateway
owner decides which downstream providers requests are routed to.

Wired through the standard plumbing: the LLMProviders enum,
LLMProvidersExtensions (name, confidence, factory, hostname/API-key
requirements), ProviderExtensions (capabilities + reasoning), and
SettingsManager (per-scheme confidence levels). Hostname and API key
are both required. Added a user-facing changelog entry and updated the
configuration-plugin docs to include the new LITE_LLM confidence key.
2026-08-10 18:13:08 +05:30
..
Agents Security audit provider fallback (#876) 2026-07-21 08:17:13 +02:00
Assistants Improved local plugin handling (share, import, delete) (#900) 2026-08-09 19:01:58 +02:00
Chat Added audio and video transcription for chats and assistants (#856) 2026-07-15 12:53:30 +02:00
Components Fixed empty assistant categories after hiding all their assistants (#902) 2026-08-09 20:00:38 +02:00
Dialogs Improved local plugin handling (share, import, delete) (#900) 2026-08-09 19:01:58 +02:00
Layout Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
Pages Fixed empty assistant categories after hiding all their assistants (#902) 2026-08-09 20:00:38 +02:00
Plugins Add LiteLLM as a new LLM provider 2026-08-10 18:13:08 +05:30
Provider Add LiteLLM as a new LLM provider 2026-08-10 18:13:08 +05:30
Settings Add LiteLLM as a new LLM provider 2026-08-10 18:13:08 +05:30
Tools Fixed empty assistant categories after hiding all their assistants (#902) 2026-08-09 20:00:38 +02:00
wwwroot Add LiteLLM as a new LLM provider 2026-08-10 18:13:08 +05:30
App.razor Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
FileHandler.cs Added support for images (#609) 2025-12-30 18:30:32 +01:00
GlobalUsings.cs Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
MindWork AI Studio.csproj Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
packages.lock.json Prepare release v26.7.3 (#862) 2026-07-15 21:18:45 +02:00
Program.cs Improved local plugin handling (share, import, delete) (#900) 2026-08-09 19:01:58 +02:00
Redirect.cs Assistant Builder improvements (#851) 2026-07-15 21:00:25 +02:00
Routes.razor Added color themes (dark & light) (#148) 2024-09-15 12:30:07 +02:00
Routes.razor.cs Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00