Q28 — AWS AIF-C01 Ch.1
Question 28 of 100 | ← Chapter 1
A company wants to evaluate the cost associated with inference generated by a large language model (LLM). The company plans to build a generative AI application using Amazon Bedrock. Which factor affects inference cost?
- A. Number of tokens consumed ✓
- B. Temperature value
- C. Volume of data used to train the LLM
- D. Total training time
Correct Answer: A. Number of tokens consumed
Explanation
This question tests understanding of factors affecting LLM inference cost. In generative AI applications, token consumption directly correlates with compute resource usage and cost. Temperature influences output randomness but is not a primary cost driver. Training data volume and total training time relate to training—not inference—costs. Therefore, option A (number of tokens consumed) is the correct answer.