Skip to content

NovaMLX v1.0.9

Choose a tag to compare

@cnshsliu cnshsliu released this 06 May 11:11
· 122 commits to main since this release

What's New

OpenAI API compatibility improvements:

  • reasoning_effort parameter — Maps OpenAI's reasoning_effort (low/medium/high) to native thinking token budgets. Works with all thinking-capable models (Qwen3, DeepSeek-R1, etc.).
  • logprobs + top_logprobs — Full log probability support matching the OpenAI standard. Returns token log probabilities and top alternatives per token when requested.

Both additions bring NovaMLX closer to drop-in Ollama parity for tools that depend on these fields.

Full Changelog: v1.0.8...v1.0.9