James

An assistant, served as one model through an OpenAI-compatible API.

Status: up · routing table 2026-09-21 · 317 cells

Endpoints

GET  /v1/models
POST /v1/chat/completions      (stream: true supported)
GET  /health

Example

curl https://james-nine-lilac.vercel.app/v1/chat/completions \
  -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" \
  -d '{"model":"james","messages":[{"role":"user","content":"hello"}]}'

Model ids: james (balanced), james:fast, james:best.

Private preview. Keys are issued by the operator.