October 10th, 2025
Axon Playground Axon Playground is now available to test and explore the
capabilities of Axon models in the dashboard.October 5th, 2025
September 30th, 2025
Deep Reasoner v2.0 Deep Reasoner v2.0 is now available with massive boost
in speed, reasoning and accuracy.September 23rd, 2025
September 11th, 2025
Tool call usage response format fixed Tool call usage response format is
now fixed for AI editors and tools to consume.September 7th, 2025
Fix reasoning summary in response Breaking reasoning summary in response
format is not fixed.September 3rd, 2025
Support for v1/messages
API for Claude Code Deep Reasoner now outputs
less tokens to reduce the cost of the model.September 1st, 2025
Reduced tokens for Deep Reasoner Deep Reasoner now outputs less tokens to
reduce the cost of the model.August 25th, 2025
Improved Response Speed MatterAI Axon now supports improved response speed
to provide a high level overview of the reasoning process. This allows you to balance between accuracy and performance.August 20th, 2025
Web Search & Web Fetch Tool Calling
MatterAI Axon now supports web search and web fetch tool calling to provide a high level overview of the reasoning process. This allows you to balance between accuracy and performance.web_search
- LLM will use web search to find relevant informationweb_fetch
- LLM will scrape the provided URL to find relevant information
Tool Calling is always available and enabled by default.
August 10th, 2025
Reasoning Summary in Response
MatterAI Axon now supports reasoning summary in response to provide a high level overview of the reasoning process. This allows you to balance between accuracy and performance.auto
- AI will decide whether to provide a summary or notnone
- AI will never provide a summary
Reasoning summary is always enclosed in a
<reasoning_start>
REASONING <reasoning_end>
tag.August 5, 2025
Reasoning Effort Options
MatterAI Axon now supports reasoning effort options to control the level of reasoning and analysis performed by the AI model. This allows you to balance between accuracy and performance.None
- No reasoning, fastestLow
- Fastest, least accurateMedium
- Good balanceHigh
- Most accurate, slowest