之前媒體報導這個新型的 AI模型 Jev, 不會和你長篇大論, 只用來評分與快速回應, 這樣的應用場景更適合在程式裡使用.
先到官方網站進行註冊 – https://typesafe.ai/
成功登入後, 介面上有 Agent Setup, 左邊選單有 Playground, Usage, 與 API Key.
可以直接在 Playground 進行測試, 用中文也可以:
{
"7歲小朋友上學問題": {
"type": "noul",
"instructions": "台灣的小朋友 7歲要上小學嗎?",
"criteria": {
"true": "是",
"false": "否"
}
}
}
{
"model": "jev-1.13.0",
"answers": {
"7歲小朋友上學問題": {
"type": "noul",
"noul": 0.89,
"stats": {}
}
},
"usage": {
"input_tokens": 299,
"output_tokens": 28
},
"request_id": "playground_10c9754235e9d894eeeab29dc48e3bda170",
"evaluation_time_ms": 152.92206600133795
}
看起來可以順利拿到是的答案為 89%.

