AI-Studio/app/MindWork AI Studio/Provider
2026-09-23 18:26:18 +02:00
..
AlibabaCloud Sorted every model list by what a model is made for (#984) 2026-09-19 17:54:10 +02:00
Anthropic Stream the answers again whenever tools are in play (#986) 2026-09-20 10:44:33 +02:00
DeepSeek Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Fireworks Read the reported token usage in one place 2026-09-23 18:26:18 +02:00
Google Sorted every model list by what a model is made for (#984) 2026-09-19 17:54:10 +02:00
Groq Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
GWDG Sorted every model list by what a model is made for (#984) 2026-09-19 17:54:10 +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 Sorted every model list by what a model is made for (#984) 2026-09-19 17:54:10 +02:00
OpenAI Read the reported token usage in one place 2026-09-23 18:26:18 +02:00
OpenRouter Sorted every model list by what a model is made for (#984) 2026-09-19 17:54:10 +02:00
Perplexity Read the reported token usage in one place 2026-09-23 18:26:18 +02:00
Reasoning Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
SelfHosted Sorted every model list by what a model is made for (#984) 2026-09-19 17:54:10 +02:00
X Sorted every model list by what a model is made for (#984) 2026-09-19 17:54:10 +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 Read the reported token usage in one place 2026-09-23 18:26:18 +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 the exact token count where the provider reports it 2026-09-20 17:42:29 +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 Read the reported token usage in one place 2026-09-23 18:26:18 +02:00
LLMProviders.cs Added LiteLLM as a new LLM provider (#909) 2026-08-30 12:55:18 +02:00
LLMProvidersExtensions.cs Sorted every model list by what a model is made for (#984) 2026-09-19 17:54:10 +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 Sorted every model list by what a model is made for (#984) 2026-09-19 17:54:10 +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
ProviderJsonOptions.cs Stream the answers again whenever tools are in play (#986) 2026-09-20 10:44:33 +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
ServerSentEvent.cs Stream the answers again whenever tools are in play (#986) 2026-09-20 10:44:33 +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
TokenUsage.cs Replaced cref tags with plain names in the token count docs 2026-09-23 17:53:51 +02: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