Skip to content

Release Notes - v0.4.1

Choose a tag to compare

@zhixiangxue zhixiangxue released this 03 Jun 05:34
· 3 commits to main since this release

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_url changed to https://api.minimaxi.com/anthropic (China) / https://api.minimax.io/anthropic (International)
  • OpenAICompatibleProvider import path moved from chak.providers.llm.base to chak.providers.llm.openai_compat

Other Changes

  • Extracted openai_compat.py and anthropic_compat.py as 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-python bumped to >=3.11