Skip to main content
POST

Authorizations

string
required
API key, Bearer Token formatGet API Key:Visit the API Key management page to get your API Key

Body

string
required
Model name. Fixed value is jev.The result.result.model in the response is the actual version number used upstream, such as jev-1.13.0. This field is returned by upstream; do not include the version number in the request.
object
required
Evaluation content. Contains state and questions.
A single request can contain multiple noul, choice, and score questions simultaneously. Do not pass stream; this endpoint only returns a complete JSON response.

Response

The response body is the upstream raw JSON; this endpoint does not modify it. The evaluation results are in result.result.answers.
boolean
Whether the request was successful
array
List of errors. Empty array on success
array
Additional messages. Empty array when there are no messages
object
Upstream execution results

Examples

Multi-Question Example

choice and score can be included in the same request as noul.

Notes

  • This endpoint is not a chat endpoint and does not accept messages or stream.
  • The context window is 32,000 tokens.
  • When a business failure occurs, the HTTP status code may still be 200. Please check both success and errors. Authentication failure returns 401, missing model or invalid JSON returns 400, and a non-existent model returns 404.