Test the API. Right here.
Pick an endpoint, edit the JSON, send. You see the exact status, latency, quota headers and response the API returns, plus the same request as curl, JavaScript or Python. Requests use the key saved in this browser unless you paste another.
endpoint
authorization
body · json · valid
POST /api/v1/evaluate · 389 bytes
curl -X POST https://jeval.dev/api/v1/evaluate \
-H 'content-type: application/json' \
-d '{"evaluators":["noise_sensitivity"],"input":"What is Jev'\''s context limit?","output":"64k tokens per request; and Jev costs $8 per million output tokens.","context":["Context length: 64k tokens per request; 32k tokens for `state` plus the longest question.","Output tokens are billed at $8 per million on the legacy v0 endpoint, which is deprecated."]}'response
send a request to see the response here