Independent guide · verified Sep 20, 2026

What Is Laya AI?

Laya is an open-weight decision-model project from ConvAI Innovations. It is described as a non-autoregressive route for typed choices, scores and boolean decisions.

Independent guide · not affiliated with ConvAI Innovations.

Quick answer

What is Laya AI?

Laya takes state plus typed questions and returns structured decision outputs rather than generated prose. Its project materials describe choice, score and noul primitives and an open/self-host route. Facts on this page are project-reported and should be re-verified before production use.

Who built it

ConvAI Innovations publishes the Laya route.

Open-weight route

Laya

ConvAI Innovations · Self-hostable

Primitives: choice, score, noulLicense: Apache 2.0 (project/model card)Pricing: No API subscription described; compute, storage and operations remain the user's responsibility.

Open source, with operational responsibility.

Laya can be reviewed and self-hosted through the project’s published repositories and model cards. That changes who controls deployment, but it does not remove infrastructure, model-serving or evaluation work.

Open-source and self-hostable; compute and operational costs still apply.

What Laya does

Typed decisions for routing and triage.

Choice

Choose one option from a known list.

Score

Rate something on an ordered scale.

Noul

Answer a yes/no proposition with a probability.

Laya Python Quickstart

Use the project’s documented Python route.

This site does not run Laya. Verify the package, model card and hardware requirements with the official project before using it locally.

import laya

agent = laya.load("convaiinnovations/laya")
result = agent.predict(
    {"message": "My payment failed twice"},
    laya.triage_questions(),
)
print(result)

Try the same task here

Use JevClassify’s live Jev classifier.

Laya is not connected to this site, so there is no fake Laya playground. You can run the same bounded classification task with the hosted Jev route.

Try Jev Classifier →

Laya FAQ

Is Laya connected to JevClassify?

No. JevClassify does not run Laya in its live classifier. This page is an independent, source-linked guide and sends users to the real Jev classifier for an interactive test.

Is Laya open source?

The Laya project and Hugging Face model card describe the model as Apache 2.0. Verify the current repository and model-card terms before shipping.

Does open source mean zero cost?

No. Self-hosting still requires compute, storage, deployment, monitoring and maintenance.