Skip to main content

LevelsRequest

attributesstring[]required
countryCountryrequired
existing_attributesstring[]required
level_countLevel Count

Possible values: >= 2 and <= 10

Default value: 4
llm_model object
anyOf

Enum representing the llm model types used in the experiments.

LLMModel

Enum representing the llm model types used in the experiments.

Possible values: [azure-openai-gpt4, azure-openai-gpt4o-mini, azure-openai-gpt35, azure-openai-gpto3-mini, azure-openai-completions, sonar, databricks-sonnet4, databricks-claude-sonnet-4, databricks-llama4-maverick, databricks-llama3.3-70B, databricks-llama3.3-405B, bedrock:xai.grok-4.3]

why_promptWhy Promptrequired
LevelsRequest
{
"attributes": [
"Battery Range per Charge"
],
"country": "United States of America",
"existing_attributes": [
"Price",
"Vehicle Warranty"
],
"level_count": 4,
"llm_model": "gpt4",
"why_prompt": "What factor affect the adoption of an electric vehicle?"
}