全GPT 20%オフ 🎉 DeepSeek 30%オフ詳細はこちら

TypeSafe: Jev

Moderation
typesafe/jev-latest

TypeSafe Jev 决策模型(非 LLM):对任意 state 按具名问题给出结构化判断(是非 / 单选 / 评分)。两条端点:/v1/decisions(bifrost 口径,题目字段 kind)与 /v1/systemone(TypeSafe 官方口径,题目字段 type,官方 SDK 只需把 base_url 指向 ofox)。输入上限约 32K token;输出计数为答案 token,不计费。

コンテキストウィンドウ
33K
最大出力トークン
4K
リリース日
2026-09-23
利用可能なプロバイダー
typesafe
対応プロトコル
openai

Providers

typesafeprovider.type: "typesafe"
入力トークン
$0.042/M
出力トークン
$0/M
Protocols
openai/v1/decisions

コード例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.run/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="typesafe/jev-latest",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

よくある質問

Ofox.aiでのTypeSafe: Jevの料金は、入力100万トークンあたり$0.042/M、出力100万トークンあたり$0です。従量課金制、月額料金なし。