Release Notes - v0.4.1
MiniMax Provider migrated to Anthropic API
MiniMax provider now uses the Anthropic-compatible API (/anthropic endpoint), as officially recommended by MiniMax. The old OpenAI-compatible /v1 endpoint is no longer supported.
Breaking Changes
- MiniMax default
base_urlchanged tohttps://api.minimaxi.com/anthropic(China) /https://api.minimax.io/anthropic(International) OpenAICompatibleProviderimport path moved fromchak.providers.llm.basetochak.providers.llm.openai_compat
Other Changes
- Extracted
openai_compat.pyandanthropic_compat.pyas shared compatibility layers - Added MiniMax to the live test matrix (5 providers × all scenarios)
- New example:
multi_provider_streaming.py(replaces old single-provider examples) requires-pythonbumped to>=3.11