Create Evaluation Group
Creates a new evaluation group within the user's workspace.
https://api.futureagi.com/model-hub/eval-groups/ Authentication
Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.
Request body
The name of the evaluation group. Must be unique within the workspace.
An optional description for the evaluation group.
A list of evaluation template UUIDs to include in this group. Must contain at least one entry.
Optional configuration for the evaluation group.
The minimum score threshold for passing evaluations (0.0 to 1.0).
Number of retry attempts for failed evaluations. Default: 0.
Timeout in seconds for each evaluation. Default: 300.
Response
201 CreatedUnique identifier (UUID) for the created evaluation group.
The name of the evaluation group.
The description of the evaluation group.
The list of evaluation template UUIDs in this group.
The workspace this group belongs to.
ISO 8601 timestamp of when the group was created.
Errors
The request data is invalid or an evaluation group with the same name already exists.
Authentication credentials were not provided or are invalid.
You do not have permission to create evaluation groups in this workspace.