Skip to main content

Get API Key

Generate a new API key

View Pricing

View model pricing
Axon Eido 3 Flash is a fast, low-latency model suitable for low-complexity, day-to-day coding tasks and general use — with the same 1M-token context window and native multimodal understanding.

Model Details

PropertyValue
Model IDaxon-eido-3-flash
Context Window1,000,000 tokens
Max Output128,000 tokens
Input Price$0.30 / 1M tokens
Output Price$0.90 / 1M tokens
Cached Input$0.15 / 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-eido-3-flash",
    "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