Create Experiment
Response
data
Array containing the generation responses.
provider_responses
The raw responses returned by the model provider.
project_id
Unique identifier of the parent project. Will not be provided if the request was made without providing a project name or id
num_samples
How many completions to make for each set of inputs.
logprobs
Include the log probabilities of the top n tokens in the provider_response
suffix
The suffix that comes after a completion of inserted text. Useful for completions that act like inserts.
user
End-user ID passed through to provider call.
usage
Counts of the number of tokens used and related stats.
metadata
Any additional metadata to record.
provider_request
The raw request sent to the model provider.
session_id
ID of the session if it belongs to one.