Claude API에서 요청이 stop_reason: "refusal"을 반환하면서 Claude가 생성한 출력물이 없는 경우, 더 이상 해당 요청에 대한 비용이 청구되지 않습니다. 이는 API 사용자가 거부된 요청에 불필요한 요금을 지불하지 않도록 하는 변경 사항입니다. 사용자는 스트리밍 거부(Streaming refusals) 문서를 통해 거부 상황을 감지하고 처리하는 방법을 확인할 수 있습니다.
On the Claude API, you are no longer billed for a request when it returns stop_r
On the Claude API, you are no longer billed for a request when it returns stop_reason: "refusal" without Claude having generated any output. See Streaming refusals for detecting and handling refusals.
출처: Claude Platform 릴리스 노트 (원문 보기)