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.

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

Features

  • ✅ Supports complex prompts optimized for Claude models
  • ❌ Does not support images
  • ❌ Does not support browser use
  • ❌ Does not support prompt caching

Usage Notes

The configuration provides a large context window (200,000 tokens) which is ideal for working with large codebases and maintaining context across extended coding sessions.