Clients
Continue
Use Drise GLM 5.2 with Continue for VS Code and JetBrains.
Continue supports custom OpenAI-compatible endpoints.
Config
Edit config.json:
{
"models": [{
"title": "Drise GLM 5.2",
"provider": "openai",
"model": "drise-glm-5.2",
"apiBase": "https://platform.drise.ai/v1",
"apiKey": "<your_drise_key>"
}]
}Reload Continue and switch the model in the dropdown.