{
  "tool_id": "earnings-call-summarization-cost",
  "slug": "earnings-call-summarization-cost",
  "path": "/earnings-call-summarization-cost/",
  "mode": "client_side",
  "usage": "Client-side calculator. Open https://aifinhub.io/earnings-call-summarization-cost/ and fill in the inputs; results render in-browser.",
  "methodology": "https://aifinhub.io/methodology/earnings-call-summarization-cost/",
  "sample_input": {
    "tool": "earnings-call-summarization-cost",
    "tickers_per_quarter": 50,
    "avg_transcript_tokens": 15000,
    "avg_summary_tokens": 800,
    "cache_hit_rate": 0.5,
    "summarization_attempts": 1
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string"
      },
      "tickers_per_quarter": {
        "type": "number"
      },
      "avg_transcript_tokens": {
        "type": "number"
      },
      "avg_summary_tokens": {
        "type": "number"
      },
      "cache_hit_rate": {
        "type": "number"
      },
      "summarization_attempts": {
        "type": "number"
      }
    },
    "required": [
      "tool",
      "tickers_per_quarter",
      "avg_transcript_tokens",
      "avg_summary_tokens",
      "cache_hit_rate",
      "summarization_attempts"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "per_stock_per_quarter": {
        "type": "number"
      },
      "per_stock_per_year": {
        "type": "number"
      },
      "per_year_total": {
        "type": "number"
      },
      "ranked": {
        "type": "array"
      }
    }
  }
}
