PixMind Docs
Agent Integrations

Use PixMind with Trae

Add an OpenAI-compatible PixMind model in Trae model management.

Trae supports OpenAI-compatible models through model management. The exact labels can change between releases; look for Model Management or Custom Model in settings.

Configure Trae

  1. Create a key in PixMind API Platform.
  2. Open Trae settings, enter Model Management, and add a custom model.
  3. Choose 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 use gpt-5.6-terra as the model ID.
  6. Run the connection test or send a short message.
  • General coding: gpt-5.6-terra
  • Complex reasoning and planning: gpt-5.6-sol
  • Fast iteration: gpt-5.6-luna

Troubleshooting

  • If the client appends /v1 automatically, avoid a duplicated /v1/v1 path.
  • If the field asks for a full request URL, use https://aihub-admin.aimix.pro/api-platform/v1/chat/completions; for a Base URL, stop at /v1.
  • Select Bearer Token or API key authentication, not unauthenticated mode.

On this page