AI-Studio/app/MindWork AI Studio/wwwroot
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
..
changelog Add LiteLLM as a new LLM provider 2026-08-10 18:13:08 +05:30
fonts Assistant Builder improvements (#851) 2026-07-15 21:00:25 +02:00
sounds Added audio recording (#615) 2026-01-07 12:56:11 +01:00
specs/eri Updated the ERI v1 specification & fixed spelling of the UNKNOWN role (#364) 2025-03-17 17:10:03 +01:00
svg Add the DLR as the first titan supporter (#456) 2025-05-11 17:40:24 +02:00
system Assistant Builder improvements (#851) 2026-07-15 21:00:25 +02:00
app.css Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
app.js Added focused-window shortcut fallback on Linux (#882) 2026-07-21 14:43:33 +02:00
audio-recorder-worklet.js Added audio and video transcription for chats and assistants (#856) 2026-07-15 12:53:30 +02:00
audio.js Added audio and video transcription for chats and assistants (#856) 2026-07-15 12:53:30 +02:00
boot.js Fixed Blazor reconnection after system sleep (#849) 2026-07-10 09:01:41 +02:00
chat-math.js Added math rendering (#705) 2026-03-21 20:34:11 +01:00
diff.js Add a grammar and spell checker assistant (#72) 2024-08-13 08:57:58 +02:00