cURL
curl --request POST \ --url https://platform.composo.ai/api/v1/evals/reward \ --header 'API-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "messages": [ {} ], "system": "<string>", "tools": [ {} ], "model_core": "align-20250529", "evaluation_criteria": "<string>" }'
{ "score": 123, "explanation": "<string>" }
Evaluate LLM output against specified criteria. Score on a continuous 0-1 scale.
Request model for reward score evaluation of LLM responses against specified criteria.
Successful Response
Response model for evaluation scores.