A mid-size company runs several Foundry chatbot deployments shared across different departments. The finance team wants to see how many tokens each department's application consumes every month for internal chargeback billing, and to receive an alert if any department's monthly usage suddenly crosses a set threshold. Which Foundry capability addresses this need?
Select an answer to reveal the explanation.
Short Explanation
When finance wants to know exactly how much each department is using a shared chatbot service and wants a heads-up the moment any one of them suddenly starts using a lot more than usual, that's a billing and monitoring question, not a model-behavior question. What answers it is a dashboard-style capability that tracks consumption per deployment over time and lets you set a threshold that triggers a notification when crossed, which covers both the chargeback reporting and the early-warning alerting finance is asking for. Tightening content filters doesn't produce a usage report, adjusting how varied the wording sounds doesn't either, and running a separate training job per department is about changing model behavior, not tracking how much it's being used. The piece that actually gives finance the visibility and the alert they want is the usage and cost monitoring capability built for exactly that purpose.
Full Explanation
The correct answer is A. Usage and cost monitoring tracks token consumption per deployment over time and supports configurable alerts, which is exactly what finance needs to allocate costs across departments for chargeback and to be notified when any department's usage suddenly spikes past an expected threshold. Option B is incorrect because content safety filtering controls what categories of harmful content are blocked in generated text, it has no connection to measuring or reporting on token consumption for billing purposes. Option C is incorrect because temperature is a generation parameter affecting the variety of response wording, adjusting it does not produce usage reports or trigger cost alerts. Option D is incorrect because fine-tuning is a training process used to adapt a model's behavior to a specific task, it does not track ongoing token consumption or notify anyone about crossing a usage threshold. Since finance's stated goals are per-department consumption visibility for chargeback and threshold-based alerting, the capability built specifically to measure and alert on usage and cost is the one that satisfies both requirements.