one calibrated yes/no, choice or score a script can branch on; answers with probabilities, never text.
Not a chat model: it runs Headless and Provider API only. It is not in /model and cannot drive an interactive session.
deal spotlight
Every request on Jev is billed $0.00 — input, output and cache reads alike.
run it
The request is the prompt: a state (text or JSON) and named questions, each with a type and instructions. Both surfaces take the same shape and return the same answers.
cmd -p '{"state": "Payments failed for three days.", "questions": {"urgent": {"type": "noul", "instructions": "Does this need urgent attention?"}}}' -m typesafe/jevPipe the JSON on stdin instead of quoting it, and add --output-format json for the one-line result envelope.
curl https://api.commandcode.ai/provider/v1/systemone \
-H "Authorization: Bearer <CMD_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"model": "typesafe/jev", "state": "Payments failed for three days.",
"questions": {"urgent": {"type": "noul", "instructions": "Does this need urgent attention?"}}}'{
"model": "typesafe/jev",
"answers": {"urgent": {"type": "noul", "noul": 0.95}},
"usage": {"input_tokens": 41, "output_tokens": 12}
}pricing
Billed per input token, at cost, on every plan that can call it. Output tokens are free. Requests count against the same credits as any other model.
frequently asked
How much does Jev cost?
Which plan do I need?
How do I run Jev?
Why is Jev not in /model?
Ship code that matches your taste
Command Code is the AI coding agent that continuously learns your taste. Start for $1.