Jev integration · Python
Use the same bounded decision contract from Python.
Keep your Python service aligned with the question and finite categories used by the front end.
JevClassify is an independent tool and is not affiliated with, sponsored by, or endorsed by TypeSafe AI.
Quick answer
How do I use Jev with Python?
Send a stable question, a finite category list, and the input text through your approved gateway integration. Validate the returned value before routing it.
Minimal service shape
const result = await experimental_evaluate({
model: "typesafe-ai/jev",
providerOptions: { typesafeai: { question: "Which category fits?", choices: ["Billing", "Technical", "Sales", "Other"] } },
input: text
});Need a production decision? Validate the provider contract, rate limits, and safety requirements before shipping.
Try the live classifier