Text, Thinking model from GLM. One provider serves it on AgentMarket, so every request routes to Baidu AI Cloud. Rates are quoted in Units per million tokens, drawn from one wallet balance that works across every provider.
The API is OpenAI-compatible. Swap the base URL and most SDKs work unchanged. Only the model slug differs between models.
curl https://backend-payment-proxy-servers-qa.up.railway.app/llm/v1/chat/completions \
-H "Authorization: Bearer $MONETIZE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"glm-5.2","messages":[{"role":"user","content":"Hello"}]}'Create an API key at /keys and export it as $MONETIZE_API_KEY. No provider in the path, so this routes to the cheapest one carrying the model — today Baidu AI Cloud. To pin a provider, call https://backend-payment-proxy-servers-qa.up.railway.app/llm/baidu-ai-cloud/v1/chat/completions instead.
Baidu AI Cloud is the only provider carrying this model, so there is no routing choice to make. Rates below are what you pay per million tokens.