Skip to main content
POST
Create Llm Scorer Version

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

scorer_id
string<uuid4>
required

Body

application/json
model_name
string | null
num_judges
integer | null
scoreable_node_types
string[] | null
cot_enabled
boolean | null
output_type
enum<string> | null

Enumeration of output types.

Available options:
boolean,
categorical,
count,
discrete,
freeform,
percentage,
multilabel,
retrieved_chunk_list_boolean,
boolean_multilabel
input_type
enum<string> | null

Enumeration of input types.

Available options:
basic,
llm_spans,
retriever_spans,
sessions_normalized,
sessions_trace_io_only,
tool_spans,
trace_input_only,
trace_io_only,
trace_normalized,
trace_output_only,
agent_spans,
workflow_spans
instructions
string | null
chain_poll_template
ChainPollTemplate · object | null

Template for a chainpoll metric prompt, containing all the info necessary to send a chainpoll prompt.

user_prompt
string | null

Response

Successful Response

id
string<uuid4>
required
version
integer
required
scorer_id
string<uuid4>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
generated_scorer
GeneratedScorerResponse · object | null
registered_scorer
CreateUpdateRegisteredScorerResponse · object | null
finetuned_scorer
FineTunedScorerResponse · object | null
model_name
string | null
num_judges
integer | null
scoreable_node_types
string[] | null
cot_enabled
boolean | null
output_type
enum<string> | null

Enumeration of output types.

Available options:
boolean,
categorical,
count,
discrete,
freeform,
percentage,
multilabel,
retrieved_chunk_list_boolean,
boolean_multilabel
input_type
enum<string> | null

What type of input to use for model-based scorers (sessions_normalized, trace_io_only, etc.).

Available options:
basic,
llm_spans,
retriever_spans,
sessions_normalized,
sessions_trace_io_only,
tool_spans,
trace_input_only,
trace_io_only,
trace_normalized,
trace_output_only,
agent_spans,
workflow_spans
chain_poll_template
ChainPollTemplate · object | null

Template for a chainpoll metric prompt, containing all the info necessary to send a chainpoll prompt.

allowed_model
boolean | null
created_by
string<uuid4> | null