Clients
Custom CLI tools
Drop Drise into any tool that accepts an OpenAI-compatible base URL.
Any tool or script that accepts an OpenAI-style base URL and API key will work with Drise.
The two values you need
Base URL: https://platform.drise.ai/v1
API Key: <your_drise_key>
Model: drise-glm-5.2Common patterns
- Set
OPENAI_API_BASEandOPENAI_API_KEYenvironment variables. - Honor
stream: truefor SSE. - Treat tool/function calls as OpenAI-shaped.