This repository was archived by the owner on Apr 5, 2026. It is now read-only.
1.0.0
Initial release
Add embedding/TTS models, fix AI Experiments SDK compatibility
- Add AzureOpenAiEmbeddingModel for embedding generation
- Add AzureOpenAiTextToSpeechModel for text-to-speech
- Refactor AzureOpenAiTextGenerationModel to extend
AbstractOpenAiCompatibleTextGenerationModel (fixes missing
streamGenerateTextResult required by AI Experiments v0.3.1 SDK) - Declare full supported options in model metadata (fixes model
rejection when callers set temperature, systemInstruction, etc.) - Bootstrap HTTP transporter when AI Experiments is active (its
v0.3.1 ProviderRegistry lacks auto-discovery) - Add is_ai_experiments_active() feature flag for workarounds
- Add missing settings admin notice
- Remove Azure OpenAI Credentials header from settings
- Add unit tests for embedding and TTS models
- Add docs/ai-experiments-bugs.md documenting SDK issues
Full Changelog: https://github.com/soderlind/ai-provider-for-azure-openai/commits/1.0.0