# LLM Cost Router

LLM cost optimization pipeline: automatic model routing by text length and item count thresholds, immutable cost tracking with frozen dataclasses, budget enforcement with early stopping, exponential backoff retry, and prompt caching strategies.

## Manifest

```json
{
  "name": "LLM Cost Router",
  "description": "LLM cost optimization pipeline: automatic model routing by text length and item count thresholds, immutable cost tracking with frozen dataclasses, budget enforcement with early stopping, exponential backoff retry, and prompt caching strategies.",
  "source_url": "https://github.com/affaan-m/everything-claude-code/tree/main/skills/cost-aware-llm-pipeline",
  "source_pin": null,
  "manifest_hash": "0b71e95ed990287176fe495f02e0fc2fb52a92d0f1ea3b497c7627241b4cced6",
  "risk_tier": "T2"
}
```

## SBOM

```json
null
```

