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
- Create a key in PixMind API Platform.
- Open Trae settings, enter Model Management, and add a custom model.
- Choose OpenAI Compatible as the API provider.
- Enter
https://aihub-admin.aimix.pro/api-platform/v1as the Base URL. - Enter the PixMind API key and use
gpt-5.6-terraas the model ID. - Run the connection test or send a short message.
Recommended models
- 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
/v1automatically, avoid a duplicated/v1/v1path. - 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.