questions: { refund: boolean, spam: boolean, }
simple-jev
Turn any open model into a classifier/jev endpoint

Every project here really calls Jev in its source · refreshed daily
questions: { refund: boolean, spam: boolean, }
Turn any open model into a classifier/jev endpoint
questions: { refund: boolean, }
This is a LLM Gateway that mimics typesafe ai structured output. Like an imposter Jev.
questions: { route: choice, urgent: boolean, severity: score, }
Nemotron Diffusion Decision Lab
questions: { model: choice, effort: choice, is_followup: boolean, }
Local proxy that picks the Claude model and effort per message using TypeSafe Jev. Routes subagents, leaves your cached main chat alone.
questions: { difficulty: score, needs_reasoning: boolean, stakes: score, // +5 }
Shift every LLM call to the cheapest model that can handle it. Routing decided by TypeSafe Jev in ~180 ms. No training data. Policy in plain YAML. TypeScript and Python.
questions: { is_billing: boolean, }
Build versioned judgment functions on TypeSafe's Jev once, then call the same published version from your backend over HTTP and from coding agents over MCP. The vendor key stays on your machine.
questions: { hallucination_sensitive: boolean, }
Type-safe model router. Jev (System One) banks each request to a typed catalog route.
questions: { tier: choice, is_greeting: boolean, }
Jev (TypeSafe) model router on the Vercel AI Gateway
questions: { same_intent: boolean, }
Skip expensive LLM calls when TypeSafe Jev says same intent. OpenAI-compatible local cache proxy — npx @kushalicious/jevcache
questions: { eligible: boolean, }
AI gateway that validates before it executes: Lead plans, JEV validates, Worker generates. Local-first control plane, 359-provider catalog.
-- jev.api_url default 'https://api.typesafe.ai/v1/systemone' (proxies, mocks, tests)
Ask your Postgres tables questions in plain language. A PostgreSQL extension powered by TypeSafe's Jev.
"/v1/systemone",
Jev-compatible API endpoint based on open models (prefill-only)
"https://api.typesafe.ai/v1/systemone"
Pre-alpha PostgreSQL extension for TypeSafe AI (Jev) categorical classification
// mock-jev: a local stand-in for TypeSafe's `POST /v1/systemone`, for driving the router
A local LLM gateway for coding agents. When your agent is about to decide which tool to call,
const res = await fetch(`${options.baseURL ?? 'https://api.typesafe.ai'}/v1/systemone`, {Route HTTP requests by meaning. A semantic router for Hono powered by Jev.
* - api.typesafe.ai (commercial Jev, "System One")
⚡ Adaptive multi-model LLM router — 80+ providers, Jev System One single-pass routing (model=jev-auto), pheromone-trail failover, parallel ensemble merge. npm: adaptive-memory-multi-model-router
static constexpr const char *SYSTEMONE_PATH = "/v1/systemone";
DuckDB extension: typed Jev answers as real SQL types
import { createGateway, experimental_evaluate as evaluate } from "ai";Automatic model routing for Pi using TypeSafe's Jev through Vercel AI Gateway
export const DECISIONS_URL = 'https://api.typesafe.ai/v1/systemone'
Talk to your camera, and Japanese variety-show captions and manga effects appear on their own, matched to what you are saying.
import { TypeSafeClient } from "@typesafe-ai/sdk";Neon Function proxy for the Neon AI Gateway with TypeSafe Jev routing.
import { score, TypeSafeClient } from "@typesafe-ai/sdk";Cost-aware LLM router that picks the cheapest model capable of handling a query, using TypeSafe's Jev for fast classification instead of an LLM call.
TYPESAFE_URL = "https://api.typesafe.ai/v1/systemone"
Open-source LLM router that uses TypeSafe's Jev to pick a model, on top of LiteLLM
"model": "typesafe/jev-1.13",
SLO-aware LLM inference router with Jev decisions, live queue metrics, counterfactual evaluation, and reproducible latency/cost benchmarks
jev_model: str = "jev-latest"
Route among multiple LLMs and multi-model provider keys without leaking secrets.
DEFAULT_BASE_URL = "https://api.typesafe.ai"
A VGI worker exposing TypeSafe System One questions (choice, noul, score) to DuckDB/SQL as LATERAL-joinable table functions
* Falls back to `POST {baseURL}/v1/systemone` with the same wire questionsDrop-in decision/routing layer powered by TypeSafe Jev (System One) — typed Choice/Noul/Score routes with production safety gates.
const { TypeSafeClient, choice, noul, score } = await import("@typesafe-ai/sdk");Adaptive multi-model AI orchestration runtime using Jev for cost-aware routing, confidence-based escalation, tool selection, and model execution
"url": f"http://{args.host}:{args.port}/v1/systemone",Supersimple way to serve LLMs as a Jev-like endpoint
JEV_ENDPOINT = "https://api.typesafe.ai/v1/systemone"
Cost-optimized OpenRouter model router using TypeSafe's Jev, with a live full-catalog scorer instead of a hardcoded model list
delivery = { via: "jev" };Jev-based adaptive model routing with structured decisions, persistent feedback, and hybrid retrieval
"""FastAPI app: POST /v1/systemone, Jev-compatible contract."""
Local Jev-compatible evaluation server: POST /v1/systemone with typed noul/choice/score, open weights, no waitlist