Axon Coding Plan is currently in beta with free 10M tokens a week, collectively for all Axon Models
Continue is a VS Code extension that provides AI-powered coding assistance. You can configure it to use Axon’s AI capabilities for enhanced code generation and analysis.

Obtain MatterAI API Key

Get your API Key from MatterAI console: https://app.matterai.so/settings

Configuration

To integrate Continue with Axon, configure the following settings in Continue’s API Configuration:
Axon Continue Setup

API Provider Settings

To setup MatterAI Axon, you need to configure the config.yaml file for Continue as following:
config.yaml
name: Local Assistant
version: 1.0.0
schema: v1
context:
  - provider: code
  - provider: docs
  - provider: diff
  - provider: terminal
  - provider: problems
  - provider: folder
  - provider: codebase
models:
  - name: axon-code
    provider: openai
    model: axon-code
    roles:
      - chat
      - edit
      - apply
    apiBase: https://api.matterai.so/v1
    apiKey: MATTER_API_KEY

Authentication

  • OpenAI Compatible API Key: Your Axon API key
  • The key is stored locally and only used for API requests

Model Configuration

  • Context Window Size: 200,000 tokens
  • Max Output Tokens: 32,768
  • Input Price: $2.00/1M tokens
  • Output Price: $5.00/1M tokens
  • Temperature: 0.1