New
0.6.0
What's Changed
- Implement guided generation for
SystemLanguageModelby @mattt in https://github.com/mattt/AnyLanguageModel/pull/59 - Fixed build errors under macCatalyst. by @chenyunguiMilook in https://github.com/mattt/AnyLanguageModel/pull/96
- Add custom JSON mode generation option for Gemini language model by @mattt in https://github.com/mattt/AnyLanguageModel/pull/84
- Fix running tests on macOS 15 by @atdrendel in https://github.com/mattt/AnyLanguageModel/pull/100
- Implement prewarm for MLXLanguageModel by @noorbhatia in https://github.com/mattt/AnyLanguageModel/pull/97
- Implement structured output generation for both LlamaLanguageModel / MLXLanguageModel by @eastriverlee in https://github.com/mattt/AnyLanguageModel/pull/75
- Fix simulator tests on Xcode 26 by @atdrendel in https://github.com/mattt/AnyLanguageModel/pull/101
- Fix tool message content format for DeepSeek API compatibility by @ajason in https://github.com/mattt/AnyLanguageModel/pull/99
- Add public initializers in
LanguageModelSessionby @mattt in https://github.com/mattt/AnyLanguageModel/pull/102
New Contributors
- @chenyunguiMilook made their first contribution in https://github.com/mattt/AnyLanguageModel/pull/96