Use AIx in Cline
Cline (the autonomous coding agent for VS Code) has a built-in OpenAI Compatible provider — perfect for AIx.
Setup
- Open the Cline panel → Settings (gear icon).
- API Provider → choose OpenAI Compatible.
- Fill in:
Base URL: https://api.aix.theaimart.co/v1
API Key: tam_your_key_here
Model ID: anthropic/claude-sonnet-4-6
- Save. Start a task — Cline will plan, edit files and run tools through AIx.
✦ Best for agentic coding
Cline does multi-step tool use, so pick a strong agentic model:
anthropic/claude-sonnet-4-6 or deepseek-ai/DeepSeek-V3.2. For cheaper iterations,
moonshotai/Kimi-K2.7-Code.
ℹ Note
Cline relies on tool/function calling. Make sure the model you pick supports it — see Tool & function calling.
Tips
- Set a monthly spend cap on the key you give Cline so a long autonomous run can’t overspend — see Limits, caps & scopes.
- Switch models any time by changing the Model ID — no other config changes.