Licensing and access

Is Jev open source?

The useful answer for builders: Jev is a hosted TypeSafe model. Surrounding tools may be public; the weights are not. Verify the current official terms before you ship a dependency on it.

01

The Jev model is hosted

Plan around an API. The documented endpoint is POST https://api.typesafe.ai/v1/systemone, authenticated with a TypeSafe key. There is no self-hosted Jev binary and no Hugging Face weight drop as of 20 September 2026.

That matters for procurement, data residency, and incident response. If Jev is unavailable, your branch still needs a fallback — rules, a classifier, or a larger model.

02

Open tooling is not an open model

Examples, MCP wrappers, LangChain tools, and awesome-jev lists can be public while the model stays closed. Check the current TypeSafe terms before you promise a customer that Jev is open source, on-prem, or air-gapped.

The useful questions for a production review: where does state go, how long is it retained, can you pin jev-1.13.0, and what happens when jev-latest moves.

03

If you actually need local inference

Jev is a fit when a hosted API beats model ownership. If you must run on your own GPUs, the current open-weight System One option is Laya (Apache 2.0, Convai Innovations): github.com/NandhaKishorM/laya and huggingface.co/convaiinnovations/laya. It is not Jev. Start with /what-is-laya, then compare them on /jev-vs-laya before you swap a production branch.

  • Jev: hosted, typed decisions, no public weights.
  • Laya: independent Apache-2.0 local model, similar interface.
  • Keep the names honest: local Laya is not on-prem Jev.

FAQ

Is Jev open source?

No. Jev is a closed managed API from TypeSafe AI. The model weights, architecture, and RLCD training details have not been released.

Can I download Jev weights or run Jev locally?

Not from TypeSafe. If you need weights on disk, Laya (github.com/NandhaKishorM/laya) is the current Apache-2.0 System One option with choice, score, and noul. It is not Jev. See /what-is-laya and /jev-vs-laya.

Are the Jev SDKs open source?

The client libraries (typesafe-sdk for Python and @typesafe-ai/sdk for Node) are installable packages around a hosted endpoint. That is not the same as releasing the model.

What about Laya, openjev, or jevlike?

Laya is an independent open-weight decision model from Convai Innovations, not a TypeSafe release. Older community names such as openjev and jevlike also mimic the interface on other models. None of them are Jev. Laya intro: /what-is-laya.