Open-source Jev: what is actually open, and what is not
“Open-source Jev” is one of the most common searches around the model and one of the most commonly answered wrong. The model is hosted. The ecosystem around it is not. Those are different claims, and mixing them up wastes people's time.
Updated September 2026 · 5 min read
The split, stated plainly
| Thing | Open? | Detail |
|---|---|---|
| Model weights | No | Jev runs on TypeSafe's servers and is reached over an API. Nothing to download, fine-tune or self-host. |
| Training method | Described, not released | RLCD is documented in the launch material; the recipe and data are not public. |
| Tooling & integrations | Yes | MCP server, SDKs, routers, community indexes — the part you actually build against. |
What is open, concretely
- awesome-jev — community index of Jev projects
- jev-mcp — MCP server so agents can call Jev as a tool
- LangChain integration — official-ish Jev integration for chains
- pi-jev-router — complexity router that grades a request before picking a model
The MCP server is the one most people are looking for: it lets an existing agent treat Jev as just another tool, without writing integration code.
Reaching it without a direct account
You do not have to go direct. Jev is available through the major gateways, which is often the fastest route if you already use one:
- Vercel AI Gateway
- OpenRouter
- Cloudflare
The trade-off is the usual one: a gateway adds a hop and its own pricing on top, in exchange for unified billing and one SDK across models. For a model this cheap, the hop is often the more significant cost.
Open-source Jev repos in this directory
These listings point at public repositories rather than hosted products — the open-source side of the ecosystem, as submitted here:
- GitHub - waddle-zoo/signal-weave: Typed decisions for operational signals in BI. Powered by TypeSafeAI JevTools & Apps · 1 upvotes
- GitHub - KyleKreuter/jev2048: Let Jev (TypeSafeAI) solve 2048Games & Real Time · 1 upvotes
- GitHub - MuskanPaliwal/skill-picker: Rank your agent skills against a request so your agent can suggest which to invoke; powered by JevRouting & Model Choice
- GitHub - uehaj/jev-semgrep: grep by meaning, across languages. TypeSafe Jev scores every line against a meaning; combine meanings with AND/OSearch
- GitHub - what-my-names/operit-jev-skills: Jev decision skills for agents that support skills (jev / jev-act / jev-documents / jev-eval / jevAgents & Browsers
- GitHub - doruktarhan/jev-browser: Hand web navigation to the Jev action model in one call. Claude Code skill + jb CLI, benchmarked against PAgents & Browsers
- GitHub - NicoSKOOL/jev-internal-links: Claude Code skill: find every internal link your site is missing, decided by TypeSafe's Jev model. OnTools & Apps · $1
- GitHub - aleksvega/jev-skill-router: Jev-powered skill router & security auditor for any AI agent (Codex, Claude Code, OpenCode, Hermes): ONRouting & Model Choice
Listing a repository here is not an endorsement, and it says nothing about the licence of the project itself.
How to evaluate an “open Jev” claim
- “Open-source” usually means the wrapper. Check whether the repo contains inference code or just calls an API. If it has no weights and no runtime, it is a client.
- “Self-hosted” usually means the gateway. You can self-host a proxy in front of Jev; you cannot self-host Jev.
- “Fine-tuning Jev” is not a thing. There is no fine-tuning API and no weights to tune. If a page offers it, it is describing prompt or option-list tuning, or it is wrong.
- Check the licence, not the label. Community projects vary widely and the word “open” in a README is not a licence.
Common questions
Is Jev open source?
Can I self-host Jev?
Can Jev be fine-tuned?
What is awesome-jev?
BuiltOnJev is an independent community project, not affiliated with TypeSafe AI. Specs and eval numbers come from TypeSafe's published materials; directory figures come from this site's own submissions and are updated as builds arrive.