SETUP GUIDE
Cline
Set up Cline's OpenAI-compatible connection in VS Code.
Status: Supported connection; agent tool behavior unverified
1. Recommended setup
After signup, verification, and membership activation, issue a key in the dashboard. It is displayed once; keep it in a local secret store.
Cline panel -> Settings gear
API Provider: OpenAI Compatible
Base URL: https://api.profundoai.com/v1
API Key: PROFUNDO_API_KEY
Model: glm-5.2 (or minimax-m3 / nemotron-ultra)- Open the Cline panel and select its Settings gear.
- Choose OpenAI Compatible as the API Provider.
- Enter the base URL, key, and model values above.
Compatibility note: Direct Chat Completions tool/function-call compatibility is unverified, so agent tool behavior is not supported or claimed.
2. Verify your key
Set PROFUNDO_API_KEY in your shell, then run:
curl https://api.profundoai.com/v1/chat/completions \
-H "Authorization: Bearer $PROFUNDO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"minimax-m3","messages":[{"role":"user","content":"Say hello"}]}'Use glm-5.2, minimax-m3, or nemotron-ultra with https://api.profundoai.com/v1.