Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.genai.scale.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Available options:
SFT,
RLHF: Pref Ranking,
RLHF: Pref Ranking with Rewrites,
RLVR: Reinforcement Learning with Verifiable Rewards,
Rubrics,
Process Supervision,
Evals,
Prompt Generation,
Content Understanding,
Other
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"]