Skip to content
Başlangıç Basit

Bütçe Sınırı Belirleme

--max-budget-usd ile çağrı başına harcamayı sınırlayın

Komut

$ "color:#7C5CFC">claude -p "Analyze this file" "color:#d97757">--output-format json "color:#d97757">--max-budget-usd 1.00

Yanıt

{
  "subtype": "error_max_budget_usd",
  "is_error": false,
  "total_cost_usd": 0.152,
  "result": ""
}

Ayrıştırma Kodu

059669">">const data = JSON.parse(output);
059669">">if (data.subtype === 059669059669">">'error_max_budget_usd') {
  059669">">console.warn(059669">`Budget exceeded: $${data.total_cost_usd}`);
} 059669">">else {
  console.log(data.result);
}

Tuzaklar

! Bütçe üretim ortasında değil, turlar ARASINDA kontrol edilir — tek bir tur sınırı aşabilir
! Sistem prompt yükü nedeniyle minimum Opus çağrısı yaklaşık $0.016'dır

İlgili Tarifler