the short answer
No public source or open-weight release for TypeSafe AI’s hosted Jev model was identified as of September 22, 2026. TypeSafe does publish official Python and JavaScript SDKs and an agent skill in public GitHub repositories. Open client code does not make the remote model open source. Community Jev-compatible or Jev-like projects are separate implementations and do not establish weight, training or calibration parity.
- Jev model weights
- No public release identified as of September 22, 2026
- Python client
- Public TypeSafe repository
- JavaScript client
- Public TypeSafe repository
- Agent skill
- Public TypeSafe repository
- Community compatibility
- Interface compatibility is not model equivalence
Separate the Hosted Model from Its Client Libraries
“Open source” can refer to model weights, training code, inference code, client libraries or an API schema. These are not interchangeable. TypeSafe’s public repositories let developers inspect and use the SDKs and agent guidance; requests still go to a model service unless a different provider supplies that model.
No official repository or model card reviewed on September 22, 2026 published Jev’s model weights, inference implementation or complete RLCD training recipe. Absence of a found release is a dated finding, not a promise that TypeSafe will never publish one.
What Is Public and What Remains Undisclosed
| Artifact | Observed status | What that permits |
|---|---|---|
| Python SDK | Public GitHub repository | Inspect client types, requests and package license |
| JavaScript SDK | Public GitHub repository | Inspect client types and Node integration |
| Agent skill | Public GitHub repository | Reuse documented coding-agent guidance under its license |
| Jev weights | No official public release identified | Hosted use, not independent inference |
| Training recipe and data | Not fully disclosed | Do not claim reproducibility |
Check Licenses Artifact by Artifact
A GitHub repository being public does not automatically grant every use. Inspect the license file and the exact package version before copying code, redistributing it or embedding it in a commercial product. Service terms govern the hosted API separately from an SDK’s source license.
Record repository commit, package version and license identifier in procurement evidence. Review transitive dependencies and security advisories as you would for any client library.
Audit Openness as Separate Artifacts
A project can be open in one row and closed in every other row. “Source available” also does not necessarily mean an OSI-approved open-source license or permission to deploy commercially. Write the precise claim—such as “the Python client source is public”—instead of using “open source” as a blanket property.
| Artifact | Question | Evidence to retain |
|---|---|---|
| Client SDK | Can the request code be inspected, modified and redistributed? | Repository commit, package hash and license text |
| Model weights | Can inference run without the publisher’s service? | Weight files, checksums, model license and download source |
| Inference runtime | Can the model be served reproducibly? | Runtime code, dependency lock, hardware requirements and test vectors |
| Training method | Can the reported model be rebuilt? | Architecture, objective, optimizer, data mixture and training procedure |
| Training data | Can provenance and permitted use be examined? | Dataset identities, licenses, filtering and lineage |
| Evaluation | Can quality and calibration claims be checked? | Fixtures, labels, metrics, raw predictions and environment |
Compatible APIs Are Not the Same Model
A community service can imitate Jev’s request and response shape without sharing TypeSafe’s weights, training data, RLCD process, calibration or failure profile. Call it “Jev-compatible” only when compatibility is demonstrated, and name the implementation that produced every benchmark result.
A drop-in schema is operationally useful because it can reduce migration work. It is not scientific evidence of behavioral parity. Re-run labels, calibration, adversarial tests, latency and privacy review when changing implementation.
Choose from the Control You Actually Require
If local inference is mandatory, the hosted Jev service may not fit. Evaluate open alternatives on the actual decision dataset rather than assuming that the same API shape produces the same quality.
| Requirement | Question to verify |
|---|---|
| Offline inference | Are weights and runtime legally available? |
| Private-network deployment | Can the actual model run inside the required boundary? |
| Auditable client behavior | Is the SDK version and license inspectable? |
| Model reproducibility | Are weights, architecture and training artifacts available? |
| Provider portability | Can equivalent behavior be revalidated on another implementation? |
A Compatible Replacement Needs Two Test Suites
Pass protocol conformance before comparing quality. Then run both implementations on the same frozen evidence and blind labels, retain their native distributions and fit thresholds separately. A compatible endpoint may reduce application changes, but it does not make historical Jev thresholds or validation results portable. Use the open-model benchmark and regression suite for the two stages.
| Suite | What it tests | Example failure |
|---|---|---|
| Protocol conformance | Accepted state forms, primitive schemas, response fields, batching and errors | Adapter parses Choice but silently drops probabilities |
| Behavioral substitution | Accuracy, calibration, stability, language, adversarial behavior, latency and cost | Both APIs return noul, but 0.8 corresponds to different observed error rates |
Recheck Status Before Making a Procurement Claim
- Search TypeSafe’s official organization and model documentation.
- Open each repository license at the pinned commit.
- Confirm whether weights and inference code are actually downloadable.
- Separate provider service terms from SDK licenses.
- Date the finding and rerun the search before publication or purchase.
FAQ
Are the Jev SDKs open source?
Their source is publicly available in TypeSafe repositories. Verify the license and exact version for your intended use.
Can I download official Jev weights?
No official public weight release was identified as of September 22, 2026. Recheck TypeSafe’s current repositories and model docs.
Is a Jev-compatible API equivalent to Jev?
No. Interface compatibility does not prove shared weights, training, calibration, accuracy or limitations.
Can I self-host Jev because the SDK is public?
No. A public client sends requests; it does not necessarily contain the hosted model or an inference runtime.
Sources
Checked against the sources below on September 22, 2026. Model versions, prices and limits change.
- TypeSafe AI: Official GitHub organization
- TypeSafe AI: Official Python SDK
- TypeSafe AI: Official JavaScript SDK
- TypeSafe AI: Official agent skill
- TypeSafe AI docs: Models
- TypeSafe AI docs: System One