選択
用意した選択肢から一つを選び、それぞれの確率を返します。振り分け、分類、次の一手に使います。
順番待ちなし · 提供中
分類、ルーティング、スコアリング、安全性チェックのための、キャリブレーション済み確率付きの型付き意思決定。ブラウザで試してから、同じ API をコードから呼び出せます。
登録で 5 クレジット無料 · クレジットに有効期限なし · 使った分だけお支払い
Jev を試す任意の状態に対して型付きの質問を定義し、判断結果を確認できます。無料、登録不要です。
サンプル
2. 質問
最大 8 つの質問。同じ状態に対してそれぞれ独立に回答します。
3. 結果
リクエストを実行すると、確率付きの型付き回答が表示されます。
4. コードから呼び出す
curl https://jevai.website/api/v1/systemone \
-H "Authorization: Bearer $JEV_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"state": "Help! My payouts have been failing for 3 days and my customers are asking where their money is.",
"questions": {
"is_urgent": {
"type": "noul",
"instructions": "Does this convey urgency?"
},
"department": {
"type": "choice",
"instructions": "Which team should handle this?",
"criteria": {
"billing": "Payments, payouts, invoicing, refunds",
"technical": "Bugs, outages, integrations",
"sales": "Pricing, upgrades, new accounts"
}
},
"frustration": {
"type": "score",
"instructions": "How frustrated is the customer?",
"criteria": [
"Calm",
"Frustrated",
"Very angry"
]
}
}
}'Jev とは
チャットモデルは文章を書き、コードがそれを解析します。Jev は範囲を決めた質問だけに答えます。選択肢、スコア、またはあることが正しい確率です。答えは指定した範囲に収まるので、コードはそのまま分岐できます。
用意した選択肢から一つを選び、それぞれの確率を返します。振り分け、分類、次の一手に使います。
自分で決めた段階に状態を置きます。スコアは段階のあいだにも落ちます。重大度、品質、リスクに使います。
ある文が成り立つかを 0 から 1 の確率で判断します。ブロック、確認、許可に使います。
記事、コード、会話が必要なときはチャットモデルを使ってください。多くのシステムは両方です。Jev が判断し、チャットモデルが書きます。
取りうる回答をすべて事前に宣言するため、出力は常に型に収まります。自由記述のパースは不要です。
すべての回答に確率分布と信頼度スコアが付くため、しきい値を設定できます。
毎秒何度も行う判断のために設計されています。一般的なリクエストは 1 クレジットです。
同じ状態に対する分類、スコアリング、安全性チェックを 1 回の往復で行えます。
状態、質問、アクションを分離します。Jev が担うのは中間の判断だけです。
チケット、メッセージ、フォームの入力値、あるいはエージェントがすでに扱っている JSON。
選択、スコア、はい / いいえ。1 回のリクエストで最大 8 つの質問に回答します。
回答と信頼度に応じて、ルーティング、ブロック、キュー投入、または人への確認を行います。
Agent integration
Set one API key and your agent can route, block, and check completion with a choice, a score, or a yes-or-no probability.
Read the integration guideThe command downloads SKILL.md into the agent. That file is what teaches it to call /v1/systemone.
Set the API key and pick English or Simplified Chinese for the examples.
Give the agent a bounded question. It gets a choice, a score, or a yes probability the code can use.
Install the skill, then set the key
English by default. Chinese is supported.
mkdir -p .agents/skills/jev-gateway .cursor/skills/jev-gateway
curl -fsSL https://jevai.website/skill/SKILL.md -o .agents/skills/jev-gateway/SKILL.md
cp .agents/skills/jev-gateway/SKILL.md .cursor/skills/jev-gateway/SKILL.md
export JEV_API_KEY="sk_your_key_here"
export JEV_BASE_URL="https://jevai.website/api/v1"
export JEV_LANGUAGE="en-US"Jev only returns the judgment. Whether to act still depends on your agent, app permissions, fixed rules, and a person when it matters.
Classify urgency, team and tone on every inbound ticket before it hits a queue.
Ask whether a refund was requested and whether the written policy supports it.
Score a proposed agent tool call before it touches production data.
Pick a cheap or expensive model from the task, not from a hardcoded list.
Decide allow, review or remove, and flag real threats separately.
Score fit and buying stage from a pricing-page form in one request.
一度購入すれば、いつでも使えます。クレジットに有効期限はありません。
$10
実際のワークフローを 1 つ検証
一番人気
$100
判断を本番環境へ
$1000
チーム全体でクレジットを共有
短いチケットに 3 つの質問で約 400 入力トークン、1 クレジットです。$10 で約 10 万回です。
プランを比較