Example
Classify a support message by department, priority and sentiment in one call:Response
How answers work
- Same ids, same order.
answershas one entry per question, under your question ids, in request order. - Independent decisions. Each question is scored on its own. One answer can abstain while the others don’t, like
priorityabove. - Per-answer abstention status. Each answer has its own
abstention_status. Heresentimentuses label-only options, so it iscalibrated. The others have descriptions, so they areadvisory. - Summed usage.
usage.input_tokensis the sum over all questions. See Usage and tokens. - One request id for the whole request. Feedback names the question with
question_id. See Feedback.
Limits
If any question is invalid, the whole request fails with
400 and no question is answered.