Skip to main content

QuestionRequest

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]

model_dimensions objectrequired
property name* string[]
  • Array [
  • string
  • ]
  • user_profile_attributes objectrequired
    property name* object
    anyOf
  • Array [
  • string
  • ]
  • why_promptWhy Promptrequired
    QuestionRequest
    {
    "llm_model": "gpt4",
    "model_dimensions": {
    "constraints": [
    "User Review",
    "Budget"
    ],
    "history": [
    "Previous Phone Brands",
    "Price Sensitivity"
    ]
    },
    "user_profile_attributes": {
    "age_levels": [
    25,
    30
    ],
    "education_levels": [
    "Bachelors Degree"
    ],
    "income_levels": [
    50000,
    75000
    ]
    },
    "why_prompt": "What factors influence your choice in selecting a mobile phone?"
    }