Still on the Jev waitlist? I hosted OpenJev. It's free, go play with it

Reddit r/LocalLLaMA Tools

Summary

OpenJev is an open-source server offering a free API compatible with TypeSafe's Jev for probabilistic predictions, with performance benchmarks showing competitive latency.

TypeSafe announced Jev on Tuesday: you give it data plus typed questions (yes/no, pick-one, 0–N scale) and it returns a probability for every option, crazy fast. I signed up and then refreshed my inbox. A lot. Meanwhile Matt Mastracci opened vLLM PR #57250, which does the same trick on DiffusionGemma with a single denoising step. The model basically fills in a multiple-choice bubble sheet. My "quick look" turned into three straight days, and now there's OpenJev: an open-source server with Jev's API, so TypeSafe's SDKs work with just a base URL change. If you're still waiting on Jev access, you can start playing today. Code (Apache-2.0): https://github.com/razorback16/openjev Docker: razorback16/openjev (vLLM + API in one container) Free hosted API: https://codiv.ai (100M tokens per account, no card) Your prompts and answers are not stored, only token counts for your quota. It runs on my RTX PRO 6000, which just got promoted to "production infrastructure" overnight! Is it any good? Matt ran live evals of Jev vs DiffusionGemma-as-Jev: accuracy roughly tied (198/201 vs Jev's 191/201 across his 8 eval sets), and DiffusionGemma was faster, on a DGX Spark. An RTX PRO 6000 is a different animal: Model Latency Frontier LLMs (TypeSafe's numbers) 3–329 s (coffee time) Jev (published) 70–500 ms end to end OpenJev via api.codiv.ai ~170 ms p50 end to end (~73 ms on the GPU) It's v0.1 on an unmerged vLLM PR. If Reddit hugs it to death you'll see 529s, which is my GPU asking for a minute. Credits: Matt Mastracci (the core idea and vLLM work are his), TypeSafe (the System One idea and API), NVIDIA and Google (DiffusionGemma), and the vLLM team. Just a fan of TypeSafe's idea, not affiliated. Feedback, bugs, use-case ideas, or your weirdest yes/no question, all welcome!
Original Article

Similar Articles

OpenJev

Hacker News Top

OpenJev is a browser-based tool that allows users to run AI models locally and compare different inference methods, such as reading logits directly versus generating tokens in JSON format.

Near Here got early access to TypeSafe Jev, so we tested it for local event validation, tuning each model’s prompt individually. In our tests, Jev delivered up to 5.7× faster responses, 98% lower cost and 12 percentage points higher accuracy - see the results, methodology and limitations

Reddit r/artificial

The article compares TypeSafe Jev with Mistral Small 4 and Gemini 3.5 Flash-Lite for local event validation, showing Jev delivers faster, cheaper, and more accurate results in their tests.