One API key, clear monthly limits, and usage you can see in the dashboard. Your key is validated by JudeMind API, then requests are forwarded to the DeepSeek endpoint configured on this server.
# List models curl -s -H "X-API-Key: jm_live_…" \ https://api.judemind.com/v1/models # Chat (defaults to pro-general) curl -s -X POST https://api.judemind.com/v1/chat \ -H "Content-Type: application/json" \ -H "X-API-Key: jm_live_…" \ -d '{"message":"Hello!","history":[],"model_id":"pro-general"}'
Everything you need to ship conversational AI without wiring a complex stack.
Send a message and optional history; receive a model response. Requests are authenticated by this API and executed on DeepSeek.
One API key per project. Send it in the X-API-Key header — no OAuth dance.
See monthly usage in the dashboard. Upgrade when you need more requests.
Start free on the web app, upgrade when you are ready to call the API at volume.
See pricing