JM Pro models · REST API

Add AI chat to your app or website

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.

example
# 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"}'
REST JSON in / out
Pro models pro-general, pro-coder…
Usage Tracked per key

Built for developers

Everything you need to ship conversational AI without wiring a complex stack.

Chat completion

Send a message and optional history; receive a model response. Requests are authenticated by this API and executed on DeepSeek.

Simple auth

One API key per project. Send it in the X-API-Key header — no OAuth dance.

Usage & plans

See monthly usage in the dashboard. Upgrade when you need more requests.

Plans that scale with you

Start free on the web app, upgrade when you are ready to call the API at volume.

See pricing