PixMind Docs
Agent Integrations

Use PixMind with Cline or Roo Code

Connect PixMind models to VS Code agents through an OpenAI Compatible provider.

Cline and Roo Code both support OpenAI Compatible providers. Their UI labels differ slightly, but they use the same connection values.

Configure the extension

  1. Install Cline or Roo Code in VS Code.
  2. Create a key in PixMind API Platform.
  3. Open extension settings and select OpenAI Compatible as the API provider.
  4. Enter https://aihub-admin.aimix.pro/api-platform/v1 as the Base URL.
  5. Enter the PixMind API key and set the Model ID to gpt-5.6-terra.
  6. Save and verify with a simple read-only workspace task that requires a tool call.
  • Default agent work: gpt-5.6-terra
  • Complex cross-file tasks: gpt-5.6-sol
  • Fast explanations and small edits: gpt-5.6-luna

Troubleshoot tool calls

If the model can answer but cannot read or write files, check extension permissions and the active mode before changing the API key:

  • Open a VS Code workspace instead of an empty window.
  • Use an Agent/Act mode that allows tool calls.
  • Review auto-approval and file-access policies.
  • Ask the agent to list the current directory before attempting edits.

On this page