AI-Studio/app
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
..
.codex Improved local plugin handling (share, import, delete) (#900) 2026-08-09 19:01:58 +02:00
.idea/.idea.MindWork AI Studio/.idea Prepared test release v26.5.1 (#750) 2026-05-06 15:32:28 +02:00
.run Improved dev experience & allow native .NET debugging (#460) 2025-05-17 13:36:28 +02:00
Build Fixed dependency security findings (#896) 2026-08-04 08:12:45 +02:00
MindWork AI Studio Add LiteLLM as a new LLM provider 2026-08-10 18:13:08 +05:30
SharedTools Added support for organization-approved assistant plugins (#821) 2026-07-05 15:20:29 +02:00
SourceCodeRules/SourceCodeRules Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
SourceGeneratedMappings Fixed source generator (#724) 2026-04-09 11:11:37 +02:00
Directory.Build.props Fixed dependency security findings (#896) 2026-08-04 08:12:45 +02:00
MindWork AI Studio.sln Added assistant plugins (#659) 2026-04-09 10:01:24 +02:00
MindWork AI Studio.sln.DotSettings Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00