AttributesRequest
attribute_countAttribute Count
Possible values: >= 2 and <= 10
Default value:
4countryCountryrequired
llm_model object
anyOf
- LLMModel
- null
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]
prompt_type object
anyOf
- PromptType
- null
Enum representing the type of prompts used in experiment designs.
PromptType
Enum representing the type of prompts used in experiment designs.
Possible values: [generic, service, product, experience, policy]
why_promptWhy Promptrequired
AttributesRequest
{
"attribute_count": 4,
"country": "United States of America",
"llm_model": "gpt4",
"prompt_type": "generic",
"why_prompt": "What factor affect the adoption of an electric vehicle?"
}