Beta program now open - Built for developers worldwide
Drise Docs
Same GLM 5.2 model as the expensive plans. Bigger usage limits. Smaller bills. A drop-in OpenAI-compatible API for Cursor, Aider, Continue, Cline, and CLI tools.
Drop-in OpenAI-compatible
Point any OpenAI-compatible client at drise. Swap one API key. No code changes, no setup tax.
Smart routing + auto-failover
Every request is routed to the fastest channel. Higher tiers get priority. Failover is built in. No 429s.
Flat monthly pricing
Pick a plan. Ship. No per-token math, no surprise overages. Free tier included, no credit card.
curl example
curl https://platform.drise.ai/v1/chat/completions -H "Authorization: Bearer $DRISE_KEY" -H "Content-Type: application/json" -d '{
"model": "glm-5.2",
"messages": [{"role": "user", "content": "hello from drise"}]
}'