Two models · One JevTypeSafe account

Laya models on JevTypeSafe

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 JevTypeSafe API.

L

Laya English

Beta · High Throughput

Ultra-fast classification model optimized for short English messages, comment moderation, and real-time LLM guardrails.

  • Token limit512 total tokens per question
  • Response latency~0.28 seconds
  • Supported languageEnglish
  • Question typesChoice · Yes/No · Score
L

Laya Multilingual

Beta · 50+ Languages

Direct cross-lingual intent routing and sentiment scoring for global customer support tickets and social media comments without translation.

  • Token limit1,024 total tokens per question
  • Response latency~0.34 seconds
  • Supported languages50+ global languages
  • Question typesChoice · Yes/No · Score

Use Laya with your JevTypeSafe API key

Select your model and send the same JSON structure to the decisions endpoint.

curl https://jevtypesafe.net/api/v1/decisions \
  -H "Authorization: Bearer $JEVTYPESAFE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "laya-english",
    "state": "Payment failed since yesterday. Please help.",
    "questions": {
      "billing": {
        "type": "noul",
        "instructions": "Is this message about billing or payments?"
      }
    }
  }'

Model comparison: Jev vs Laya

FeatureJev (Flagship)Laya EnglishLaya Multilingual
Context window8,000 tokens512 tokens1,024 tokens
Ideal inputLong documents, tickets, citation pairs, nested JSONShort messages, reviews, moderation commentsGlobal multilingual support tickets, foreign feedback
Average latency~0.45s~0.28s~0.34s
Output formatsChoice · Yes/No · ScoreChoice · Yes/No · ScoreChoice · Yes/No · Score
Token billingStandard Token balanceStandard Token balanceStandard Token balance