Skip to main content
SpecificationValue
ModelIDaxon-nano
DescriptionGeneral purpose LLM Model with deep-reasoning
RegionUS
Context Window Size256K tokens
Max Output Tokens16,384
Input Price (<256K)$0.5/1M token
Output Price (<256K)$1.0/1M tokens
Input ModalitiesText, Image
Output ModalitiesText
CapabilitiesFunction Calling, Tool Calling, Reasoning
Parameters235B
Floating Point PrecisionFP16
Axon Nano 1 is based on Qwen 3 235B model, fine tuned on our proprietary dataset and upgraded with deep reasoning and state machine capabilities.

Key Features

  • Advanced Reasoning: Deep understanding and strategic planning
  • Security: Robust protection and threat mitigation
  • Organizational Learning: Adapts to enterprise-specific knowledge
  • Data Privacy: Client data isolation and secure handling
  • Platform Integration: Jira, GitHub, GitLab connectivity
  • Deep Reasoner: Deep Reasoner Engine with search and web fetch tool calling
  • State Machine: Manages complex workflows and transitions

API & SDK Integration

curl --request POST \
  --url https://api.matterai.so/v1/chat/completions \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer MATTER_API_KEY' \
  --data '{
  "model": "axon-nano",
  "messages": [
    {
      "role": "system",
      "content": "You are a helpful assistant."
    },
    {
      "role": "user",
      "content": "What is the capital of India?"
    }
  ],
  "stream": false,
  "max_tokens": 1000,
  "reasoning": {
    "effort": "high",
    "summary": "none"
  },
  "response_format": {
    "type": "text"
  },
  "temperature": 0,
  "top_p": 1
}'

Model Family

I