Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

Cost-Aware LLM Pipeline

poraffaan-m·affaan-m· v1.0.0 · atualizado em 2026-04-10
80
Score

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

llmcost-optimizationmodel-routingprompt-cachingretry-logicapi-usagebudget-tracking
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcost-aware-llm-pipeline/workflow
1
Determine Task Complexity: — Analyze input text length and item count.
2
Select Model: — Route to appropriate LLM (Haiku, Sonnet, Opus) based on complexity.
3
Check Budget: — Ensure the call is within the defined budget limits.
4
Build Cached Messages: — Utilize prompt caching for system prompts.
5
Call LLM API: — Execute the API call with retry logic for transient errors.
6
Track Cost: — Record input/output tokens and cost in an immutable tracker.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aRemembering Conversations
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aInstaclaw 🦞
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aNotebookLM Automation
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Cost-Aware LLM Pipeline
cost-aware-llm-pipeline
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.EVALUATE
5.REFLECT
Triggers8
optimize LLM API costsimplement model routing for LLMstrack LLM spendingadd retry logic to LLM callscache LLM promptsreduce LLM inference costsbuild a cost-aware LLM pipelineuse cheaper models for simple tasks

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download cost-aware-llm-pipeline
$ synaptic skills detail cost-aware-llm-pipeline
$ synaptic skills live cost-aware-llm-pipeline

Dependências

anthropicdataclassestime

Links

GitHub Repository