Jev knowledge base·verified Sep 22, 2026

is jev open source?

Separate Jev’s hosted model from TypeSafe’s open SDKs and agent skill, and evaluate compatible community projects without assuming parity.

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

ArtifactObserved statusWhat that permits
Python SDKPublic GitHub repositoryInspect client types, requests and package license
JavaScript SDKPublic GitHub repositoryInspect client types and Node integration
Agent skillPublic GitHub repositoryReuse documented coding-agent guidance under its license
Jev weightsNo official public release identifiedHosted use, not independent inference
Training recipe and dataNot fully disclosedDo 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.

ArtifactQuestionEvidence to retain
Client SDKCan the request code be inspected, modified and redistributed?Repository commit, package hash and license text
Model weightsCan inference run without the publisher’s service?Weight files, checksums, model license and download source
Inference runtimeCan the model be served reproducibly?Runtime code, dependency lock, hardware requirements and test vectors
Training methodCan the reported model be rebuilt?Architecture, objective, optimizer, data mixture and training procedure
Training dataCan provenance and permitted use be examined?Dataset identities, licenses, filtering and lineage
EvaluationCan 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.

RequirementQuestion to verify
Offline inferenceAre weights and runtime legally available?
Private-network deploymentCan the actual model run inside the required boundary?
Auditable client behaviorIs the SDK version and license inspectable?
Model reproducibilityAre weights, architecture and training artifacts available?
Provider portabilityCan 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.

SuiteWhat it testsExample failure
Protocol conformanceAccepted state forms, primitive schemas, response fields, batching and errorsAdapter parses Choice but silently drops probabilities
Behavioral substitutionAccuracy, calibration, stability, language, adversarial behavior, latency and costBoth 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.

  1. TypeSafe AI: Official GitHub organization
  2. TypeSafe AI: Official Python SDK
  3. TypeSafe AI: Official JavaScript SDK
  4. TypeSafe AI: Official agent skill
  5. TypeSafe AI docs: Models
  6. TypeSafe AI docs: System One