Projects define the instructions and task parameters for all tasks in the project. Projects control which contributors are allowed to work on certain classes of tasks.
id
string
required

Unique identifier for the project

Example:

"project_abc123"

name
string
required

The name of the project.

Example:

"My Scale Project"

created_at
string<date-time>
required

A timestamp formatted as an ISO 8601 date-time string.

types
enum<string>[]

List of project types associated with the project.

Example:
["RLHF: Pref Ranking"]
models
string[]

List of models associated with the project.

The name of the model that generated the message.

Example:
["gpt-4", "my-model-123"]