Axon Coding Plan is currently in beta with free 10M tokens a week, collectively for all Axon Models
Cline 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 Cline with Axon, configure the following settings in Cline’s API Configuration:
Axon Cursor Setup

API Provider Settings

  • API Provider: OpenAI Compatible
  • Base URL: https://api.matterai.so/v1
  • Model ID: gpt-4o
Cursor routes LLM calls via thier internal system and only OpenAI model name are valid, using gpt-4o is equal to axon-code.

Authentication

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

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.