Laya English
Beta · English short-text decisions512 total tokens per question, including text, instructions, labels and framing.
laya-englishChecking connection…
Open in playgroundTwo models · One Jev AI account
Give Laya a short text and a typed question. Get a yes/no probability, a category or a score. Choose English or Multilingual in the playground, then use the same model through the Jev AI API.
512 total tokens per question, including text, instructions, labels and framing.
laya-englishChecking connection…
Open in playground1,024 total tokens per question, including text, instructions, labels and framing.
laya-multilingualChecking connection…
Open in playgroundCreate a key on the Jev API page and store it as JEV_AI_API_KEY on your server. Both models use POST /api/v1/systemone. First check authenticated GET /api/v1/models for availability.
curl --fail-with-body https://jev-ai.pro/api/v1/systemone \
-H "Authorization: Bearer $JEV_AI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "laya-english",
"state": "My payment failed. Please help.",
"questions": {
"billing": {
"type": "noul",
"instructions": "Is this message about billing?"
}
}
}'Read answers.billing.noul for the probability of yes. You can also use choice, score or a saved judgeId. Full Laya API reference →