openjev-server

A decision API over any open language model. Send a situation and your questions; get back one choice, yes/no probability or score per question, with a probability for every option. One forward pass per question. Nothing generated.

Code on GitHubFiles on Hugging FaceOpenJev modelAll models
pip install "openjev-server @ git+https://github.com/abhishekgahlot2/openjev-server"

# a GPU: vLLM serves the weights, openjev-server exposes the decision API
openjev serve --backend vllm --model openjev/openjev-FP8 --vllm-url http://localhost:8000/v1 --profile openjev

# a Mac
openjev serve --backend mlx --model openjev-MLX-4bit --profile openjev

Real demos, real decisions

Left: the browser agent completing a Google Flights search on one H100, page text and controls only. Right: 24 inbox messages triaged, 72 typed fields in 6.41 s. The rest ran on a MacBook Pro with the 4-bit build, every decision logged. Scripts and outputs.

chess gamedashboard laid out by the model

What you get

Apache 2.0. Model weights carry their own licences. OpenJev is an independent project, not affiliated with TypeSafe; Jev is their product.