# 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": "a3fefe690770d322",
  "risk_tier": "low"
}
```

## SBOM

```json
null
```

