Integration Guide
Step-by-step setup for using Infux with Cline
Cmd+Shift+P → "Cline: Focus on View")https://api.infux.dev/v1sk-infux-your_key_heredeepseek-v3-0324Cline'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.
| Use Case | Model | Why |
|---|---|---|
| Quick edits & chat | deepseek-v3-0324 | Fast, low latency |
| Multi-file changes | kimi-k2.5 | 256K context window |
| Complex debugging | kimi-k2.5-thinking | Chain-of-thought reasoning |
| Budget-friendly | glm-4.7-flash | 200K context, very fast |
Check that the base URL does NOT have a trailing slash. Verify your API key in the Infux dashboard.
Update Cline to the latest version. Older versions had a bug where the Base URL field didn't appear for the OpenAI Compatible provider.
Switch to a model with larger context (e.g., kimi-k2.5 at 256K).