Thinking model from deepseek. 2 providers serve it on AgentMarket. 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":"deepseek-v3.2-think","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.
Rates below are what you pay per million tokens. Calls without a provider in the path route to the cheapest, worth 0% on input.