Noul
Check whether a condition holds. Read the probability and apply the threshold that fits your workflow.
“Is this item within the return window?”
type: "noul"Try Instinct ↗INSTINCT / BY ZOOWORK
Turn context into a clear decision.
Classify, check, and score with one model.
Your context. Your criteria. Structured answers.
ONE MODEL. THREE QUESTION TYPES.
Define what matters to your application.
Get answers you can use directly in code.
noulchoicescore01 / CAPABILITIES
Combine different question types in a single request, using the same context.
Check whether a condition holds. Read the probability and apply the threshold that fits your workflow.
“Is this item within the return window?”
type: "noul"Try Instinct ↗Provide named options and their descriptions. Get the selected label and a probability for each candidate.
“Which team should handle this request?”
type: "choice"Try Instinct ↗Describe levels from low to high. Get their probabilities and a weighted score using zero-based level numbers.
“How severe is the customer impact?”
type: "score"Try Instinct ↗02 / HOW IT WORKS
Instinct evaluates the options you define and returns structured answers for your application.
Make your first request ↗Put the information the model needs in state: a support request, a policy, or an event to evaluate.
Give each question an ID, a type, and instructions. For Choice, add named candidate descriptions; for Score, add an array of ordered level descriptions.
Read the response’s answers by question ID. Use the result to route a request, check a condition, or assign a score.
03 / GET STARTED
Use your separately provided API key. No website account required.
MODEL
instinct
Send model, state, and questions directly as JSON. The response contains answers, keyed by your question IDs.
instinctSet INSTINCT_API_KEY in your local environment, then run the example. Python uses only the standard library.
For this example, answers.eligible.noul is the probability that the item is within the return window. A value closer to 1 means stronger support for “yes”.
Context becomes
a decision.