A public-pool lane-reservation shop can either send structured prompts to a vendor model over an API or host a custom model on its own servers. How may the LLM component be provided in test infrastructure?
Select an answer to reveal the explanation.
Short Explanation
The model is like a hired chef or a kitchen you staff yourself — either path can cook from the same recipe card. Test infrastructure may call a third-party API or run a custom in-house model. Both generate responses from structured prompts.
Full Explanation
In LLM-powered test architecture, the LLM component may be a third-party service accessed by API or a custom model hosted in-house. Either option consumes structured prompts and returns generated text for testing work. Vendor product names are unnecessary; the syllabus point is the two hosting choices.