cost-aware-llm-pipeline
✓Kostenoptimierungsmuster für die LLM-API-Nutzung – Modellrouting nach Aufgabenkomplexität, Budgetverfolgung, Wiederholungslogik und Prompt-Caching.
Installation
SKILL.md
Patterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a composable pipeline.
Automatically select cheaper models for simple tasks, reserving expensive models for complex ones.
Track cumulative spend with frozen dataclasses. Each API call returns a new tracker — never mutates state.
Kostenoptimierungsmuster für die LLM-API-Nutzung – Modellrouting nach Aufgabenkomplexität, Budgetverfolgung, Wiederholungslogik und Prompt-Caching. Quelle: affaan-m/everything-claude-code.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/affaan-m/everything-claude-code --skill cost-aware-llm-pipeline- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-17
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist cost-aware-llm-pipeline?
Kostenoptimierungsmuster für die LLM-API-Nutzung – Modellrouting nach Aufgabenkomplexität, Budgetverfolgung, Wiederholungslogik und Prompt-Caching. Quelle: affaan-m/everything-claude-code.
Wie installiere ich cost-aware-llm-pipeline?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/affaan-m/everything-claude-code --skill cost-aware-llm-pipeline Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/affaan-m/everything-claude-code
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-17