Infux
Back to Home
Cline

Integration Guide

Using Infux with Cline

Step-by-step setup for using Infux with Cline

Prerequisites

  • VS Code with Cline extension installed
  • An Infux API key

Setup via Cline Settings

  1. Open VS Code
  2. Click the Cline icon in the sidebar (or Cmd+Shift+P → "Cline: Focus on View")
  3. Click the gear icon to open settings
  4. Select API Provider: "OpenAI Compatible"
  5. Enter the following:
    • Base URL: https://api.infux.dev/v1
    • API Key: sk-infux-your_key_here
    • Model ID: deepseek-v3-0324

Important

Cline's OpenAI Compatible provider is configured only through the Cline UI, not through VS Code's settings.json. Use the gear icon in the Cline sidebar to change provider settings.

Recommended Models

Use CaseModelWhy
Quick edits & chatdeepseek-v3-0324Fast, low latency
Multi-file changeskimi-k2.5256K context window
Complex debuggingkimi-k2.5-thinkingChain-of-thought reasoning
Budget-friendlyglm-4.7-flash200K context, very fast

Verify

  1. Open any file in VS Code
  2. Open the Cline sidebar
  3. Ask: "Explain this file"
  4. You should see a streaming response from Infux

Troubleshooting

Failed to connect to API

Check that the base URL does NOT have a trailing slash. Verify your API key in the Infux dashboard.

Base URL field missing

Update Cline to the latest version. Older versions had a bug where the Base URL field didn't appear for the OpenAI Compatible provider.

Response truncated

Switch to a model with larger context (e.g., kimi-k2.5 at 256K).