首页集成

把 Jev 接入你的技术栈

Jev 就是一次 HTTP 调用,能嵌进任何地方。从适合你工具的复制粘贴指南开始 —— TypeScript 快速上手,或为你的编码 agent 做 MCP 配置。

SDK

TypeScript

从 TypeScript/Node 调用 Jev:安装 SDK、设置 key,用 30 行可运行示例得到类型化、校准过的 choice / score / noul。复制粘贴即可上线。

打开指南 →
Agent / CLI

Claude Code

把 Jev 接入 Claude Code,让 agent 用校准过的类型化决策来分类、打分、设闸和路由,而不是在散文里猜。两行安装,可作为 skill 或 MCP。

打开指南 →
Agent / IDE

Cursor

通过开源 jev-mcp server 把 Jev 加进 Cursor,让 agent 用类型化、校准过的决策来分类、打分、设闸和路由,而不是慢速的第二次模型调用。一段 .cursor/mcp.json 即可。

打开指南 →
Agent / CLI

OpenCode

通过开源 jev-mcp server 把 Jev 加进 OpenCode,让 agent 做类型化、校准过的决策 —— 路由、设闸、打分、分类 —— 而不是自由文本猜测。一条命令即可配置。

打开指南 →
MCP server

MCP

开源 jev-mcp server 把 Jev 的 classify/score/check/gate/decide 原语暴露给任何 MCP 客户端。精确配置:key、JEV_BASE_URL、JEV_MODEL,以及那个会返回 401 的托管网关的坑。

打开指南 →
Gateway

OpenRouter

How to call Jev through OpenRouter: the model id (typesafe/jev), the decisions endpoint (not chat-completions), a working request, routing jev-mcp through it, and when the instant hosted key is simpler.

打开指南 →
Ecosystem

Hugging Face

Is Jev on Hugging Face? Straight answer: no official Jev weights are published — Jev is a hosted, closed model. What you'll actually find on Hugging Face are the open Jev-like decision models (Laya, OpenJev). How to use each.

打开指南 →

任何 MCP 客户端,任何语言

没列到?开源的 jev-mcp server 可用于 Cursor、Codex 和任何 MCP 客户端,而裸 API 从任何地方都只是一次 POST。通用安装见 agent skill。

Agent skill获取 API key →
Jev 集成 —— Claude Code、OpenCode、TypeScript · Jev by TypeSafe AI