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
- Install Cline or Roo Code in VS Code.
- Create a key in PixMind API Platform.
- Open extension settings and select OpenAI Compatible as the API provider.
- Enter
https://aihub-admin.aimix.pro/api-platform/v1as the Base URL. - Enter the PixMind API key and set the Model ID to
gpt-5.6-terra. - Save and verify with a simple read-only workspace task that requires a tool call.
Recommended models
- 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.