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?

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.