All changes in this release:
Huggingface LLM Provider
Error: Call to undefined method Drupal\ai\OperationType\Chat\ChatMessage::getMessage()
Add Image into ChatMessage object (refactor or no breaking change)
Make the ai defaults a seperate menu link to improve the menu
API errors not showing (OpenaiCLient - not Openai)
Add Key dependency in LlmProviderClientBase
Clear the cache after saving llm providers?
Ollama LLM Provider
Add Anthropic 3.5 sonnet
Hard requriement in Anthropic
MistralAI LLM Provider
Fix the output code in the explorers.
Setup testing
Example code on text chat form and image generation form are wrong.
Try to port Fireworks AI to LLM Provider already for version 1
Set default provider and model in form helper builder
Make default operation providers possible
Prompt Explorer notify when no providers are available.
Add helper functions for getting or checking providers for operation type.
Helper function to get list of operation types.
Add warning message on status page if no providers are installed
Setup constant warning message about providers missing
Link core module and providers to there settings pages.
Automated Drupal 11 compatibility fixes for ai
Add Embeddings Explorer
Add toString method on InputInterface
Refactor to use AIProvider instead of LlmProvider
Actually Add Moderation on OpenAI
Add setting in the Anthropic configuration to enable OpenAI moderation
Add default tag for provider, operation type and model.
Media generation should rename, not replace
Create a module that can hook on any moderation on any provider and use it on another
Catch errors and show them on the Explorers
Add Embeddings for OpenAI
Add Embeddings Operation Type
Implement PluginInspectionInterface for the API Abstraction Interface
Remove abstract of generatereponse from the base class.
Groq LLM Provider
LM Studio LLM Provider
Create a Chat Explorer
OpenAI LLM Provider
Create a Prompt Logger
Moderation calls on by default
Anthropic LLM Provider
Create a Speech To Text Explorer
Create a Text To Image Explorer
Create a Text To Image Explorer