AI-Studio/app/MindWork AI Studio/Provider
Thorsten Sommer d85b4e71b6
Some checks are pending
Build and Release / Determine run mode (push) Waiting to run
Build and Release / Sync Flatpak repo (push) Blocked by required conditions
Build and Release / Collect Flatpak artifacts (push) Blocked by required conditions
Build and Release / Verify (push) Waiting to run
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg,app,updater, dmg) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis,updater, nsis) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-unknown-linux-gnu, linux-arm64, ubuntu-22.04-arm, aarch64-unknown-linux-gnu, appimage,updater, appimage) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg,app,updater, dmg) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-pc-windows-msvc.exe, win-x64, windows-latest, x86_64-pc-windows-msvc, nsis,updater, nsis) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage,updater, appimage) (push) Blocked by required conditions
Build and Release / Prepare & create release (push) Blocked by required conditions
Build and Release / Publish release (push) Blocked by required conditions
Rebuilt how AI Studio knows what a model can do (#960)
2026-09-13 14:17:25 +02:00
..
AlibabaCloud Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Anthropic Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
DeepSeek Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Fireworks Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Google Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Groq Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
GWDG Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Helmholtz Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Hetzner Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
HuggingFace Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
IONOS Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
LiteLLM Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Mistral Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
OpenAI Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
OpenRouter Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Perplexity Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Reasoning Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
SelfHosted Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
X Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
AdditionalApiParametersParser.cs Added icons to visualize model capabilities to the provider dropdown menu (#829) 2026-07-04 18:28:52 +02:00
BaseProvider.cs Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Capability.cs Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Confidence.cs Added LiteLLM as a new LLM provider (#909) 2026-08-30 12:55:18 +02:00
ConfidenceLevel.cs Add confidence levels (#140) 2024-09-11 23:08:02 +02:00
ConfidenceLevelExtensions.cs Added local RAG (#756) 2026-09-09 18:43:37 +02:00
ContentStreamChunk.cs Added support for Perplexity (#545) 2025-08-31 14:27:35 +02:00
EmbeddingData.cs Added embedding API (#654) 2026-02-20 15:32:54 +01:00
EmbeddingResponse.cs Added embedding API (#654) 2026-02-20 15:32:54 +01:00
EmbeddingUsage.cs Added embedding API (#654) 2026-02-20 15:32:54 +01:00
IAnnotationStreamLine.cs Improved the OpenAI provider (#548) 2025-09-03 10:08:04 +02:00
ImageURL.cs Spelling 2024-05-19 16:06:48 +02:00
IMessage.cs Refactored chat requests (#607) 2025-12-28 14:10:20 +01:00
IMessageBase.cs Refactored chat requests (#607) 2025-12-28 14:10:20 +01:00
IProvider.cs Added local RAG (#756) 2026-09-09 18:43:37 +02:00
IResponseStreamLine.cs Improved the OpenAI provider (#548) 2025-09-03 10:08:04 +02:00
LLMProviders.cs Added LiteLLM as a new LLM provider (#909) 2026-08-30 12:55:18 +02:00
LLMProvidersExtensions.cs Added local RAG (#756) 2026-09-09 18:43:37 +02:00
LLMProvidersIconExtensions.cs Added LiteLLM as a new LLM provider (#909) 2026-08-30 12:55:18 +02:00
MessageBaseConverter.cs Refactored chat requests (#607) 2025-12-28 14:10:20 +01:00
Model.cs Added IONOS as a provider and unified how providers sort their model lists (#941) 2026-08-29 20:45:39 +02:00
ModelKind.cs Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
ModelLoadFailureReason.cs Fixed error messages for provider requests (#778) 2026-05-25 17:32:54 +02:00
ModelLoadFailureReasonExtensions.cs Fixed error messages for provider requests (#778) 2026-05-25 17:32:54 +02:00
ModelLoadResult.cs Improved error handling for model loading (#732) 2026-04-14 13:39:11 +02:00
NoChatCompletionAnnotationStreamLine.cs Improved the OpenAI provider (#548) 2025-09-03 10:08:04 +02:00
NoProvider.cs Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
NoResponsesAnnotationStreamLine.cs Improved the OpenAI provider (#548) 2025-09-03 10:08:04 +02:00
ProviderRequestException.cs Fixed error messages for provider requests (#778) 2026-05-25 17:32:54 +02:00
ProviderRequestFailureReason.cs Fixed model capabilities and how model names are matched (#958) 2026-09-11 15:24:02 +02:00
ProviderRequestFailureReasonExtensions.cs Added local RAG (#756) 2026-09-09 18:43:37 +02:00
ProviderToolAdapters.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ReasoningIndicatorState.cs Added icons to visualize model capabilities to the provider dropdown menu (#829) 2026-07-04 18:28:52 +02:00
SubContentConverter.cs Added support for images (#609) 2025-12-30 18:30:32 +01:00
SubContentImageUrlConverter.cs Added support for images (#609) 2025-12-30 18:30:32 +01:00
SubContentType.cs Added support for images (#609) 2025-12-30 18:30:32 +01:00
TranscriptionResponse.cs Implemented the transcription API (#623) 2026-01-11 16:02:28 +01:00
TranscriptionResult.cs Fixed error messages for provider requests (#778) 2026-05-25 17:32:54 +02:00