PixMind Docs
Agent Integrations

Use PixMind with Cursor

Connect PixMind models through Cursor's OpenAI API key and Base URL override settings.

Cursor can use a custom OpenAI API key and Base URL in model settings. Labels can vary slightly between versions.

Configure Cursor

  1. Create a key in PixMind API Platform.
  2. Open Cursor Settings → Models.
  3. Find the OpenAI API key setting and enter the PixMind key.
  4. Enable Override OpenAI Base URL and enter https://aihub-admin.aimix.pro/api-platform/v1.
  5. Add gpt-5.6-terra as a custom model ID, save, and verify with a short chat.
  • Default coding and agent work: gpt-5.6-terra
  • Large refactors or complex planning: gpt-5.6-sol
  • Fast completions and small edits: gpt-5.6-luna

Some Cursor-hosted features may only support built-in models. PixMind applies to chat and agent features that accept a custom OpenAI Base URL.

Troubleshooting

  • 401 response: save the API key again and remove surrounding whitespace.
  • 404 response: do not append /chat/completions to the Base URL manually.
  • Missing model: use the exact model ID rather than the GPT-5.6 Terra display name.

On this page