Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.matterai.so/llms.txt

Use this file to discover all available pages before exploring further.

Get API Key

Generate a new API key

View Pricing

View model pricing

Model Details

PropertyValue
Model IDaxon-2-5-pro
Context Window200,000 tokens
Max Output128,000 tokens
Input Price$2.00 / 1M tokens
Output Price$8.00 / 1M tokens
Cached Input$1.00 / 1M tokens

Capabilities

  • Tool Calling
  • Structured Outputs
  • Web Search
  • Text + Image Input
  • Text Output

Quick Start

curl --location 'https://api2.matterai.so/v1/web/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer MATTERAI_API_KEY' \
--data '{
    "model": "axon-2-5-pro",
    "max_new_tokens": 2048,
    "temperature": 0.1,
    "messages": [
        {
            "role": "user",
            "content": "Hi"
        }
    ],
    "stream": false
}'
axon-models_n4c8t6

Axon Models Overview

Compare all available models

API Reference

View full API documentation