Drise
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.2

Common patterns

  • Set OPENAI_API_BASE and OPENAI_API_KEY environment variables.
  • Honor stream: true for SSE.
  • Treat tool/function calls as OpenAI-shaped.

On this page